Freigeben über


AccountsOperationsExtensions.StorageAccountExistsAsync Methode

Definition

Testet, ob das angegebene Azure Storage-Konto mit dem angegebenen Data Lake Analytics-Konto verknüpft ist.

public static System.Threading.Tasks.Task<bool> StorageAccountExistsAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, System.Threading.CancellationToken cancellationToken = default);
static member StorageAccountExistsAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function StorageAccountExistsAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName 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, aus dem das Vorhandensein des Azure-Speicherkontos getestet werden soll.

storageAccountName
String

Der Name des Azure Storage-Kontos, für das die Existenz getestet werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: