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

FirewallRulesOperationsExtensions 类

定义

FirewallRulesOperations 的扩展方法。

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

方法

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

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

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

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

BeginDelete(IFirewallRulesOperations, String, String, String)

删除 PostgreSQL 服务器防火墙规则。

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

删除 PostgreSQL 服务器防火墙规则。

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

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

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

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

Delete(IFirewallRulesOperations, String, String, String)

删除 PostgreSQL 服务器防火墙规则。

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

删除 PostgreSQL 服务器防火墙规则。

Get(IFirewallRulesOperations, String, String, String)

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

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

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

ListByServer(IFirewallRulesOperations, String, String)

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

ListByServerAsync(IFirewallRulesOperations, String, String, CancellationToken)

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

ListByServerNext(IFirewallRulesOperations, String)

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

ListByServerNextAsync(IFirewallRulesOperations, String, CancellationToken)

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

适用于