LicensesOperations interface

Интерфейс, представляющий операции лицензий.

Свойства

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
beginValidateLicense
beginValidateLicenseAndWait
createOrUpdate

Операция по созданию или обновлению лицензии.

delete

Операция удаления лицензии.

get

Извлекает сведения о представлении лицензии.

listByResourceGroup

Операция получения всех лицензий компьютера, отличного от Azure

listBySubscription

Операция получения всех лицензий компьютера, отличного от Azure

update

Операция обновления лицензии.

validateLicense

Операция по проверке лицензии.

Сведения о свойстве

beginCreateOrUpdate

Предупреждение

Теперь этот API является нерекомендуемым.

use createOrUpdate instead

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

Значение свойства

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

beginCreateOrUpdateAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use createOrUpdate instead

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

Значение свойства

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

beginDelete

Предупреждение

Теперь этот API является нерекомендуемым.

use delete instead

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

Значение свойства

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

beginDeleteAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use delete instead

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

Значение свойства

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

beginUpdate

Предупреждение

Теперь этот API является нерекомендуемым.

use update instead

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

Значение свойства

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

beginUpdateAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use update instead

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

Значение свойства

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

beginValidateLicense

Предупреждение

Теперь этот API является нерекомендуемым.

use validateLicense instead

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

Значение свойства

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

beginValidateLicenseAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use validateLicense instead

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

Значение свойства

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

createOrUpdate

Операция по созданию или обновлению лицензии.

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

Значение свойства

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

delete

Операция удаления лицензии.

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

Значение свойства

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

get

Извлекает сведения о представлении лицензии.

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

Значение свойства

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

listByResourceGroup

Операция получения всех лицензий компьютера, отличного от Azure

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

Значение свойства

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

listBySubscription

Операция получения всех лицензий компьютера, отличного от Azure

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

Значение свойства

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

update

Операция обновления лицензии.

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

Значение свойства

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

validateLicense

Операция по проверке лицензии.

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

Значение свойства

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