LicensesOperations interface
Schnittstelle stellt die Operationen einer Lizenz dar.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Der Vorgang zum Erstellen oder Aktualisieren einer Lizenz. |
| delete | Der Vorgang zum Löschen einer Lizenz. |
| get | Ruft Informationen zur Ansicht einer Lizenz ab. |
| list |
Der Vorgang zum Abrufen aller Lizenzen eines Nicht-Azure-Computers |
| list |
Der Vorgang zum Abrufen aller Lizenzen eines Nicht-Azure-Computers |
| update | Der Vorgang zum Aktualisieren einer Lizenz. |
| validate |
Der Vorgang zum Überprüfen einer Lizenz. |
Details zur Eigenschaft
beginCreateOrUpdate
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginCreateOrUpdateAndWait
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
beginValidateLicense
Warnung
Diese API ist nun veraltet.
use validateLicense instead
beginValidateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
Eigenschaftswert
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginValidateLicenseAndWait
Warnung
Diese API ist nun veraltet.
use validateLicense instead
beginValidateLicenseAndWait: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
Eigenschaftswert
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
createOrUpdate
Der Vorgang zum Erstellen oder Aktualisieren einer Lizenz.
createOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
delete
Der Vorgang zum Löschen einer Lizenz.
delete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ruft Informationen zur Ansicht einer Lizenz ab.
get: (resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
listByResourceGroup
Der Vorgang zum Abrufen aller Lizenzen eines Nicht-Azure-Computers
listByResourceGroup: (resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
listBySubscription
Der Vorgang zum Abrufen aller Lizenzen eines Nicht-Azure-Computers
listBySubscription: (options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Eigenschaftswert
(options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
update
Der Vorgang zum Aktualisieren einer Lizenz.
update: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Eigenschaftswert
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
validateLicense
Der Vorgang zum Überprüfen einer Lizenz.
validateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>
Eigenschaftswert
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>