AccountsOperationsExtensions.Exists メソッド

定義

指定した Data Lake Store アカウントを取得します。

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

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

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

accountName
String

取得する Data Lake Store アカウントの名前。

戻り値

適用対象