你当前正在访问 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, DedicatedHost, Dictionary<String,List<String>>, CancellationToken)

创建或更新专用主机 。

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

删除专用主机。

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

重启专用主机。 专用主机重启并正在运行后,该操作将成功完成。 若要确定重启后在专用主机上部署的 VM 的运行状况,检查 Azure 门户中的 资源运行状况 中心。 有关更多详细信息,请参阅 https://docs.microsoft.com/azure/service-health/resource-health-overview

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

更新专用主机 。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, DedicatedHost, 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)

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

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

列出可以调整指定专用主机大小的所有可用专用主机大小。 注意:提供的专用主机大小只能用于纵向扩展现有的专用主机。

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

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

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

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

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

重启专用主机。 专用主机重启并正在运行后,该操作将成功完成。 若要确定重启后在专用主机上部署的 VM 的运行状况,检查 Azure 门户中的 资源运行状况 中心。 有关更多详细信息,请参阅 https://docs.microsoft.com/azure/service-health/resource-health-overview

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

更新专用主机 。

扩展方法

BeginCreateOrUpdate(IDedicatedHostsOperations, String, String, String, DedicatedHost)

创建或更新专用主机 。

BeginCreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHost, CancellationToken)

创建或更新专用主机 。

BeginDelete(IDedicatedHostsOperations, String, String, String)

删除专用主机。

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

删除专用主机。

BeginRestart(IDedicatedHostsOperations, String, String, String)

重启专用主机。 专用主机重启并正在运行后,该操作将成功完成。 若要确定重启后在专用主机上部署的 VM 的运行状况,检查 Azure 门户中的 资源运行状况 中心。 有关更多详细信息,请参阅 https://docs.microsoft.com/azure/service-health/resource-health-overview

BeginRestartAsync(IDedicatedHostsOperations, String, String, String, CancellationToken)

重启专用主机。 专用主机重启并正在运行后,该操作将成功完成。 若要确定重启后在专用主机上部署的 VM 的运行状况,检查 Azure 门户中的 资源运行状况 中心。 有关更多详细信息,请参阅 https://docs.microsoft.com/azure/service-health/resource-health-overview

BeginUpdate(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate)

更新专用主机 。

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

更新专用主机 。

CreateOrUpdate(IDedicatedHostsOperations, String, String, String, DedicatedHost)

创建或更新专用主机 。

CreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHost, CancellationToken)

创建或更新专用主机 。

Delete(IDedicatedHostsOperations, String, String, String)

删除专用主机。

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

删除专用主机。

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

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

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

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

ListAvailableSizes(IDedicatedHostsOperations, String, String, String)

列出可以调整指定专用主机大小的所有可用专用主机大小。 注意:提供的专用主机大小只能用于纵向扩展现有的专用主机。

ListAvailableSizesAsync(IDedicatedHostsOperations, String, String, String, CancellationToken)

列出可以调整指定专用主机大小的所有可用专用主机大小。 注意:提供的专用主机大小只能用于纵向扩展现有的专用主机。

ListByHostGroup(IDedicatedHostsOperations, String, String)

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

ListByHostGroupAsync(IDedicatedHostsOperations, String, String, CancellationToken)

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

ListByHostGroupNext(IDedicatedHostsOperations, String)

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

ListByHostGroupNextAsync(IDedicatedHostsOperations, String, CancellationToken)

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

Restart(IDedicatedHostsOperations, String, String, String)

重启专用主机。 专用主机重启并正在运行后,该操作将成功完成。 若要确定重启后在专用主机上部署的 VM 的运行状况,检查 Azure 门户中的 资源运行状况 中心。 有关更多详细信息,请参阅 https://docs.microsoft.com/azure/service-health/resource-health-overview

RestartAsync(IDedicatedHostsOperations, String, String, String, CancellationToken)

重启专用主机。 专用主机重启并正在运行后,该操作将成功完成。 若要确定重启后在专用主机上部署的 VM 的运行状况,检查 Azure 门户中的 资源运行状况 中心。 有关更多详细信息,请参阅 https://docs.microsoft.com/azure/service-health/resource-health-overview

Update(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate)

更新专用主机 。

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

更新专用主机 。

适用于