LicensesOperations interface

Interface représentant les opérations d’une licence.

Propriétés

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
beginValidateLicense
beginValidateLicenseAndWait
createOrUpdate

Opération de création ou de mise à jour d’une licence.

delete

Opération de suppression d’une licence.

get

Récupère des informations sur la vue d’une licence.

listByResourceGroup

L’opération permettant d’obtenir toutes les licences d’une machine non-Azure

listBySubscription

L’opération permettant d’obtenir toutes les licences d’une machine non-Azure

update

Opération de mise à jour d’une licence.

validateLicense

L’opération de validation d’une licence.

Détails de la propriété

beginCreateOrUpdate

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>

Valeur de propriété

(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>

beginCreateOrUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>

Valeur de propriété

(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>

beginDelete

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDelete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valeur de propriété

(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>

beginUpdate

Avertissement

Cette API est à présent déconseillée.

use update instead

beginUpdate: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>

Valeur de propriété

(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>

beginUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use update instead

beginUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>

Valeur de propriété

(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>

beginValidateLicense

Avertissement

Cette API est à présent déconseillée.

use validateLicense instead

beginValidateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>

Valeur de propriété

(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>

beginValidateLicenseAndWait

Avertissement

Cette API est à présent déconseillée.

use validateLicense instead

beginValidateLicenseAndWait: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>

Valeur de propriété

(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>

createOrUpdate

Opération de création ou de mise à jour d’une licence.

createOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>

Valeur de propriété

(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>

delete

Opération de suppression d’une licence.

delete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valeur de propriété

(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Récupère des informations sur la vue d’une licence.

get: (resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>

Valeur de propriété

(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>

listByResourceGroup

L’opération permettant d’obtenir toutes les licences d’une machine non-Azure

listByResourceGroup: (resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>

Valeur de propriété

(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>

listBySubscription

L’opération permettant d’obtenir toutes les licences d’une machine non-Azure

listBySubscription: (options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>

Valeur de propriété

(options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>

update

Opération de mise à jour d’une licence.

update: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>

Valeur de propriété

(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>

validateLicense

L’opération de validation d’une licence.

validateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>

Valeur de propriété

(parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>