DedicatedHostGroups interface
代表 DedicatedHostGroups 的介面。
方法
create |
建立或更新專用主機群組。 如需專用主機和專用主機群組的詳細資訊,請參閱 [專用主機檔] (https://go.microsoft.com/fwlink/?linkid=2082596) |
delete(string, string, Dedicated |
刪除專用主機群組。 |
get(string, string, Dedicated |
擷取專用主機群組的相關資訊。 |
list |
列出指定之資源群組中的所有專用主機群組。 使用回應中的 nextLink 屬性來取得專用主機群組的下一頁。 |
list |
列出訂用帳戶中的所有專用主機群組。 使用回應中的 nextLink 屬性來取得專用主機群組的下一頁。 |
update(string, string, Dedicated |
更新專用主機群組。 |
方法詳細資料
createOrUpdate(string, string, DedicatedHostGroup, DedicatedHostGroupsCreateOrUpdateOptionalParams)
建立或更新專用主機群組。 如需專用主機和專用主機群組的詳細資訊,請參閱 [專用主機檔] (https://go.microsoft.com/fwlink/?linkid=2082596)
function createOrUpdate(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroup, options?: DedicatedHostGroupsCreateOrUpdateOptionalParams): Promise<DedicatedHostGroup>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hostGroupName
-
string
專用主機群組的名稱。
- parameters
- DedicatedHostGroup
提供給建立專用主機群組的參數。
選項參數。
傳回
Promise<DedicatedHostGroup>
delete(string, string, DedicatedHostGroupsDeleteOptionalParams)
刪除專用主機群組。
function delete(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hostGroupName
-
string
專用主機群組的名稱。
選項參數。
傳回
Promise<void>
get(string, string, DedicatedHostGroupsGetOptionalParams)
擷取專用主機群組的相關資訊。
function get(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsGetOptionalParams): Promise<DedicatedHostGroup>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hostGroupName
-
string
專用主機群組的名稱。
選項參數。
傳回
Promise<DedicatedHostGroup>
listByResourceGroup(string, DedicatedHostGroupsListByResourceGroupOptionalParams)
列出指定之資源群組中的所有專用主機群組。 使用回應中的 nextLink 屬性來取得專用主機群組的下一頁。
function listByResourceGroup(resourceGroupName: string, options?: DedicatedHostGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。
選項參數。
傳回
listBySubscription(DedicatedHostGroupsListBySubscriptionOptionalParams)
列出訂用帳戶中的所有專用主機群組。 使用回應中的 nextLink 屬性來取得專用主機群組的下一頁。
function listBySubscription(options?: DedicatedHostGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
參數
選項參數。
傳回
update(string, string, DedicatedHostGroupUpdate, DedicatedHostGroupsUpdateOptionalParams)
更新專用主機群組。
function update(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroupUpdate, options?: DedicatedHostGroupsUpdateOptionalParams): Promise<DedicatedHostGroup>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hostGroupName
-
string
專用主機群組的名稱。
- parameters
- DedicatedHostGroupUpdate
提供給更新專用主機群組作業的參數。
選項參數。
傳回
Promise<DedicatedHostGroup>