Licenses interface
表示授權的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, License, LicensesCreateOrUpdateOptionalParams)
建立或更新授權的作業。
function beginCreateOrUpdate(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- licenseName
-
string
授權的名稱。
- parameters
- License
提供給建立授權作業的參數。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>
beginCreateOrUpdateAndWait(string, string, License, LicensesCreateOrUpdateOptionalParams)
建立或更新授權的作業。
function beginCreateOrUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<License>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- licenseName
-
string
授權的名稱。
- parameters
- License
提供給建立授權作業的參數。
選項參數。
傳回
Promise<License>
beginDelete(string, string, LicensesDeleteOptionalParams)
要刪除授權的作業。
function beginDelete(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- licenseName
-
string
授權的名稱。
- options
- LicensesDeleteOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, LicensesDeleteOptionalParams)
要刪除授權的作業。
function beginDeleteAndWait(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- licenseName
-
string
授權的名稱。
- options
- LicensesDeleteOptionalParams
選項參數。
傳回
Promise<void>
beginUpdate(string, string, LicenseUpdate, LicensesUpdateOptionalParams)
更新授權的作業。
function beginUpdate(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- licenseName
-
string
授權的名稱。
- parameters
- LicenseUpdate
提供給更新授權作業的參數。
- options
- LicensesUpdateOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>
beginUpdateAndWait(string, string, LicenseUpdate, LicensesUpdateOptionalParams)
更新授權的作業。
function beginUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<License>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- licenseName
-
string
授權的名稱。
- parameters
- LicenseUpdate
提供給更新授權作業的參數。
- options
- LicensesUpdateOptionalParams
選項參數。
傳回
Promise<License>
beginValidateLicense(License, LicensesValidateLicenseOptionalParams)
驗證授權的作業。
function beginValidateLicense(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>
參數
- parameters
- License
提供給授權驗證作業的參數。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>
beginValidateLicenseAndWait(License, LicensesValidateLicenseOptionalParams)
驗證授權的作業。
function beginValidateLicenseAndWait(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<License>
參數
- parameters
- License
提供給授權驗證作業的參數。
選項參數。
傳回
Promise<License>
get(string, string, LicensesGetOptionalParams)
擷取授權檢視的相關信息。
function get(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams): Promise<License>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- licenseName
-
string
授權的名稱。
- options
- LicensesGetOptionalParams
選項參數。
傳回
Promise<License>
listByResourceGroup(string, LicensesListByResourceGroupOptionalParams)
取得非 Azure 機器之所有授權的作業
function listByResourceGroup(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<License, License[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
選項參數。
傳回
listBySubscription(LicensesListBySubscriptionOptionalParams)
取得非 Azure 機器之所有授權的作業
function listBySubscription(options?: LicensesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<License, License[], PageSettings>
參數
選項參數。