Sdílet prostřednictvím


AzureSqlServerFirewallRuleAdapter Class

Definition

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

Applies to