Поделиться через


LicensesOperations interface

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

Свойства

createOrUpdate

Создать лицензию

delete
get

Получите лицензию

getProperties

Точно так же, как ArmResourceActionSync, но без тела запроса.

list

Список ресурсов лицензий от PrivateCloud

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

createOrUpdate

Создать лицензию

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

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

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

delete

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

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

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

get

Получите лицензию

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

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

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

getProperties

Точно так же, как ArmResourceActionSync, но без тела запроса.

getProperties: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>

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

(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>

list

Список ресурсов лицензий от PrivateCloud

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

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

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