LicensesOperations interface

Interface die de operaties van een licentie vertegenwoordigt.

Eigenschappen

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
beginValidateLicense
beginValidateLicenseAndWait
createOrUpdate

De bewerking voor het maken of bijwerken van een licentie.

delete

De bewerking voor het verwijderen van een licentie.

get

Hiermee wordt informatie opgehaald over de weergave van een licentie.

listByResourceGroup

De bewerking om alle licenties van een niet-Azure-machine te verkrijgen

listBySubscription

De bewerking om alle licenties van een niet-Azure-machine te verkrijgen

update

De bewerking voor het bijwerken van een licentie.

validateLicense

De bewerking om een licentie te valideren.

Eigenschapdetails

beginCreateOrUpdate

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

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

Waarde van eigenschap

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

beginCreateOrUpdateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

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

Waarde van eigenschap

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

beginDelete

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

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

Waarde van eigenschap

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

beginDeleteAndWait

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

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

Waarde van eigenschap

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

beginUpdate

Waarschuwing

Deze API is nu afgeschaft.

use update instead

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

Waarde van eigenschap

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

beginUpdateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use update instead

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

Waarde van eigenschap

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

beginValidateLicense

Waarschuwing

Deze API is nu afgeschaft.

use validateLicense instead

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

Waarde van eigenschap

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

beginValidateLicenseAndWait

Waarschuwing

Deze API is nu afgeschaft.

use validateLicense instead

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

Waarde van eigenschap

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

createOrUpdate

De bewerking voor het maken of bijwerken van een licentie.

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

Waarde van eigenschap

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

delete

De bewerking voor het verwijderen van een licentie.

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

Waarde van eigenschap

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

get

Hiermee wordt informatie opgehaald over de weergave van een licentie.

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

Waarde van eigenschap

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

listByResourceGroup

De bewerking om alle licenties van een niet-Azure-machine te verkrijgen

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

Waarde van eigenschap

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

listBySubscription

De bewerking om alle licenties van een niet-Azure-machine te verkrijgen

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

Waarde van eigenschap

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

update

De bewerking voor het bijwerken van een licentie.

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

Waarde van eigenschap

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

validateLicense

De bewerking om een licentie te valideren.

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

Waarde van eigenschap

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