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

IDedicatedHostsOperations 接口

定义

DedicatedHostsOperations 操作。

public interface IDedicatedHostsOperations
type IDedicatedHostsOperations = interface
Public Interface IDedicatedHostsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, DedicatedHostInner, Dictionary<String,List<String>>, CancellationToken)

创建或更新专用主机 。

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

删除专用主机。

BeginUpdateWithHttpMessagesAsync(String, String, String, DedicatedHostUpdate, Dictionary<String,List<String>>, CancellationToken)

更新专用主机 。

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

创建或更新专用主机 。

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

删除专用主机。

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

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

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

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

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

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

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

更新专用主机 。

扩展方法

BeginCreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostInner, CancellationToken)

创建或更新专用主机 。

BeginDeleteAsync(IDedicatedHostsOperations, String, String, String, CancellationToken)

删除专用主机。

BeginUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate, CancellationToken)

更新专用主机 。

CreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostInner, CancellationToken)

创建或更新专用主机 。

DeleteAsync(IDedicatedHostsOperations, String, String, String, CancellationToken)

删除专用主机。

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

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

ListByHostGroupAsync(IDedicatedHostsOperations, String, String, CancellationToken)

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

ListByHostGroupNextAsync(IDedicatedHostsOperations, String, CancellationToken)

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

UpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate, CancellationToken)

更新专用主机 。

适用于