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

AzureSqlServerOutboundFirewallRulesAdapter Class

Definition

Adapter for outbound firewall rule operations

public class AzureSqlServerOutboundFirewallRulesAdapter
type AzureSqlServerOutboundFirewallRulesAdapter = class
Public Class AzureSqlServerOutboundFirewallRulesAdapter
Inheritance
AzureSqlServerOutboundFirewallRulesAdapter

Constructors

AzureSqlServerOutboundFirewallRulesAdapter(IAzureContext)

Constructs a outbound firewall rules adapter

Properties

Context

Gets or sets the Azure profile

Methods

GetOutboundFirewallRule(String, String, String)

Gets an allowed FQDN from the list of outbound firewall rules for a server

ListOutboundFirewallRules(String, String)

Gets a list of all the allowed FQDNs in the list of outbound firewall rules for a server

RemoveFirewallRule(String, String, String)

Deletes an allowed FQDN from the list of outbound firewall rules for a server

UpsertFirewallRule(AzureSqlServerOutboundFirewallRulesModel)

Upserts a new allowed FQDN to the list of outbound firewall rules for a server

Applies to