次の方法で共有


AccountsOperationsExtensions.DataLakeStoreAccountExists メソッド

定義

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

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

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

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

accountName
String

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

dataLakeStoreAccountName
String

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

戻り値

適用対象