你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeStoreAccountCollection.GetAllAsync 方法

定义

重载

GetAllAsync(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

列出特定资源组中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

列出特定资源组中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup

GetAllAsync(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken)

列出特定资源组中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAllAsync (Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
override this.GetAllAsync : Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
Public Overridable Function GetAllAsync (options As DataLakeStoreAccountCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataLakeStoreAccountBasicData)

参数

options
DataLakeStoreAccountCollectionGetAllOptions

一个属性包,其中包含除 LRO 限定符和请求上下文参数以外的此方法的所有参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 DataLakeStoreAccountBasicData ,可能需要循环访问多个服务请求。

适用于

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

列出特定资源组中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAllAsync (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 GetAllAsync : string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
override this.GetAllAsync : string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
Public Overridable Function GetAllAsync (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 AsyncPageable(Of DataLakeStoreAccountBasicData)

参数

filter
String

OData 筛选器。 可选。

top
Nullable<Int32>

要返回的项数。 可选。

skip
Nullable<Int32>

返回元素之前要跳过的项数。 可选。

select
String

OData Select 语句。 将每个条目的属性限制为仅请求的属性,例如 Categories?$select=CategoryName,Description。 可选。

orderBy
String

OrderBy 子句。 一个或多个带可选“asc”的逗号分隔表达式 (默认) 或“desc”,具体取决于所需的值排序顺序,例如 Categories?$orderby=CategoryName desc。 可选。

count
Nullable<Boolean>

一个布尔值 true 或 false,用于请求响应中资源中包含的匹配资源的计数,例如 Categories?$count=true。 可选。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 DataLakeStoreAccountBasicData ,可能需要循环访问多个服务请求。

适用于