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

IMachinesOperations 接口

定义

MachinesOperations 操作。

public interface IMachinesOperations
type IMachinesOperations = interface
Public Interface IMachinesOperations

方法

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

在 Azure 中删除混合计算机标识的操作。

GetWithHttpMessagesAsync(String, String, String, 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 属性获取混合计算机的下一页。

扩展方法

Delete(IMachinesOperations, String, String)

在 Azure 中删除混合计算机标识的操作。

DeleteAsync(IMachinesOperations, String, String, CancellationToken)

在 Azure 中删除混合计算机标识的操作。

Get(IMachinesOperations, String, String, String)

检索有关混合计算机的模型视图或实例视图的信息。

GetAsync(IMachinesOperations, String, String, String, CancellationToken)

检索有关混合计算机的模型视图或实例视图的信息。

ListByResourceGroup(IMachinesOperations, String)

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

ListByResourceGroupAsync(IMachinesOperations, String, CancellationToken)

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

ListByResourceGroupNext(IMachinesOperations, String)

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

ListByResourceGroupNextAsync(IMachinesOperations, String, CancellationToken)

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

ListBySubscription(IMachinesOperations)

列出指定订阅中的所有混合计算机。 在响应中使用 nextLink 属性获取混合计算机的下一页。

ListBySubscriptionAsync(IMachinesOperations, CancellationToken)

列出指定订阅中的所有混合计算机。 在响应中使用 nextLink 属性获取混合计算机的下一页。

ListBySubscriptionNext(IMachinesOperations, String)

列出指定订阅中的所有混合计算机。 在响应中使用 nextLink 属性获取混合计算机的下一页。

ListBySubscriptionNextAsync(IMachinesOperations, String, CancellationToken)

列出指定订阅中的所有混合计算机。 在响应中使用 nextLink 属性获取混合计算机的下一页。

适用于