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

IFirewallRulesOperations 接口

定义

FirewallRulesOperations 操作。

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

方法

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

创建新的防火墙规则或更新现有防火墙规则。

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

删除服务器防火墙规则。

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

创建新的防火墙规则或更新现有防火墙规则。

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

删除服务器防火墙规则。

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

获取有关服务器防火墙规则的信息。

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

列出给定服务器中的所有防火墙规则。

扩展方法

BeginCreateOrUpdate(IFirewallRulesOperations, String, String, String, FirewallRule)

创建新的防火墙规则或更新现有防火墙规则。

BeginCreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, FirewallRule, CancellationToken)

创建新的防火墙规则或更新现有防火墙规则。

BeginDelete(IFirewallRulesOperations, String, String, String)

删除服务器防火墙规则。

BeginDeleteAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

删除服务器防火墙规则。

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

创建新的防火墙规则或更新现有防火墙规则。

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

创建新的防火墙规则或更新现有防火墙规则。

Delete(IFirewallRulesOperations, String, String, String)

删除服务器防火墙规则。

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

删除服务器防火墙规则。

Get(IFirewallRulesOperations, String, String, String)

获取有关服务器防火墙规则的信息。

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

获取有关服务器防火墙规则的信息。

ListByServer(IFirewallRulesOperations, String, String)

列出给定服务器中的所有防火墙规则。

ListByServerAsync(IFirewallRulesOperations, String, String, CancellationToken)

列出给定服务器中的所有防火墙规则。

适用于