共用方式為


Set-AzureNetworkSecurityRule

新增或修改網路安全組中的網路安全性規則。

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

Set-AzureNetworkSecurityRule
   -Name <String>
   -Type <String>
   -Priority <Int32>
   -Action <String>
   -SourceAddressPrefix <String>
   -SourcePortRange <String>
   -DestinationAddressPrefix <String>
   -DestinationPortRange <String>
   -Protocol <String>
   -NetworkSecurityGroup <INetworkSecurityGroup>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

Set-AzureNetworkSecurityRule Cmdlet 會在網路安全組中新增或修改 Azure 網路安全規則。

參數

-Action

指定網路安全性規則的動作。 有效值為:允許和拒絕。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DestinationAddressPrefix

指定網路安全性規則目的地 IP 範圍的 無類別網域間路由選擇 (CIDR) 位址。 星號 \ 指定任何 IP 位址。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DestinationPortRange

指定網路安全性規則的目的地埠範圍。 有效值是由從 0 到 65535 的整數所組成。 您可以指定個別值,或以 LowerNumber-HigherNumber 格式指定範圍。 連字元會分隔兩個值。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Name

指定此 Cmdlet 新增或修改的網路安全性規則名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-NetworkSecurityGroup

指定此 Cmdlet 修改的網路安全組。 若要取得 INetworkSecurityGroup 物件,請使用 Get-AzureNetworkSecurityGroup Cmdlet。

類型:INetworkSecurityGroup
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Priority

指定網路安全性規則的優先順序。 有效值為:從 100 到 4096 的整數。

類型:Int32
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Profile

指定此 Cmdlet 從中讀取的 Azure 設定檔。 如果您未指定設定檔,此 Cmdlet 會從本機預設配置檔讀取。

類型:AzureSMProfile
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Protocol

指定網路安全性規則的通訊協定。 有效值為:

  • TCP
  • UDP
類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SourceAddressPrefix

指定網路安全性規則來源IP範圍的CIDR位址。 星號 \ 指定任何 IP 位址。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SourcePortRange

指定網路安全性規則的來源埠範圍。 有效值是由從 0 到 65535 的整數所組成。 您可以指定個別值,或以 LowerNumber-HigherNumber 格式指定範圍。 連字元會分隔兩個值。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Type

指定網路安全性規則的連線類型。 有效值為:輸入和輸出。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False