Compartilhar via


CustomerSubscriptions interface

Interface que representa customerSubscriptions.

Métodos

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

Cria uma nova assinatura de cliente em um registro.

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Exclui uma assinatura de cliente em um registro.

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Retorna o produto especificado.

list(string, string, CustomerSubscriptionsListOptionalParams)

Retorna uma lista de produtos.

Detalhes do método

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

Cria uma nova assinatura de cliente em um registro.

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<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
CustomerSubscriptionsCreateOptionalParams

Os parâmetros de opções.

Retornos

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Exclui uma assinatura de cliente em um registro.

function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<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
CustomerSubscriptionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Retorna o produto especificado.

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<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
CustomerSubscriptionsGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, CustomerSubscriptionsListOptionalParams)

Retorna uma lista de produtos.

function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registro do Azure Stack.

options
CustomerSubscriptionsListOptionalParams

Os parâmetros de opções.

Retornos