CustomerSubscriptions class
Classe che rappresenta un CustomerSubscriptions.
Costruttori
Customer |
Creare un customerSubscriptions. |
Metodi
Dettagli costruttore
CustomerSubscriptions(AzureStackManagementClientContext)
Creare un customerSubscriptions.
new CustomerSubscriptions(client: AzureStackManagementClientContext)
Parametri
Riferimento al client del servizio.
Dettagli metodo
create(string, string, string, CustomerSubscription, RequestOptionsBase)
Crea una nuova sottoscrizione del cliente in una registrazione.
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: RequestOptionsBase): Promise<CustomerSubscriptionsCreateResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- customerCreationParameters
- CustomerSubscription
I parametri usano per creare una sottoscrizione del cliente.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
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>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- customerCreationParameters
- CustomerSubscription
I parametri usano per creare una sottoscrizione del cliente.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<CustomerSubscription>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- customerCreationParameters
- CustomerSubscription
I parametri usano per creare una sottoscrizione del cliente.
- callback
Callback
deleteMethod(string, string, string, RequestOptionsBase)
Elimina una sottoscrizione del cliente in una registrazione.
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
-
ServiceCallback<void>
Callback
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- callback
-
ServiceCallback<void>
Callback
get(string, string, string, RequestOptionsBase)
Restituisce il prodotto specificato.
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<CustomerSubscriptionsGetResponse>
Promise<Models.CustomerSubscriptionsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
get(string, string, string, ServiceCallback<CustomerSubscription>)
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- customerSubscriptionName
-
string
Nome del prodotto.
- callback
Callback
list(string, string, RequestOptionsBase)
Restituisce un elenco di prodotti.
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<CustomerSubscriptionsListResponse>
Promise<Models.CustomerSubscriptionsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
list(string, string, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- callback
Callback
listNext(string, RequestOptionsBase)
Restituisce un elenco di prodotti.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>
Parametri
- nextPageLink
-
string
NextLink dalla chiamata precedente all'operazione List.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<Models.CustomerSubscriptionsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Parametri
- nextPageLink
-
string
NextLink dalla chiamata precedente all'operazione List.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
listNext(string, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)
Parametri
- nextPageLink
-
string
NextLink dalla chiamata precedente all'operazione List.
- callback
Callback