DefaultAdminRule interface
Network default admin rule.
- Extends
Properties
access | Indicates the access allowed for this particular rule NOTE: This property will not be serialized. It can only be populated by the server. |
description | A description for this rule. Restricted to 140 chars. NOTE: This property will not be serialized. It can only be populated by the server. |
destination |
The destination port ranges. NOTE: This property will not be serialized. It can only be populated by the server. |
destinations | The destination address prefixes. CIDR or destination IP ranges. NOTE: This property will not be serialized. It can only be populated by the server. |
direction | Indicates if the traffic matched against the rule in inbound or outbound. NOTE: This property will not be serialized. It can only be populated by the server. |
flag | Default rule flag. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
protocol | Network protocol this rule applies to. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Unique identifier for this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The source port ranges. NOTE: This property will not be serialized. It can only be populated by the server. |
sources | The CIDR or source IP ranges. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
The system metadata related to this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
access
Indicates the access allowed for this particular rule NOTE: This property will not be serialized. It can only be populated by the server.
access?: string
Property Value
string
description
A description for this rule. Restricted to 140 chars. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
destinationPortRanges
The destination port ranges. NOTE: This property will not be serialized. It can only be populated by the server.
destinationPortRanges?: string[]
Property Value
string[]
destinations
The destination address prefixes. CIDR or destination IP ranges. NOTE: This property will not be serialized. It can only be populated by the server.
destinations?: AddressPrefixItem[]
Property Value
direction
Indicates if the traffic matched against the rule in inbound or outbound. NOTE: This property will not be serialized. It can only be populated by the server.
direction?: string
Property Value
string
flag
Default rule flag.
flag?: string
Property Value
string
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Default"
Property Value
"Default"
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. NOTE: This property will not be serialized. It can only be populated by the server.
priority?: number
Property Value
number
protocol
Network protocol this rule applies to. NOTE: This property will not be serialized. It can only be populated by the server.
protocol?: string
Property Value
string
provisioningState
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceGuid
Unique identifier for this resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceGuid?: string
Property Value
string
sourcePortRanges
The source port ranges. NOTE: This property will not be serialized. It can only be populated by the server.
sourcePortRanges?: string[]
Property Value
string[]
sources
The CIDR or source IP ranges. NOTE: This property will not be serialized. It can only be populated by the server.
sources?: AddressPrefixItem[]
Property Value
Inherited Property Details
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From BaseAdminRule.etag
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseAdminRule.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseAdminRule.name
systemData
The system metadata related to this resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From BaseAdminRule.systemData
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseAdminRule.type