NetworkSecurityRule interface
描述網路安全性規則。
屬性
access | 允許或拒絕網路流量。 |
description | 網路安全性規則描述。 |
destination |
目的地位址前置詞。 CIDR 或目的地IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 |
destination |
目的地位址前置詞。 CIDR 或目的地IP範圍。 |
destination |
他目的地埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 |
destination |
目的地埠範圍。 |
direction | 網路安全性規則方向。 |
name | 網路安全性規則名稱。 |
priority | 規則的優先順序。 此值的範圍可以是 1000 到 3000。 超出此範圍的值會保留給 Service Fabric ManagerCluster 資源提供者。 集合中每個規則的優先順序號碼必須是唯一的。 優先順序數位越低,規則的優先順序就越高。 |
protocol | 此規則適用的網路協定。 |
source |
CIDR 或來源IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 如果這是輸入規則,請指定網路流量的來源。 |
source |
CIDR 或來源IP範圍。 |
source |
來源埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 |
source |
來源埠範圍。 |
屬性詳細資料
access
允許或拒絕網路流量。
access: string
屬性值
string
description
網路安全性規則描述。
description?: string
屬性值
string
destinationAddressPrefix
目的地位址前置詞。 CIDR 或目的地IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。
destinationAddressPrefix?: string
屬性值
string
destinationAddressPrefixes
目的地位址前置詞。 CIDR 或目的地IP範圍。
destinationAddressPrefixes?: string[]
屬性值
string[]
destinationPortRange
他目的地埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。
destinationPortRange?: string
屬性值
string
destinationPortRanges
目的地埠範圍。
destinationPortRanges?: string[]
屬性值
string[]
direction
網路安全性規則方向。
direction: string
屬性值
string
name
網路安全性規則名稱。
name: string
屬性值
string
priority
規則的優先順序。 此值的範圍可以是 1000 到 3000。 超出此範圍的值會保留給 Service Fabric ManagerCluster 資源提供者。 集合中每個規則的優先順序號碼必須是唯一的。 優先順序數位越低,規則的優先順序就越高。
priority: number
屬性值
number
protocol
此規則適用的網路協定。
protocol: string
屬性值
string
sourceAddressPrefix
CIDR 或來源IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 如果這是輸入規則,請指定網路流量的來源。
sourceAddressPrefix?: string
屬性值
string
sourceAddressPrefixes
CIDR 或來源IP範圍。
sourceAddressPrefixes?: string[]
屬性值
string[]
sourcePortRange
來源埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。
sourcePortRange?: string
屬性值
string
sourcePortRanges
來源埠範圍。
sourcePortRanges?: string[]
屬性值
string[]