CustomerSubscriptions class
Classe représentant un CustomerSubscriptions.
Constructeurs
| Customer |
Créez un CustomerSubscriptions. |
Méthodes
Détails du constructeur
CustomerSubscriptions(AzureStackManagementClientContext)
Créez un CustomerSubscriptions.
new CustomerSubscriptions(client: AzureStackManagementClientContext)
Paramètres
Référence au client de service.
Détails de la méthode
create(string, string, string, CustomerSubscription, RequestOptionsBase)
Crée un abonnement client sous une inscription.
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: RequestOptionsBase): Promise<CustomerSubscriptionsCreateResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- customerCreationParameters
- CustomerSubscription
Les paramètres sont utilisés pour créer un abonnement client.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CustomerSubscriptionsCreateResponse>
Promise<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>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- customerCreationParameters
- CustomerSubscription
Les paramètres sont utilisés pour créer un abonnement client.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<CustomerSubscription>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- customerCreationParameters
- CustomerSubscription
Les paramètres sont utilisés pour créer un abonnement client.
- callback
Rappel
deleteMethod(string, string, string, RequestOptionsBase)
Supprime un abonnement client sous une inscription.
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- callback
-
ServiceCallback<void>
Rappel
get(string, string, string, RequestOptionsBase)
Retourne le produit spécifié.
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CustomerSubscriptionsGetResponse>
Promise<Models.CustomerSubscriptionsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
get(string, string, string, ServiceCallback<CustomerSubscription>)
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- customerSubscriptionName
-
string
Nom du produit.
- callback
Rappel
list(string, string, RequestOptionsBase)
Retourne une liste de produits.
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CustomerSubscriptionsListResponse>
Promise<Models.CustomerSubscriptionsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
list(string, string, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- callback
Rappel
listNext(string, RequestOptionsBase)
Retourne une liste de produits.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.CustomerSubscriptionsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
listNext(string, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- callback
Rappel