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
提供給更新授權配置檔作業的參數。
選項參數。
傳回
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
提供給更新授權配置檔作業的參數。
選項參數。
傳回
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
計算機的名稱。
選項參數。