Freigeben über


AccountsOperationsExtensions.ExistsAsync Methode

Definition

Testet das Vorhandensein des angegebenen Data Lake Analytics-Kontos.

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

Parameter

operations
IAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Azure-Ressourcengruppe, die das Data Lake Analytics-Konto enthält.

accountName
String

Der Name des Data Lake Analytics Kontos, das die Existenz testen soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: