CustomerSubscriptions class
Classe que representa customerSubscriptions.
Construtores
Customer |
Crie um CustomerSubscriptions. |
Métodos
Detalhes do construtor
CustomerSubscriptions(AzureStackManagementClientContext)
Crie um CustomerSubscriptions.
new CustomerSubscriptions(client: AzureStackManagementClientContext)
Parâmetros
Referência ao cliente de serviço.
Detalhes do método
create(string, string, string, CustomerSubscription, RequestOptionsBase)
Cria uma nova assinatura de cliente em um registro.
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: RequestOptionsBase): Promise<CustomerSubscriptionsCreateResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- customerCreationParameters
- CustomerSubscription
Os parâmetros usam para criar uma assinatura de cliente.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- customerCreationParameters
- CustomerSubscription
Os parâmetros usam para criar uma assinatura de cliente.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<CustomerSubscription>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- customerCreationParameters
- CustomerSubscription
Os parâmetros usam para criar uma assinatura de cliente.
- callback
O retorno de chamada
deleteMethod(string, string, string, RequestOptionsBase)
Exclui uma assinatura de cliente em um registro.
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<RestResponse>
Prometa<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<void>
O retorno de chamada
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- callback
-
ServiceCallback<void>
O retorno de chamada
get(string, string, string, RequestOptionsBase)
Retorna o produto especificado.
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
get(string, string, string, ServiceCallback<CustomerSubscription>)
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- customerSubscriptionName
-
string
O nome do produto.
- callback
O retorno de chamada
list(string, string, RequestOptionsBase)
Retorna uma lista de produtos.
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<CustomerSubscriptionsListResponse>
Promise<Models.CustomerSubscriptionsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
list(string, string, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- callback
O retorno de chamada
listNext(string, RequestOptionsBase)
Retorna uma lista de produtos.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>
Parâmetros
- nextPageLink
-
string
O NextLink da chamada bem-sucedida anterior para a operação Listar.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.CustomerSubscriptionsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Parâmetros
- nextPageLink
-
string
O NextLink da chamada bem-sucedida anterior para a operação Listar.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listNext(string, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)
Parâmetros
- nextPageLink
-
string
O NextLink da chamada bem-sucedida anterior para a operação Listar.
- callback
O retorno de chamada