ISqlPoolSchemasOperations インターフェイス

定義

SqlPoolSchemasOperations 操作。

public interface ISqlPoolSchemasOperations
type ISqlPoolSchemasOperations = interface
Public Interface ISqlPoolSchemasOperations

メソッド

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

Sql プール スキーマを取得する

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

特定の SQL プールのスキーマを取得します

ListWithHttpMessagesAsync(String, String, String, ODataQuery<SqlPoolSchema>, Dictionary<String,List<String>>, CancellationToken)

特定の SQL プールのスキーマを取得します

拡張メソッド

Get(ISqlPoolSchemasOperations, String, String, String, String)

Sql プール スキーマを取得する

GetAsync(ISqlPoolSchemasOperations, String, String, String, String, CancellationToken)

Sql プール スキーマを取得する

List(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>)

特定の SQL プールのスキーマを取得します

ListAsync(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>, CancellationToken)

特定の SQL プールのスキーマを取得します

ListNext(ISqlPoolSchemasOperations, String)

特定の SQL プールのスキーマを取得します

ListNextAsync(ISqlPoolSchemasOperations, String, CancellationToken)

特定の SQL プールのスキーマを取得します

適用対象