Partager via


AzureSqlServerIpv6FirewallRuleAdapter Class

Definition

Adapter for ipv6 firewall operations

public class AzureSqlServerIpv6FirewallRuleAdapter
type AzureSqlServerIpv6FirewallRuleAdapter = class
Public Class AzureSqlServerIpv6FirewallRuleAdapter
Inheritance
AzureSqlServerIpv6FirewallRuleAdapter

Constructors

AzureSqlServerIpv6FirewallRuleAdapter(IAzureContext)

Constructs an ipv6 firewall rule adapter

Properties

Context

Gets or sets the Azure profile

Methods

GetIpv6FirewallRule(String, String, String)

Gets an ipv6 firewall rule in a server

ListIpv6FirewallRules(String, String)

Gets a list of all the ipv6 firewall rules in a server

RemoveIpv6FirewallRule(String, String, String)

Deletes an IPv6 Firewall Rule

UpsertIpv6FirewallRule(AzureSqlServerIpv6FirewallRuleModel)

Upserts an Ipv6 Firewall Rule

Applies to