Partager via


AccountOperationsExtensions.ExistsAsync Méthode

Définition

Obtient le compte Data Lake Store spécifié.

public static System.Threading.Tasks.Task<bool> ExistsAsync (this Microsoft.Azure.Management.DataLake.Store.IAccountOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ExistsAsync : Microsoft.Azure.Management.DataLake.Store.IAccountOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function ExistsAsync (operations As IAccountOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Paramètres

operations
IAccountOperations

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

resourceGroupName
String

Nom du groupe de ressources Azure qui contient le compte Data Lake Store.

accountName
String

Nom du compte Data Lake Store à récupérer.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à