DedicatedHostGroupsOperations interface
表示专用HostGroups操作的接口。
属性
| create |
创建或更新专用主机组。 有关专用主机和专用主机组的详细信息,请参阅 [专用主机文档] (https://go.microsoft.com/fwlink/?linkid=2082596) |
| delete | |
| get | 检索有关专用主机组的信息。 |
| list |
列出指定资源组中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。 |
| list |
列出订阅中的所有专用主机组。 在响应中使用 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>