AccountOperationsExtensions.DataLakeStoreAccountExists Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.IAccountOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName);
static member DataLakeStoreAccountExists : Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations * string * string * string -> bool
<Extension()>
Public Function DataLakeStoreAccountExists (operations As IAccountOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName 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, 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:
Azure SDK for .NET