CustomerSubscriptions class
Klasse die een CustomerSubscriptions vertegenwoordigt.
Constructors
| Customer |
Maak een CustomerSubscriptions. |
Methoden
Constructordetails
CustomerSubscriptions(AzureStackManagementClientContext)
Maak een CustomerSubscriptions.
new CustomerSubscriptions(client: AzureStackManagementClientContext)
Parameters
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<CustomerSubscriptionsCreateResponse>
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
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
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
Promise<CustomerSubscriptionsGetResponse>
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
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
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<CustomerSubscriptionsListResponse>
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
- callback
De callback
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.
- callback
De callback
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
- callback
De callback
listNext(string, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
- callback
De callback