AzureSqlServerOutboundFirewallRulesAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |