AdminPropertiesFormat interface
安全性管理規則資源。
屬性
| access | 指出此特定規則所允許的存取權 |
| description | 此規則的描述。 限制為140個字元。 |
| destination |
目的地埠範圍。 |
| destinations | 目的地位址前置詞。 CIDR 或目的地IP範圍。 |
| direction | 指出流量是否符合輸入或輸出中的規則。 |
| priority | 規則的優先順序。 此值可以介於 1 到 4096 之間。 集合中每個規則的優先順序號碼必須是唯一的。 優先順序數位越低,規則的優先順序就越高。 |
| protocol | 此規則適用的網路協定。 |
| source |
來源埠範圍。 |
| sources | CIDR 或來源IP範圍。 |
屬性詳細資料
access
指出此特定規則所允許的存取權
access: "Allow" | "Deny" | "AlwaysAllow"
屬性值
"Allow" | "Deny" | "AlwaysAllow"
description
此規則的描述。 限制為140個字元。
description?: string
屬性值
string
destinationPortRanges
目的地埠範圍。
destinationPortRanges?: string[]
屬性值
string[]
destinations
direction
指出流量是否符合輸入或輸出中的規則。
direction: "Inbound" | "Outbound"
屬性值
"Inbound" | "Outbound"
priority
規則的優先順序。 此值可以介於 1 到 4096 之間。 集合中每個規則的優先順序號碼必須是唯一的。 優先順序數位越低,規則的優先順序就越高。
priority: number
屬性值
number
protocol
此規則適用的網路協定。
protocol: "Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"
屬性值
"Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"
sourcePortRanges
來源埠範圍。
sourcePortRanges?: string[]
屬性值
string[]