次の方法で共有


DatabaseSchemasOperationsExtensions.ListByDatabaseAsync メソッド

定義

データベース スキーマを一覧表示する

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseSchema>> ListByDatabaseAsync (this Microsoft.Azure.Management.Sql.IDatabaseSchemasOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.DatabaseSchema> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByDatabaseAsync : Microsoft.Azure.Management.Sql.IDatabaseSchemasOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.DatabaseSchema> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseSchema>>
<Extension()>
Public Function ListByDatabaseAsync (operations As IDatabaseSchemasOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional odataQuery As ODataQuery(Of DatabaseSchema) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DatabaseSchema))

パラメーター

operations
IDatabaseSchemasOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

odataQuery
ODataQuery<DatabaseSchema>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象