Partager via


StorageAccountsOperationsExtensions.GetAsync Méthode

Définition

Obtient le compte de stockage Azure spécifié lié au compte Data Lake Analytics donné.

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

Paramètres

operations
IStorageAccountsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Le nom du groupe de ressources Azure.

accountName
String

nom du compte Data Lake Analytics.

storageAccountName
String

Nom du compte stockage Azure pour lequel récupérer les détails.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à