Condividi tramite


CustomerSubscriptions class

Classe che rappresenta un CustomerSubscriptions.

Costruttori

CustomerSubscriptions(AzureStackManagementClientContext)

Creare un customerSubscriptions.

Metodi

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

Crea una nuova sottoscrizione del cliente in una registrazione.

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

Elimina una sottoscrizione del cliente in una registrazione.

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

Restituisce il prodotto specificato.

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

Restituisce un elenco di prodotti.

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

Restituisce un elenco di prodotti.

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

Dettagli costruttore

CustomerSubscriptions(AzureStackManagementClientContext)

Creare un customerSubscriptions.

new CustomerSubscriptions(client: AzureStackManagementClientContext)

Parametri

client
AzureStackManagementClientContext

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<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

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.

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<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

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.

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<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

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.

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

listNext(string, ServiceCallback<CustomerSubscriptionList>)

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

Parametri

nextPageLink

string

NextLink dalla chiamata precedente all'operazione List.