Registrations class
Classe représentant une inscription.
Constructeurs
| Registrations(Azure |
Créez des inscriptions. |
Méthodes
Détails du constructeur
Registrations(AzureStackManagementClientContext)
Créez des inscriptions.
new Registrations(client: AzureStackManagementClientContext)
Paramètres
Référence au client de service.
Détails de la méthode
createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase)
Créez ou mettez à jour une inscription Azure Stack.
function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RequestOptionsBase): Promise<RegistrationsCreateOrUpdateResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- token
- RegistrationParameter
Jeton d’inscription
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RegistrationsCreateOrUpdateResponse>
Promise<Models.RegistrationsCreateOrUpdateResponse>
createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)
function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options: RequestOptionsBase, callback: ServiceCallback<Registration>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- token
- RegistrationParameter
Jeton d’inscription
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createOrUpdate(string, string, RegistrationParameter, ServiceCallback<Registration>)
function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, callback: ServiceCallback<Registration>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- token
- RegistrationParameter
Jeton d’inscription
- callback
Rappel
deleteMethod(string, string, RequestOptionsBase)
Supprimez l’inscription Azure Stack demandée.
function deleteMethod(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, callback: ServiceCallback<void>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- callback
-
ServiceCallback<void>
Rappel
get(string, string, RequestOptionsBase)
Retourne les propriétés d’une inscription Azure Stack.
function get(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<RegistrationsGetResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RegistrationsGetResponse>
Promise<Models.RegistrationsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<Registration>)
function get(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<Registration>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
get(string, string, ServiceCallback<Registration>)
function get(resourceGroup: string, registrationName: string, callback: ServiceCallback<Registration>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- callback
Rappel
getActivationKey(string, string, RequestOptionsBase)
Retourne la clé d’activation Azure Stack.
function getActivationKey(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<RegistrationsGetActivationKeyResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.RegistrationsGetActivationKeyResponse>
getActivationKey(string, string, RequestOptionsBase, ServiceCallback<ActivationKeyResult>)
function getActivationKey(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ActivationKeyResult>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
getActivationKey(string, string, ServiceCallback<ActivationKeyResult>)
function getActivationKey(resourceGroup: string, registrationName: string, callback: ServiceCallback<ActivationKeyResult>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- callback
Rappel
list(string, RequestOptionsBase)
Retourne une liste de toutes les inscriptions.
function list(resourceGroup: string, options?: RequestOptionsBase): Promise<RegistrationsListResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RegistrationsListResponse>
Promise<Models.RegistrationsListResponse>
list(string, RequestOptionsBase, ServiceCallback<RegistrationList>)
function list(resourceGroup: string, options: RequestOptionsBase, callback: ServiceCallback<RegistrationList>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
list(string, ServiceCallback<RegistrationList>)
function list(resourceGroup: string, callback: ServiceCallback<RegistrationList>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- callback
Rappel
listNext(string, RequestOptionsBase)
Retourne une liste de toutes les inscriptions.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<RegistrationsListNextResponse>
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<RegistrationsListNextResponse>
Promise<Models.RegistrationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<RegistrationList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<RegistrationList>)
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<RegistrationList>)
function listNext(nextPageLink: string, callback: ServiceCallback<RegistrationList>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- callback
Rappel
update(string, string, RegistrationParameter, RequestOptionsBase)
Corrigez une inscription Azure Stack.
function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RequestOptionsBase): Promise<RegistrationsUpdateResponse>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- token
- RegistrationParameter
Jeton d’inscription
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RegistrationsUpdateResponse>
Promise<Models.RegistrationsUpdateResponse>
update(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)
function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options: RequestOptionsBase, callback: ServiceCallback<Registration>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- token
- RegistrationParameter
Jeton d’inscription
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
update(string, string, RegistrationParameter, ServiceCallback<Registration>)
function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, callback: ServiceCallback<Registration>)
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- token
- RegistrationParameter
Jeton d’inscription
- callback
Rappel