Freigeben über


AccountsOperationsExtensions.DataLakeStoreAccountExists Methode

Definition

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

public static bool DataLakeStoreAccountExists (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName);
static member DataLakeStoreAccountExists : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * string -> bool
<Extension()>
Public Function DataLakeStoreAccountExists (operations As IAccountsOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName 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 das Vorhandensein des Data Lake Store-Kontos getestet werden soll.

dataLakeStoreAccountName
String

Der Name des Data Lake Store-Kontos, das auf Existenz getestet werden soll

Gibt zurück

Gilt für: