Share via


AccountsOperationsExtensions.DataLakeStoreAccountExistsAsync Method

Definition

Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account.

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)

Parameters

operations
IAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Azure resource group that contains the Data Lake Analytics account.

accountName
String

The name of the Data Lake Analytics account from which to test the existence of the Data Lake Store account.

dataLakeStoreAccountName
String

The name of the Data Lake Store account to test for existence

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to