LicensesOperations interface
Interfaz que representa las operaciones de una licencia.
Propiedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
La operación para crear o actualizar una licencia. |
| delete | Operación para eliminar una licencia. |
| get | Recupera información sobre la vista de una licencia. |
| list |
La operación para obtener todas las licencias de una máquina que no es de Azure |
| list |
La operación para obtener todas las licencias de una máquina que no es de Azure |
| update | Operación para actualizar una licencia. |
| validate |
La operación para validar una licencia. |
Detalles de las propiedades
beginCreateOrUpdate
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Valor de propiedad
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginCreateOrUpdateAndWait
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
Valor de propiedad
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
beginDelete
Advertencia
Esta API ya está en desuso.
use delete instead
beginDelete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valor de propiedad
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Advertencia
Esta API ya está en desuso.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
Valor de propiedad
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
beginUpdate
Advertencia
Esta API ya está en desuso.
use update instead
beginUpdate: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Valor de propiedad
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginUpdateAndWait
Advertencia
Esta API ya está en desuso.
use update instead
beginUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
Valor de propiedad
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
beginValidateLicense
Advertencia
Esta API ya está en desuso.
use validateLicense instead
beginValidateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Valor de propiedad
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginValidateLicenseAndWait
Advertencia
Esta API ya está en desuso.
use validateLicense instead
beginValidateLicenseAndWait: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
Valor de propiedad
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
createOrUpdate
La operación para crear o actualizar una licencia.
createOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Valor de propiedad
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
delete
Operación para eliminar una licencia.
delete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de propiedad
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Recupera información sobre la vista de una licencia.
get: (resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
Valor de propiedad
(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
listByResourceGroup
La operación para obtener todas las licencias de una máquina que no es de Azure
listByResourceGroup: (resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Valor de propiedad
(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
listBySubscription
La operación para obtener todas las licencias de una máquina que no es de Azure
listBySubscription: (options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Valor de propiedad
(options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
update
Operación para actualizar una licencia.
update: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Valor de propiedad
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
validateLicense
La operación para validar una licencia.
validateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>
Valor de propiedad
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>