Get-AzSqlServerFirewallRule
取得 SQL Database 伺服器的防火牆規則。
語法
Get-AzSqlServerFirewallRule
[[-FirewallRuleName] <String>]
[-ServerName] <String>
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Get-AzSqlServerFirewallRule Cmdlet 會取得 Azure SQL Database 伺服器的防火牆規則。 如果您指定防火牆規則的名稱,此 Cmdlet 會取得該特定防火牆規則的相關信息。
範例
範例 1:取得伺服器的所有規則
Get-AzSqlServerFirewallRule -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
ResourceGroupName : ResourceGroup01
ServerName : server01
StartIpAddress : 0.0.0.0
EndIpAddress : 0.0.0.0
FirewallRuleName : AllowAllWindowsAzureIps
ResourceGroupName : ResourceGroup01
ServerName : Server01
StartIpAddress : 1.2.3.4
EndIpAddress : 4.3.2.1
FirewallRuleName : Rule01
此命令會取得伺服器名稱為 Server01 的所有防火牆規則。
範例 2:使用篩選取得伺服器的所有規則
Get-AzSqlServerFirewallRule -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -FirewallRuleName "Rule*"
ResourceGroupName : ResourceGroup01
ServerName : server01
StartIpAddress : 0.0.0.0
EndIpAddress : 0.0.0.0
FirewallRuleName : Rule01
ResourceGroupName : ResourceGroup01
ServerName : Server01
StartIpAddress : 1.2.3.4
EndIpAddress : 4.3.2.1
FirewallRuleName : Rule02
此命令會取得以 「Rule」 開頭的伺服器 Server01 的所有防火牆規則。
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-FirewallRuleName
指定防火牆規則的名稱。
類型: | String |
別名: | Name |
Position: | 2 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | True |
-ResourceGroupName
指定指派 SQL Server 的資源群組名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ServerName
指定 SQL Server 的名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
輸出
AzureSqlServerFirewallRuleModel