SqlPoolSchemasOperationsExtensions.List メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema> List (this Microsoft.Azure.Management.Synapse.ISqlPoolSchemasOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema> odataQuery = default);
static member List : Microsoft.Azure.Management.Synapse.ISqlPoolSchemasOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema>
<Extension()>
Public Function List (operations As ISqlPoolSchemasOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, Optional odataQuery As ODataQuery(Of SqlPoolSchema) = Nothing) As IPage(Of SqlPoolSchema)

パラメーター

operations
ISqlPoolSchemasOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

odataQuery
ODataQuery<SqlPoolSchema>

操作に適用する OData パラメーター。

戻り値

注釈

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

適用対象