Delen via


LinkedSubscriptions interface

Interface die een LinkedSubscriptions vertegenwoordigt.

Methoden

createOrUpdate(string, string, LinkedSubscriptionParameter, LinkedSubscriptionsCreateOrUpdateOptionalParams)

Een gekoppelde abonnementsresource maken of bijwerken.

delete(string, string, LinkedSubscriptionsDeleteOptionalParams)

Verwijder de aangevraagde gekoppelde abonnementsresource.

get(string, string, LinkedSubscriptionsGetOptionalParams)

Retourneert de eigenschappen van een gekoppelde abonnementsresource.

listByResourceGroup(string, LinkedSubscriptionsListByResourceGroupOptionalParams)

Retourneert een lijst met alle gekoppelde abonnementen onder de huidige resourcegroep.

listBySubscription(LinkedSubscriptionsListBySubscriptionOptionalParams)

Retourneert een lijst met alle gekoppelde abonnementen onder het huidige abonnement.

update(string, string, LinkedSubscriptionParameter, LinkedSubscriptionsUpdateOptionalParams)

Patch een resource voor een gekoppeld abonnement.

Methodedetails

createOrUpdate(string, string, LinkedSubscriptionParameter, LinkedSubscriptionsCreateOrUpdateOptionalParams)

Een gekoppelde abonnementsresource maken of bijwerken.

function createOrUpdate(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsCreateOrUpdateOptionalParams): Promise<LinkedSubscription>

Parameters

resourceGroup

string

Naam van de resourcegroep.

linkedSubscriptionName

string

Naam van de gekoppelde abonnementsresource.

resource
LinkedSubscriptionParameter

Resourceparameter voor gekoppeld abonnement.

Retouren

delete(string, string, LinkedSubscriptionsDeleteOptionalParams)

Verwijder de aangevraagde gekoppelde abonnementsresource.

function delete(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsDeleteOptionalParams): Promise<void>

Parameters

resourceGroup

string

Naam van de resourcegroep.

linkedSubscriptionName

string

Naam van de gekoppelde abonnementsresource.

options
LinkedSubscriptionsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, LinkedSubscriptionsGetOptionalParams)

Retourneert de eigenschappen van een gekoppelde abonnementsresource.

function get(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsGetOptionalParams): Promise<LinkedSubscription>

Parameters

resourceGroup

string

Naam van de resourcegroep.

linkedSubscriptionName

string

Naam van de gekoppelde abonnementsresource.

options
LinkedSubscriptionsGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, LinkedSubscriptionsListByResourceGroupOptionalParams)

Retourneert een lijst met alle gekoppelde abonnementen onder de huidige resourcegroep.

function listByResourceGroup(resourceGroup: string, options?: LinkedSubscriptionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LinkedSubscription, LinkedSubscription[], PageSettings>

Parameters

resourceGroup

string

Naam van de resourcegroep.

Retouren

listBySubscription(LinkedSubscriptionsListBySubscriptionOptionalParams)

Retourneert een lijst met alle gekoppelde abonnementen onder het huidige abonnement.

function listBySubscription(options?: LinkedSubscriptionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LinkedSubscription, LinkedSubscription[], PageSettings>

Parameters

Retouren

update(string, string, LinkedSubscriptionParameter, LinkedSubscriptionsUpdateOptionalParams)

Patch een resource voor een gekoppeld abonnement.

function update(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsUpdateOptionalParams): Promise<LinkedSubscription>

Parameters

resourceGroup

string

Naam van de resourcegroep.

linkedSubscriptionName

string

Naam van de gekoppelde abonnementsresource.

resource
LinkedSubscriptionParameter

Resourceparameter voor gekoppeld abonnement.

options
LinkedSubscriptionsUpdateOptionalParams

De optiesparameters.

Retouren