Compartir a través de


DataLakeStoreAccountsOperationsExtensions.GetAsync Método

Definición

Obtiene los detalles de la cuenta de Data Lake Store especificadas en la cuenta 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

El grupo de operaciones de este método de extensión.

resourceGroupName
String

El nombre del grupo de recursos de Azure.

accountName
String

nombre de la cuenta de Data Lake Analytics.

dataLakeStoreAccountName
String

Nombre de la cuenta de Data Lake Store que se va a recuperar

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a