你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IVirtualMachinesOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
VirtualMachinesOperations 操作。
public interface IVirtualMachinesOperations
type IVirtualMachinesOperations = interface
Public Interface IVirtualMachinesOperations
方法
BeginRestartHostsWithHttpMessagesAsync(String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken)
|
重启指定的 HDInsight 群集主机。
|
GetAsyncOperationStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
获取异步操作状态。
|
ListHostsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
列出 HDInsight 群集主机
|
RestartHostsWithHttpMessagesAsync(String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken)
|
重启指定的 HDInsight 群集主机。
|
扩展方法
BeginRestartHosts(IVirtualMachinesOperations, String, String, IList<String>)
|
重启指定的 HDInsight 群集主机。
|
BeginRestartHostsAsync(IVirtualMachinesOperations, String, String, IList<String>, CancellationToken)
|
重启指定的 HDInsight 群集主机。
|
GetAsyncOperationStatus(IVirtualMachinesOperations, String, String, String)
|
获取异步操作状态。
|
GetAsyncOperationStatusAsync(IVirtualMachinesOperations, String, String, String, CancellationToken)
|
获取异步操作状态。
|
ListHosts(IVirtualMachinesOperations, String, String)
|
列出 HDInsight 群集主机
|
ListHostsAsync(IVirtualMachinesOperations, String, String, CancellationToken)
|
列出 HDInsight 群集主机
|
RestartHosts(IVirtualMachinesOperations, String, String, IList<String>)
|
重启指定的 HDInsight 群集主机。
|
RestartHostsAsync(IVirtualMachinesOperations, String, String, IList<String>, CancellationToken)
|
重启指定的 HDInsight 群集主机。
|
适用于