你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDedicatedHostGroupsOperations 接口

定义

DedicatedHostGroupsOperations 操作。

public interface IDedicatedHostGroupsOperations
type IDedicatedHostGroupsOperations = interface
Public Interface IDedicatedHostGroupsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, DedicatedHostGroup, Dictionary<String,List<String>>, CancellationToken)

创建或更新专用主机组。 有关专用主机组和专用主机组的详细信息,请参阅 [专用主机文档] (https://go.microsoft.com/fwlink/?linkid=2082596)

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除专用主机组。

GetWithHttpMessagesAsync(String, String, Nullable<InstanceViewTypes>, Dictionary<String,List<String>>, CancellationToken)

检索有关专用主机组的信息。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出指定资源组中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出指定资源组中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出订阅中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

列出订阅中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

UpdateWithHttpMessagesAsync(String, String, DedicatedHostGroupUpdate, Dictionary<String,List<String>>, CancellationToken)

更新专用主机组。

扩展方法

CreateOrUpdate(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroup)

创建或更新专用主机组。 有关专用主机组和专用主机组的详细信息,请参阅 [专用主机文档] (https://go.microsoft.com/fwlink/?linkid=2082596)

CreateOrUpdateAsync(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroup, CancellationToken)

创建或更新专用主机组。 有关专用主机组和专用主机组的详细信息,请参阅 [专用主机文档] (https://go.microsoft.com/fwlink/?linkid=2082596)

Delete(IDedicatedHostGroupsOperations, String, String)

删除专用主机组。

DeleteAsync(IDedicatedHostGroupsOperations, String, String, CancellationToken)

删除专用主机组。

Get(IDedicatedHostGroupsOperations, String, String, Nullable<InstanceViewTypes>)

检索有关专用主机组的信息。

GetAsync(IDedicatedHostGroupsOperations, String, String, Nullable<InstanceViewTypes>, CancellationToken)

检索有关专用主机组的信息。

ListByResourceGroup(IDedicatedHostGroupsOperations, String)

列出指定资源组中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListByResourceGroupAsync(IDedicatedHostGroupsOperations, String, CancellationToken)

列出指定资源组中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListByResourceGroupNext(IDedicatedHostGroupsOperations, String)

列出指定资源组中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListByResourceGroupNextAsync(IDedicatedHostGroupsOperations, String, CancellationToken)

列出指定资源组中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListBySubscription(IDedicatedHostGroupsOperations)

列出订阅中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListBySubscriptionAsync(IDedicatedHostGroupsOperations, CancellationToken)

列出订阅中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListBySubscriptionNext(IDedicatedHostGroupsOperations, String)

列出订阅中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

ListBySubscriptionNextAsync(IDedicatedHostGroupsOperations, String, CancellationToken)

列出订阅中的所有专用主机组。 在响应中使用 nextLink 属性获取专用主机组的下一页。

Update(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroupUpdate)

更新专用主机组。

UpdateAsync(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroupUpdate, CancellationToken)

更新专用主机组。

适用于