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

AccountsOperationsExtensions.StorageAccountExists 方法

定义

测试指定的 Azure 存储帐户是否链接到给定Data Lake Analytics帐户。

public static bool StorageAccountExists (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName);
static member StorageAccountExists : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * string * string -> bool
<Extension()>
Public Function StorageAccountExists (operations As IAccountsOperations, resourceGroupName As String, accountName As String, storageAccountName As String) As Boolean

参数

operations
IAccountsOperations

此扩展方法的操作组。

resourceGroupName
String

包含 Data Lake Analytics 帐户的 Azure 资源组的名称。

accountName
String

用于测试 Azure 存储帐户是否存在的 Data Lake Analytics 帐户的名称。

storageAccountName
String

要测试是否存在的 Azure 存储帐户的名称。

返回

适用于