LicensesOperations interface
Interfaccia che rappresenta le operazioni di una Licenza.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Operazione di creazione o aggiornamento di una licenza. |
| delete | Operazione per eliminare una licenza. |
| get | Recupera informazioni sulla visualizzazione di una licenza. |
| list |
Operazione per ottenere tutte le licenze di un computer non Azure |
| list |
Operazione per ottenere tutte le licenze di un computer non Azure |
| update | Operazione per aggiornare una licenza. |
| validate |
Operazione di convalida di una licenza. |
Dettagli proprietà
beginCreateOrUpdate
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Valore della proprietà
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginCreateOrUpdateAndWait
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
Valore della proprietà
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Valore della proprietà
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
Valore della proprietà
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
beginValidateLicense
Avviso
Questa API è ora deprecata.
use validateLicense instead
beginValidateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Valore della proprietà
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginValidateLicenseAndWait
Avviso
Questa API è ora deprecata.
use validateLicense instead
beginValidateLicenseAndWait: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
Valore della proprietà
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
createOrUpdate
Operazione di creazione o aggiornamento di una licenza.
createOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Valore della proprietà
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
delete
Operazione per eliminare una licenza.
delete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Recupera informazioni sulla visualizzazione di una licenza.
get: (resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
Valore della proprietà
(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
listByResourceGroup
Operazione per ottenere tutte le licenze di un computer non Azure
listByResourceGroup: (resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
listBySubscription
Operazione per ottenere tutte le licenze di un computer non Azure
listBySubscription: (options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Valore della proprietà
(options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
update
Operazione per aggiornare una licenza.
update: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Valore della proprietà
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
validateLicense
Operazione di convalida di una licenza.
validateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>
Valore della proprietà
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>