Freigeben über


AzureSqlServerOutboundFirewallRulesAdapter Class

Definition

Adapter for outbound firewall rule operations

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

Constructors

Name Description
AzureSqlServerOutboundFirewallRulesAdapter(IAzureContext)

Constructs a outbound firewall rules adapter

Properties

Name Description
Context

Gets or sets the Azure profile

Methods

Name Description
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