次の方法で共有


AccountOperationsExtensions.Exists(IAccountOperations, String, String) メソッド

定義

指定したData Lake Analytics アカウントの存在をテストします。

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

パラメーター

operations
IAccountOperations

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

resourceGroupName
String

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

accountName
String

存在をテストするData Lake Analytics アカウントの名前。

戻り値

適用対象