AzureSqlServerFirewallRuleAdapter 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 firewall operations
public class AzureSqlServerFirewallRuleAdapter
type AzureSqlServerFirewallRuleAdapter = class
Public Class AzureSqlServerFirewallRuleAdapter
- Inheritance
-
AzureSqlServerFirewallRuleAdapter
Constructors
AzureSqlServerFirewallRuleAdapter(IAzureContext) |
Constructs a firewall rule adapter |
Properties
Context |
Gets or sets the Azure profile |
Methods
GetFirewallRule(String, String, String) |
Gets a firewall rule in a server |
ListFirewallRules(String, String) |
Gets a list of all the firewall rules in a server |
RemoveFirewallRule(String, String, String) |
Deletes a Firewall Rule |
UpsertFirewallRule(AzureSqlServerFirewallRuleModel) |
Upserts a Firewall Rule |