AccountsOperationsExtensions.FirewallRuleExists メソッド

定義

指定した Data Lake Store ファイアウォール規則を取得します。

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

パラメーター

operations
IAccountsOperations

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

resourceGroupName
String

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

accountName
String

ファイアウォール規則の取得元となる Data Lake Store アカウントの名前。

firewallRuleName
String

取得するファイアウォール規則の名前。

戻り値

適用対象