Freigeben über


AzureSqlServerFirewallRuleAdapter Class

Definition

Adapter for firewall operations

public class AzureSqlServerFirewallRuleAdapter
type AzureSqlServerFirewallRuleAdapter = class
Public Class AzureSqlServerFirewallRuleAdapter
Inheritance
AzureSqlServerFirewallRuleAdapter

Constructors

Name Description
AzureSqlServerFirewallRuleAdapter(IAzureContext)

Constructs a firewall rule adapter

Properties

Name Description
Context

Gets or sets the Azure profile

Methods

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

Applies to