Delen via


CustomerSubscriptions interface

Interface die een CustomerSubscriptions vertegenwoordigt.

Methoden

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

Hiermee maakt u een nieuw klantabonnement onder een registratie.

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Hiermee verwijdert u een klantabonnement onder een registratie.

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Retourneert het opgegeven product.

list(string, string, CustomerSubscriptionsListOptionalParams)

Retourneert een lijst met producten.

Methodedetails

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

Hiermee maakt u een nieuw klantabonnement onder een registratie.

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscription>

Parameters

resourceGroup

string

De naam van de hulpmiddelengroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

De naam van het product.

customerCreationParameters
CustomerSubscription

Parameters worden gebruikt om een klantabonnement te maken.

options
CustomerSubscriptionsCreateOptionalParams

De optiesparameters.

Retouren

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Hiermee verwijdert u een klantabonnement onder een registratie.

function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>

Parameters

resourceGroup

string

De naam van de hulpmiddelengroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

De naam van het product.

options
CustomerSubscriptionsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Retourneert het opgegeven product.

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscription>

Parameters

resourceGroup

string

De naam van de hulpmiddelengroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

De naam van het product.

options
CustomerSubscriptionsGetOptionalParams

De optiesparameters.

Retouren

list(string, string, CustomerSubscriptionsListOptionalParams)

Retourneert een lijst met producten.

function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>

Parameters

resourceGroup

string

De naam van de hulpmiddelengroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
CustomerSubscriptionsListOptionalParams

De optiesparameters.

Retouren