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


CustomerSubscriptions class

Класс, представляющий CustomerSubscriptions.

Конструкторы

CustomerSubscriptions(AzureStackManagementClientContext)

Создайте customerSubscriptions.

Методы

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

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

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

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

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

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

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

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

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

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

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

Сведения о конструкторе

CustomerSubscriptions(AzureStackManagementClientContext)

Создайте customerSubscriptions.

new CustomerSubscriptions(client: AzureStackManagementClientContext)

Параметры

client
AzureStackManagementClientContext

Ссылка на клиент службы.

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

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

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

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

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

customerCreationParameters
CustomerSubscription

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

options
RequestOptionsBase

Необязательные параметры

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

Обещание<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>)

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

customerCreationParameters
CustomerSubscription

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

options
RequestOptionsBase

Необязательные параметры

callback

ServiceCallback<CustomerSubscription>

Обратный вызов

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

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<CustomerSubscription>)

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

customerCreationParameters
CustomerSubscription

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

callback

ServiceCallback<CustomerSubscription>

Обратный вызов

deleteMethod(string, string, string, RequestOptionsBase)

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

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

options
RequestOptionsBase

Необязательные параметры

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

Promise<RestResponse>

Обещание<msRest.RestResponse>

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

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

options
RequestOptionsBase

Необязательные параметры

callback

ServiceCallback<void>

Обратный вызов

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

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

callback

ServiceCallback<void>

Обратный вызов

get(string, string, string, RequestOptionsBase)

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

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

options
RequestOptionsBase

Необязательные параметры

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

Обещание<Models.CustomerSubscriptionsGetResponse>

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

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

options
RequestOptionsBase

Необязательные параметры

callback

ServiceCallback<CustomerSubscription>

Обратный вызов

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

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)

Параметры

resourceGroup

string

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

registrationName

string

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

customerSubscriptionName

string

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

callback

ServiceCallback<CustomerSubscription>

Обратный вызов

list(string, string, RequestOptionsBase)

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

function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>

Параметры

resourceGroup

string

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

registrationName

string

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

options
RequestOptionsBase

Необязательные параметры

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

Обещание<Models.CustomerSubscriptionsListResponse>

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

function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)

Параметры

resourceGroup

string

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

registrationName

string

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

options
RequestOptionsBase

Необязательные параметры

callback

ServiceCallback<CustomerSubscriptionList>

Обратный вызов

list(string, string, ServiceCallback<CustomerSubscriptionList>)

function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)

Параметры

resourceGroup

string

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

registrationName

string

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

callback

ServiceCallback<CustomerSubscriptionList>

Обратный вызов

listNext(string, RequestOptionsBase)

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

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>

Параметры

nextPageLink

string

NextLink из предыдущего успешного вызова операции List.

options
RequestOptionsBase

Необязательные параметры

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

Обещание<Models.CustomerSubscriptionsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

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

Параметры

nextPageLink

string

NextLink из предыдущего успешного вызова операции List.

options
RequestOptionsBase

Необязательные параметры

callback

ServiceCallback<CustomerSubscriptionList>

Обратный вызов

listNext(string, ServiceCallback<CustomerSubscriptionList>)

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

Параметры

nextPageLink

string

NextLink из предыдущего успешного вызова операции List.

callback

ServiceCallback<CustomerSubscriptionList>

Обратный вызов