LicenseProfiles interface
Интерфейс, представляющий licenseProfiles.
Методы
Сведения о методе
beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)
Операция создания или обновления профиля лицензии.
function beginCreateOrUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя гибридного компьютера.
- parameters
- LicenseProfile
Параметры, предоставленные операции создания или обновления профиля лицензии.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)
Операция создания или обновления профиля лицензии.
function beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<LicenseProfile>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя гибридного компьютера.
- parameters
- LicenseProfile
Параметры, предоставленные операции создания или обновления профиля лицензии.
Параметры параметров.
Возвращаемое значение
Promise<LicenseProfile>
beginDelete(string, string, LicenseProfilesDeleteOptionalParams)
Операция удаления профиля лицензии.
function beginDelete(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя гибридного компьютера.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>
beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)
Операция удаления профиля лицензии.
function beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<LicenseProfilesDeleteHeaders>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя гибридного компьютера.
Параметры параметров.
Возвращаемое значение
Promise<LicenseProfilesDeleteHeaders>
beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)
Операция обновления профиля лицензии.
function beginUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя гибридного компьютера.
- parameters
- LicenseProfileUpdate
Параметры, предоставленные операции профиля лицензии update.
Параметры параметров.
Возвращаемое значение
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)
Операция обновления профиля лицензии.
function beginUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<LicenseProfile>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя гибридного компьютера.
- parameters
- LicenseProfileUpdate
Параметры, предоставленные операции профиля лицензии update.
Параметры параметров.
Возвращаемое значение
Promise<LicenseProfile>
get(string, string, LicenseProfilesGetOptionalParams)
Извлекает сведения о представлении профиля лицензии.
function get(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams): Promise<LicenseProfile>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя гибридного компьютера.
- options
- LicenseProfilesGetOptionalParams
Параметры параметров.
Возвращаемое значение
Promise<LicenseProfile>
list(string, string, LicenseProfilesListOptionalParams)
Операция получения всех профилей лицензий компьютера, отличного от Azure
function list(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams): PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- machineName
-
string
Имя компьютера.
Параметры параметров.