Sdílet prostřednictvím


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