Partager via


CustomerSubscriptions interface

Interface représentant un CustomerSubscriptions.

Méthodes

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

Crée un abonnement client sous une inscription.

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Supprime un abonnement client sous une inscription.

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Retourne le produit spécifié.

list(string, string, CustomerSubscriptionsListOptionalParams)

Retourne une liste de produits.

Détails de la méthode

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

Crée un abonnement client sous une inscription.

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<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
CustomerSubscriptionsCreateOptionalParams

Paramètres d’options.

Retours

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Supprime un abonnement client sous une inscription.

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

Paramètres

resourceGroup

string

Nom du groupe de ressources.

registrationName

string

Nom de l’inscription Azure Stack.

customerSubscriptionName

string

Nom du produit.

options
CustomerSubscriptionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

Retourne le produit spécifié.

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

Paramètres

resourceGroup

string

Nom du groupe de ressources.

registrationName

string

Nom de l’inscription Azure Stack.

customerSubscriptionName

string

Nom du produit.

options
CustomerSubscriptionsGetOptionalParams

Paramètres d’options.

Retours

list(string, string, CustomerSubscriptionsListOptionalParams)

Retourne une liste de produits.

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

Paramètres

resourceGroup

string

Nom du groupe de ressources.

registrationName

string

Nom de l’inscription Azure Stack.

options
CustomerSubscriptionsListOptionalParams

Paramètres d’options.

Retours