Share via


DataLakeStoreAccountsOperationsExtensions.GetAsync Método

Definição

Obtém os detalhes da conta do Data Lake Store especificada na conta de Data Lake Analytics especificada.

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)

Parâmetros

operations
IDataLakeStoreAccountsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos do Azure.

accountName
String

O nome da conta do Data Lake Analytics.

dataLakeStoreAccountName
String

O nome da conta do Data Lake Store a ser recuperada

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a