次の方法で共有


AccountsOperationsExtensions.Exists メソッド

定義

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

public static bool Exists (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string resourceGroupName, string accountName);
static member Exists : Microsoft.Azure.Management.DataLake.Analytics.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 Analytics アカウントを含む Azure リソース グループの名前。

accountName
String

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

戻り値

適用対象