次の方法で共有


DataLakeStoreAccountCollection.GetAll メソッド

定義

オーバーロード

GetAll(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

特定のリソース グループ内の Data Lake Store アカウントを一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup
GetAll(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

特定のリソース グループ内の Data Lake Store アカウントを一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup

GetAll(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

特定のリソース グループ内の Data Lake Store アカウントを一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAll (Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
override this.GetAll : Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
Public Overridable Function GetAll (options As DataLakeStoreAccountCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeStoreAccountBasicData)

パラメーター

options
DataLakeStoreAccountCollectionGetAllOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の DataLakeStoreAccountBasicData サービス要求を受け取る可能性がある のコレクション。

適用対象

GetAll(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

特定のリソース グループ内の Data Lake Store アカウントを一覧表示します。 応答には、結果の次のページへのリンク (存在する場合) が含まれます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAll (string filter = default, int? top = default, int? skip = default, string select = default, string orderBy = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
override this.GetAll : string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional orderBy As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeStoreAccountBasicData)

パラメーター

filter
String

OData フィルター。 省略可能。

top
Nullable<Int32>

返される項目の数。 省略可能。

skip
Nullable<Int32>

要素を返す前にスキップする項目の数。 省略可能。

select
String

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

orderBy
String

OrderBy 句。 値の並べ替え順序に応じて、省略可能な "asc" (既定値) または "desc" を含む 1 つ以上のコンマ区切り式 (Categories?$orderby=CategoryName desc など)。 省略可能。

count
Nullable<Boolean>

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の DataLakeStoreAccountBasicData サービス要求を受け取る可能性がある のコレクション。

適用対象