Edit

Share via


Get-AzSqlServerIpv6FirewallRule

Gets IPv6 firewall rules for a SQL Database server.

Syntax

Default (Default)

Get-AzSqlServerIpv6FirewallRule
    [[-Ipv6FirewallRuleName] <String>]
    [-ServerName] <String>
    [-ResourceGroupName] <String>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Get-AzSqlServerIpv6FirewallRule cmdlet gets IPv6 firewall rules for an Azure SQL Database server. If you specify the name of an IPv6 firewall rule, this cmdlet gets information about that specific IPv6 firewall rule.

Examples

Example 1: Get all IPv6 rules for a server

Get-AzSqlServerIpv6FirewallRule -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
ResourceGroupName : ResourceGroup01
ServerName        : server01
StartIpv6Address    : 0000:0000:0000:0000:0000:ffff:0000:0000
EndIpv6Address      : 0000:0000:0000:0000:0000:ffff:0000:0001
Ipv6FirewallRuleName  : Rule01

ResourceGroupName : ResourceGroup01
ServerName        : Server01
StartIpv6Address    : 0000:0000:0000:0000:0000:ffff:0000:0002
EndIpv6Address      : 0000:0000:0000:0000:0000:ffff:0000:0003
Ipv6FirewallRuleName  : Rule02

This command gets all the IPv6 firewall rules for the server named Server01.

Example 2: Get all IPv6 rules for a server using filtering

Get-AzSqlServerIpv6FirewallRule -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -Ipv6FirewallRuleName "Rule*"
ResourceGroupName : ResourceGroup01
ServerName        : server01
StartIpv6Address    : 0000:0000:0000:0000:0000:ffff:0000:0000
EndIpv6Address      : 0000:0000:0000:0000:0000:ffff:0000:0001
Ipv6FirewallRuleName  : Rule01

ResourceGroupName : ResourceGroup01
ServerName        : Server01
StartIpv6Address    : 0000:0000:0000:0000:0000:ffff:0000:0002
EndIpv6Address      : 0000:0000:0000:0000:0000:ffff:0000:0003
Ipv6FirewallRuleName  : Rule02

This command gets all the IPv6 firewall rules for the server named Server01 that start with "Rule".

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Ipv6FirewallRuleName

Specifies the name of the IPv6 firewall rule.

Parameter properties

Type:String
Default value:None
Supports wildcards:True
DontShow:False
Aliases:Name

Parameter sets

(All)
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-ResourceGroupName

Specifies the name of the resource group to which the SQL Server is assigned.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-ServerName

Specifies the name of the SQL Server.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

AzureSqlServerIpv6FirewallRuleModel