Freigeben über


AccountOperationsExtensions.StorageAccountExists Methode

Definition

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

public static bool StorageAccountExists (this Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations operations, string resourceGroupName, string accountName, string storageAccountName);
static member StorageAccountExists : Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations * string * string * string -> bool
<Extension()>
Public Function StorageAccountExists (operations As IAccountOperations, resourceGroupName As String, accountName As String, storageAccountName As String) As Boolean

Parameter

operations
IAccountOperations

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.

Gibt zurück

Gilt für: