次の方法で共有


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)

推奨事項アクション アドバイザーを一覧表示します。

適用対象