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

IFirewallRulesOperations 接口

定义

FirewallRulesOperations 操作。

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, CreateOrUpdateFirewallRuleParameters, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, FirewallRule, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, String, UpdateFirewallRuleParameters, Dictionary<String,List<String>>, CancellationToken)

汇报指定的防火墙规则。

扩展方法

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)

汇报指定的防火墙规则。

适用于