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

DataLakeStoreExtensions.GetAccounts 方法

定义

重载

GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

列出订阅中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_List
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

列出订阅中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

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

GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

列出订阅中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_List
public static Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.DataLakeStore.Models.SubscriptionResourceGetAccountsOptions options, System.Threading.CancellationToken cancellationToken = default);
static member GetAccounts : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.DataLakeStore.Models.SubscriptionResourceGetAccountsOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
<Extension()>
Public Function GetAccounts (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetAccountsOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeStoreAccountBasicData)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

options
SubscriptionResourceGetAccountsOptions

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

适用于

GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

列出订阅中的 Data Lake Store 帐户。 响应包含指向下一页结果的链接(如果有)。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • 操作IdAccounts_List
public static Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData> GetAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, int? top = default, int? skip = default, string select = default, string orderBy = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAccounts : Azure.ResourceManager.Resources.SubscriptionResource * string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountBasicData>
<Extension()>
Public Function GetAccounts (subscriptionResource As SubscriptionResource, 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)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

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 集合。

适用于