AccountOperationsExtensions.FirewallRuleExistsAsync メソッド

定義

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

public static System.Threading.Tasks.Task<bool> FirewallRuleExistsAsync (this Microsoft.Azure.Management.DataLake.Store.IAccountOperations operations, string resourceGroupName, string accountName, string firewallRuleName, System.Threading.CancellationToken cancellationToken = default);
static member FirewallRuleExistsAsync : Microsoft.Azure.Management.DataLake.Store.IAccountOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function FirewallRuleExistsAsync (operations As IAccountOperations, resourceGroupName As String, accountName As String, firewallRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

パラメーター

operations
IAccountOperations

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

resourceGroupName
String

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

accountName
String

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

firewallRuleName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象