CustomerSubscriptions interface
Интерфейс, представляющий customerSubscriptions.
Методы
| create(string, string, string, Customer |
Создает новую подписку клиента под регистрацией. |
| delete(string, string, string, Customer |
Удаляет подписку клиента под регистрацией. |
| get(string, string, string, Customer |
Возвращает указанный продукт. |
| list(string, string, Customer |
Возвращает список продуктов. |
Сведения о методе
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
Параметры, используемые для создания подписки клиента.
Параметры параметров.
Возвращаемое значение
Promise<CustomerSubscription>
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
Имя продукта.
Параметры параметров.
Возвращаемое значение
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
Имя продукта.
Параметры параметров.
Возвращаемое значение
Promise<CustomerSubscription>
list(string, string, CustomerSubscriptionsListOptionalParams)
Возвращает список продуктов.
function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>
Параметры
- resourceGroup
-
string
Имя группы ресурсов.
- registrationName
-
string
Имя регистрации Azure Stack.
Параметры параметров.