你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataLakeStoreAccountCollection.GetAllAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetAllAsync(DataLakeStoreAccountCollectionGetAllOptions, CancellationToken) |
列出特定资源组中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。
|
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken) |
列出特定资源组中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。
|
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)
参数
一个属性包,其中包含除 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 筛选器。 可选。
- select
- String
OData Select 语句。 将每个条目的属性限制为仅请求的属性,例如 Categories?$select=CategoryName,Description。 可选。
- orderBy
- String
OrderBy 子句。 一个或多个带可选“asc”的逗号分隔表达式 (默认) 或“desc”,具体取决于所需的值排序顺序,例如 Categories?$orderby=CategoryName desc。 可选。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
的异步集合 DataLakeStoreAccountBasicData ,可能需要循环访问多个服务请求。