AdminPropertiesFormatOutput interface
Security admin rule resource.
Properties
| access | Indicates the access allowed for this particular rule |
| description | A description for this rule. Restricted to 140 chars. |
| destination |
The destination port ranges. |
| destinations | The destination address prefixes. CIDR or destination IP ranges. |
| direction | Indicates if the traffic matched against the rule in inbound or outbound. |
| priority | The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. |
| protocol | Network protocol this rule applies to. |
| provisioning |
The provisioning state of the resource. |
| source |
The source port ranges. |
| sources | The CIDR or source IP ranges. |
Property Details
access
Indicates the access allowed for this particular rule
access: "Allow" | "Deny" | "AlwaysAllow"
Property Value
"Allow" | "Deny" | "AlwaysAllow"
description
A description for this rule. Restricted to 140 chars.
description?: string
Property Value
string
destinationPortRanges
The destination port ranges.
destinationPortRanges?: string[]
Property Value
string[]
destinations
The destination address prefixes. CIDR or destination IP ranges.
destinations?: AddressPrefixItemOutput[]
Property Value
direction
Indicates if the traffic matched against the rule in inbound or outbound.
direction: "Inbound" | "Outbound"
Property Value
"Inbound" | "Outbound"
priority
The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
priority: number
Property Value
number
protocol
Network protocol this rule applies to.
protocol: "Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"
Property Value
"Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"
provisioningState
The provisioning state of the resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
sourcePortRanges
The source port ranges.
sourcePortRanges?: string[]
Property Value
string[]
sources
The CIDR or source IP ranges.
sources?: AddressPrefixItemOutput[]