DedicatedHostGroupsOperations interface

介面代表專用HostGroups操作。

屬性

createOrUpdate

建立或更新專用主機群組。 有關專用主機和專用主機群組的詳細資訊,請參閱 [專用主機文件] (https://go.microsoft.com/fwlink/?linkid=2082596

delete
get

擷取專用主機群組的相關資訊。

listByResourceGroup

列出指定資源群組中的所有專用主機群組。 在回應中使用 nextLink 屬性來取得專用主機群組的下一頁。

listBySubscription

列出訂閱中的所有專用主機群組。 在回應中使用 nextLink 屬性來取得專用主機群組的下一頁。

update

更新專用主機群組。

屬性詳細資料

createOrUpdate

建立或更新專用主機群組。 有關專用主機和專用主機群組的詳細資訊,請參閱 [專用主機文件] (https://go.microsoft.com/fwlink/?linkid=2082596

createOrUpdate: (resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroup, options?: DedicatedHostGroupsCreateOrUpdateOptionalParams) => Promise<DedicatedHostGroup>

屬性值

(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroup, options?: DedicatedHostGroupsCreateOrUpdateOptionalParams) => Promise<DedicatedHostGroup>

delete

delete: (resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsDeleteOptionalParams) => Promise<void>

屬性值

(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsDeleteOptionalParams) => Promise<void>

get

擷取專用主機群組的相關資訊。

get: (resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsGetOptionalParams) => Promise<DedicatedHostGroup>

屬性值

(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsGetOptionalParams) => Promise<DedicatedHostGroup>

listByResourceGroup

列出指定資源群組中的所有專用主機群組。 在回應中使用 nextLink 屬性來取得專用主機群組的下一頁。

listByResourceGroup: (resourceGroupName: string, options?: DedicatedHostGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>

屬性值

(resourceGroupName: string, options?: DedicatedHostGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>

listBySubscription

列出訂閱中的所有專用主機群組。 在回應中使用 nextLink 屬性來取得專用主機群組的下一頁。

listBySubscription: (options?: DedicatedHostGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>

屬性值

(options?: DedicatedHostGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>

update

更新專用主機群組。

update: (resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroupUpdate, options?: DedicatedHostGroupsUpdateOptionalParams) => Promise<DedicatedHostGroup>

屬性值

(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroupUpdate, options?: DedicatedHostGroupsUpdateOptionalParams) => Promise<DedicatedHostGroup>