LicenseProfilesOperations interface
Интерфейс, представляющий операции LicenseProfiles.
Свойства
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Операция по созданию или обновлению профиля лицензии. |
| delete | Операция удаления профиля лицензии. |
| get | Извлекает сведения о представлении профиля лицензии. |
| list | Операция получения всех профилей лицензий компьютера, отличного от Azure |
| update | Операция обновления профиля лицензии. |
Сведения о свойстве
beginCreateOrUpdate
Предупреждение
Теперь этот API является нерекомендуемым.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Значение свойства
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginCreateOrUpdateAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
Значение свойства
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
beginDelete
Предупреждение
Теперь этот API является нерекомендуемым.
use delete instead
beginDelete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Значение свойства
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
Значение свойства
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
beginUpdate
Предупреждение
Теперь этот API является нерекомендуемым.
use update instead
beginUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Значение свойства
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginUpdateAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use update instead
beginUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
Значение свойства
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
createOrUpdate
Операция по созданию или обновлению профиля лицензии.
createOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Значение свойства
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
delete
Операция удаления профиля лицензии.
delete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Значение свойства
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Извлекает сведения о представлении профиля лицензии.
get: (resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
Значение свойства
(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
list
Операция получения всех профилей лицензий компьютера, отличного от Azure
list: (resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
Значение свойства
(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
update
Операция обновления профиля лицензии.
update: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Значение свойства
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>