Freigeben über


AccountsOperationsExtensions.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.IAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName);
static member StorageAccountExists : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * string -> bool
<Extension()>
Public Function StorageAccountExists (operations As IAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String) As 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, von dem aus die Existenz 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: