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

DedicatedHostsOperationsExtensions 类

定义

DedicatedHostsOperations 的扩展方法。

public static class DedicatedHostsOperationsExtensions
type DedicatedHostsOperationsExtensions = class
Public Module DedicatedHostsOperationsExtensions
继承
DedicatedHostsOperationsExtensions

方法

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)

更新专用主机 。

适用于