AccountsOperationsExtensions.DataLakeStoreAccountExistsAsync 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 System.Threading.Tasks.Task<bool> DataLakeStoreAccountExistsAsync (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, string dataLakeStoreAccountName, System.Threading.CancellationToken cancellationToken = default);
static member DataLakeStoreAccountExistsAsync : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function DataLakeStoreAccountExistsAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, dataLakeStoreAccountName 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, 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.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET