Поделиться через


CustomerSubscriptions interface

Интерфейс, представляющий customerSubscriptions.

Методы

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

Создает новую подписку клиента под регистрацией.

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Удаляет подписку клиента под регистрацией.

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Возвращает указанный продукт.

list(string, string, CustomerSubscriptionsListOptionalParams)

Возвращает список продуктов.

Сведения о методе

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

Создает новую подписку клиента под регистрацией.

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscription>

Параметры

resourceGroup

string

Имя группы ресурсов.

registrationName

string

Имя регистрации Azure Stack.

customerSubscriptionName

string

Имя продукта.

customerCreationParameters
CustomerSubscription

Параметры, используемые для создания подписки клиента.

options
CustomerSubscriptionsCreateOptionalParams

Параметры параметров.

Возвращаемое значение

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Удаляет подписку клиента под регистрацией.

function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>

Параметры

resourceGroup

string

Имя группы ресурсов.

registrationName

string

Имя регистрации Azure Stack.

customerSubscriptionName

string

Имя продукта.

options
CustomerSubscriptionsDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Возвращает указанный продукт.

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscription>

Параметры

resourceGroup

string

Имя группы ресурсов.

registrationName

string

Имя регистрации Azure Stack.

customerSubscriptionName

string

Имя продукта.

options
CustomerSubscriptionsGetOptionalParams

Параметры параметров.

Возвращаемое значение

list(string, string, CustomerSubscriptionsListOptionalParams)

Возвращает список продуктов.

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

Параметры

resourceGroup

string

Имя группы ресурсов.

registrationName

string

Имя регистрации Azure Stack.

options
CustomerSubscriptionsListOptionalParams

Параметры параметров.

Возвращаемое значение