次の方法で共有


AccountsOperationsExtensions.StorageAccountExists メソッド

定義

指定した Azure Storage アカウントが特定の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 Storage アカウントの名前。

戻り値

適用対象