次の方法で共有


CatalogOperationsExtensions.ListExternalDataSourcesAsync メソッド

定義

Data Lake Analytics カタログから外部データ ソースの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>> ListExternalDataSourcesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListExternalDataSourcesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>
<Extension()>
Public Function ListExternalDataSourcesAsync (operations As ICatalogOperations, accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlExternalDataSource) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlExternalDataSource))

パラメーター

operations
ICatalogOperations

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

accountName
String

カタログ操作を実行する Azure Data Lake Analytics アカウント。

databaseName
String

外部データ ソースを含むデータベースの名前。

odataQuery
ODataQuery<USqlExternalDataSource>

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

select
String

OData Select ステートメント。 各エントリのプロパティを、Categories?$select=CategoryName,Description など、要求されたプロパティのみに制限します。 省略可能。

count
Nullable<Boolean>

応答のリソースに含まれる一致するリソースの数を要求する場合は true または false のブール値 (Categories?$count=true など)。 任意。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象