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

DataLakeStoreAccountsOperationsExtensions.GetAsync 方法

定义

获取指定Data Lake Analytics帐户中的指定 Data Lake Store 帐户详细信息。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> GetAsync (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> GetAsync (this Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo>
static member GetAsync : Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation>
<Extension()>
Public Function GetAsync (operations As IDataLakeStoreAccountsOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeStoreAccountInfo)
<Extension()>
Public Function GetAsync (operations As IDataLakeStoreAccountsOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataLakeStoreAccountInformation)

参数

operations
IDataLakeStoreAccountsOperations

此扩展方法的操作组。

resourceGroupName
String

Azure 资源组的名称。

accountName
String

Data Lake Analytics 帐户的名称。

dataLakeStoreAccountName
String

要检索的 Data Lake Store 帐户的名称

cancellationToken
CancellationToken

取消标记。

返回

适用于