Delen via


CustomerSubscriptions class

Klasse die een CustomerSubscriptions vertegenwoordigt.

Constructors

CustomerSubscriptions(AzureStackManagementClientContext)

Maak een CustomerSubscriptions.

Methoden

create(string, string, string, CustomerSubscription, RequestOptionsBase)

Hiermee maakt u een nieuw klantabonnement onder een registratie.

create(string, string, string, CustomerSubscription, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)
deleteMethod(string, string, string, RequestOptionsBase)

Hiermee verwijdert u een klantabonnement onder een registratie.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Retourneert het opgegeven product.

get(string, string, string, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
get(string, string, string, ServiceCallback<CustomerSubscription>)
list(string, string, RequestOptionsBase)

Retourneert een lijst met producten.

list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
list(string, string, ServiceCallback<CustomerSubscriptionList>)
listNext(string, RequestOptionsBase)

Retourneert een lijst met producten.

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
listNext(string, ServiceCallback<CustomerSubscriptionList>)

Constructordetails

CustomerSubscriptions(AzureStackManagementClientContext)

Maak een CustomerSubscriptions.

new CustomerSubscriptions(client: AzureStackManagementClientContext)

Parameters

client
AzureStackManagementClientContext

Verwijzing naar de serviceclient.

Methodedetails

create(string, string, string, CustomerSubscription, RequestOptionsBase)

Hiermee maakt u een nieuw klantabonnement onder een registratie.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

customerCreationParameters
CustomerSubscription

Parameters worden gebruikt om een klantabonnement te maken.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.CustomerSubscriptionsCreateResponse>

create(string, string, string, CustomerSubscription, RequestOptionsBase, ServiceCallback<CustomerSubscription>)

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

customerCreationParameters
CustomerSubscription

Parameters worden gebruikt om een klantabonnement te maken.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<CustomerSubscription>

De callback

create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<CustomerSubscription>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

customerCreationParameters
CustomerSubscription

Parameters worden gebruikt om een klantabonnement te maken.

callback

ServiceCallback<CustomerSubscription>

De callback

deleteMethod(string, string, string, RequestOptionsBase)

Hiermee verwijdert u een klantabonnement onder een registratie.

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Beloof<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

callback

ServiceCallback<void>

De callback

get(string, string, string, RequestOptionsBase)

Retourneert het opgegeven product.

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.CustomerSubscriptionsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<CustomerSubscription>)

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<CustomerSubscription>

De callback

get(string, string, string, ServiceCallback<CustomerSubscription>)

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

customerSubscriptionName

string

Naam van het product.

callback

ServiceCallback<CustomerSubscription>

De callback

list(string, string, RequestOptionsBase)

Retourneert een lijst met producten.

function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.CustomerSubscriptionsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RequestOptionsBase

De optionele parameters

list(string, string, ServiceCallback<CustomerSubscriptionList>)

function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

listNext(string, RequestOptionsBase)

Retourneert een lijst met producten.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.CustomerSubscriptionsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

listNext(string, ServiceCallback<CustomerSubscriptionList>)

function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.