CustomerSubscriptions interface
Interfaz que representa las suscripciones customerSubscriptions.
Métodos
| create(string, string, string, Customer |
Crea una nueva suscripción de cliente en un registro. |
| delete(string, string, string, Customer |
Elimina una suscripción de cliente en un registro. |
| get(string, string, string, Customer |
Devuelve el producto especificado. |
| list(string, string, Customer |
Devuelve una lista de productos. |
Detalles del método
create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)
Crea una nueva suscripción de cliente en un registro.
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscription>
Parámetros
- resourceGroup
-
string
Nombre del grupo de recursos.
- registrationName
-
string
Nombre del registro de Azure Stack.
- customerSubscriptionName
-
string
Nombre del producto.
- customerCreationParameters
- CustomerSubscription
Los parámetros usan para crear una suscripción de cliente.
Parámetros de opciones.
Devoluciones
Promise<CustomerSubscription>
delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)
Elimina una suscripción de cliente en un registro.
function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>
Parámetros
- resourceGroup
-
string
Nombre del grupo de recursos.
- registrationName
-
string
Nombre del registro de Azure Stack.
- customerSubscriptionName
-
string
Nombre del producto.
Parámetros de opciones.
Devoluciones
Promise<void>
get(string, string, string, CustomerSubscriptionsGetOptionalParams)
Devuelve el producto especificado.
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscription>
Parámetros
- resourceGroup
-
string
Nombre del grupo de recursos.
- registrationName
-
string
Nombre del registro de Azure Stack.
- customerSubscriptionName
-
string
Nombre del producto.
Parámetros de opciones.
Devoluciones
Promise<CustomerSubscription>
list(string, string, CustomerSubscriptionsListOptionalParams)
Devuelve una lista de productos.
function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>
Parámetros
- resourceGroup
-
string
Nombre del grupo de recursos.
- registrationName
-
string
Nombre del registro de Azure Stack.
Parámetros de opciones.