你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 Analytics帐户的名称,用于测试 Data Lake Store 帐户是否存在。

dataLakeStoreAccountName
String

要测试是否存在的 Data Lake Store 帐户的名称

返回

适用于