你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AccountsOperationsExtensions.StorageAccountExists 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
测试指定的 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 存储帐户的名称。