你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DefaultAdminPropertiesFormatOutput interface

安全默认管理规则资源。

属性

access

指示此特定规则允许的访问

description

此规则的说明。 限制为 140 个字符。

destinationPortRanges

目标端口范围。

destinations

目标地址前缀。 CIDR 或目标 IP 范围。

direction

指示流量是否与入站或出站规则匹配。

flag

默认规则标志。

priority

规则的优先级。 该值可以介于 1 和 4096 之间。 对于集合中的每个规则,优先级编号必须是唯一的。 优先级编号越低,规则优先级越高。

protocol

此规则适用于的网络协议。

provisioningState

资源的预配状态。

sourcePortRanges

源端口范围。

sources

CIDR 或源 IP 范围。

属性详细信息

access

指示此特定规则允许的访问

access?: "Allow" | "Deny" | "AlwaysAllow"

属性值

"Allow" | "Deny" | "AlwaysAllow"

description

此规则的说明。 限制为 140 个字符。

description?: string

属性值

string

destinationPortRanges

目标端口范围。

destinationPortRanges?: string[]

属性值

string[]

destinations

目标地址前缀。 CIDR 或目标 IP 范围。

destinations?: AddressPrefixItemOutput[]

属性值

direction

指示流量是否与入站或出站规则匹配。

direction?: "Inbound" | "Outbound"

属性值

"Inbound" | "Outbound"

flag

默认规则标志。

flag?: string

属性值

string

priority

规则的优先级。 该值可以介于 1 和 4096 之间。 对于集合中的每个规则,优先级编号必须是唯一的。 优先级编号越低,规则优先级越高。

priority?: number

属性值

number

protocol

此规则适用于的网络协议。

protocol?: "Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"

属性值

"Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"

provisioningState

资源的预配状态。

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

属性值

"Succeeded" | "Updating" | "Deleting" | "Failed"

sourcePortRanges

源端口范围。

sourcePortRanges?: string[]

属性值

string[]

sources

CIDR 或源 IP 范围。

sources?: AddressPrefixItemOutput[]

属性值