你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FirewallRulesOperationsExtensions 类

定义

FirewallRulesOperations 的扩展方法。

public static class FirewallRulesOperationsExtensions
type FirewallRulesOperationsExtensions = class
Public Module FirewallRulesOperationsExtensions
继承
FirewallRulesOperationsExtensions

方法

CreateOrUpdate(IFirewallRulesOperations, String, String, String, CreateOrUpdateFirewallRuleParameters)

创建或更新指定的防火墙规则。 在更新期间,具有指定名称的防火墙规则将替换为此新的防火墙规则。

CreateOrUpdate(IFirewallRulesOperations, String, String, String, FirewallRule)

创建或更新指定的防火墙规则。 在更新期间,具有指定名称的防火墙规则将替换为此新的防火墙规则。

CreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, CreateOrUpdateFirewallRuleParameters, CancellationToken)

创建或更新指定的防火墙规则。 在更新期间,具有指定名称的防火墙规则将替换为此新的防火墙规则。

CreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, FirewallRule, CancellationToken)

创建或更新指定的防火墙规则。 在更新期间,具有指定名称的防火墙规则将替换为此新的防火墙规则。

Delete(IFirewallRulesOperations, String, String, String)

从指定的 Data Lake Store 帐户中删除指定的防火墙规则。

DeleteAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

从指定的 Data Lake Store 帐户中删除指定的防火墙规则。

Get(IFirewallRulesOperations, String, String, String)

获取指定的 Data Lake Store 防火墙规则。

GetAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

获取指定的 Data Lake Store 防火墙规则。

ListByAccount(IFirewallRulesOperations, String, String)

列出指定的 Data Lake Store 帐户中的 Data Lake Store 防火墙规则。

ListByAccountAsync(IFirewallRulesOperations, String, String, CancellationToken)

列出指定的 Data Lake Store 帐户中的 Data Lake Store 防火墙规则。

ListByAccountNext(IFirewallRulesOperations, String)

列出指定的 Data Lake Store 帐户中的 Data Lake Store 防火墙规则。

ListByAccountNextAsync(IFirewallRulesOperations, String, CancellationToken)

列出指定的 Data Lake Store 帐户中的 Data Lake Store 防火墙规则。

Update(IFirewallRulesOperations, String, String, String, UpdateFirewallRuleParameters)

汇报指定的防火墙规则。

UpdateAsync(IFirewallRulesOperations, String, String, String, UpdateFirewallRuleParameters, CancellationToken)

汇报指定的防火墙规则。

适用于