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

IAdvisorsOperations 接口

定义

AdvisorsOperations 操作。

public interface IAdvisorsOperations
type IAdvisorsOperations = interface
Public Interface IAdvisorsOperations

方法

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

获取建议操作顾问。

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

列出建议操作顾问。

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

列出建议操作顾问。

扩展方法

Get(IAdvisorsOperations, String, String, String)

获取建议操作顾问。

GetAsync(IAdvisorsOperations, String, String, String, CancellationToken)

获取建议操作顾问。

ListByServer(IAdvisorsOperations, String, String)

列出建议操作顾问。

ListByServerAsync(IAdvisorsOperations, String, String, CancellationToken)

列出建议操作顾问。

ListByServerNext(IAdvisorsOperations, String)

列出建议操作顾问。

ListByServerNextAsync(IAdvisorsOperations, String, CancellationToken)

列出建议操作顾问。

适用于