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

IRecommendedActionsOperations 接口

定义

RecommendedActionsOperations 操作。

public interface IRecommendedActionsOperations
type IRecommendedActionsOperations = interface
Public Interface IRecommendedActionsOperations

方法

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

从顾问中检索建议的操作。

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

从顾问中检索建议的操作。

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

从顾问中检索建议的操作。

扩展方法

Get(IRecommendedActionsOperations, String, String, String, String)

从顾问中检索建议的操作。

GetAsync(IRecommendedActionsOperations, String, String, String, String, CancellationToken)

从顾问中检索建议的操作。

ListByServer(IRecommendedActionsOperations, String, String, String, String)

从顾问中检索建议的操作。

ListByServerAsync(IRecommendedActionsOperations, String, String, String, String, CancellationToken)

从顾问中检索建议的操作。

ListByServerNext(IRecommendedActionsOperations, String)

从顾问中检索建议的操作。

ListByServerNextAsync(IRecommendedActionsOperations, String, CancellationToken)

从顾问中检索建议的操作。

适用于