次の方法で共有


AccountsOperationsExtensions.DataLakeStoreAccountExistsAsync メソッド

定義

指定した Data Lake Store アカウントが、指定したData Lake Analytics アカウントにリンクされているかどうかをテストします。

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)

パラメーター

operations
IAccountsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Data Lake Analytics アカウントを含む Azure リソース グループの名前。

accountName
String

Data Lake Store アカウントの存在をテストするData Lake Analytics アカウントの名前。

dataLakeStoreAccountName
String

存在をテストする Data Lake Store アカウントの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象