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

DataLakeStoreAccountInformationCollection.GetAllAsync 方法

定义

重载

GetAllAsync(DataLakeStoreAccountInformationCollectionGetAllOptions, CancellationToken)

获取链接到指定Data Lake Analytics帐户的 Data Lake Store 帐户的第一页。 响应包含指向下一页的链接(如果有)。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • 操作IdDataLakeStoreAccounts_ListByAccount
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

获取链接到指定Data Lake Analytics帐户的 Data Lake Store 帐户的第一页。 响应包含指向下一页的链接(如果有)。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • 操作IdDataLakeStoreAccounts_ListByAccount

GetAllAsync(DataLakeStoreAccountInformationCollectionGetAllOptions, CancellationToken)

获取链接到指定Data Lake Analytics帐户的 Data Lake Store 帐户的第一页。 响应包含指向下一页的链接(如果有)。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • 操作IdDataLakeStoreAccounts_ListByAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource> GetAllAsync (Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreAccountInformationCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreAccountInformationCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>
override this.GetAllAsync : Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreAccountInformationCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>
Public Overridable Function GetAllAsync (options As DataLakeStoreAccountInformationCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataLakeStoreAccountInformationResource)

参数

options
DataLakeStoreAccountInformationCollectionGetAllOptions

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

适用于

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

获取链接到指定Data Lake Analytics帐户的 Data Lake Store 帐户的第一页。 响应包含指向下一页的链接(如果有)。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts
  • 操作IdDataLakeStoreAccounts_ListByAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource> 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.DataLakeAnalytics.DataLakeStoreAccountInformationResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationResource>
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 DataLakeStoreAccountInformationResource)

参数

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

要使用的取消标记。

返回

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

适用于