SecurityUserRule interface

Network security user rule.

Extends

Properties

description

A description for this rule.

destinationPortRanges

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.

protocol

Network protocol this rule applies to.

provisioningState

The provisioning state of the security configuration user rule resource.

resourceGuid

Unique identifier for this resource.

sourcePortRanges

The source port ranges.

sources

The CIDR or source IP ranges.

systemData

The system metadata related to this resource.

Inherited Properties

etag

A unique read-only string that changes whenever the resource is updated.

id

Resource ID.

name

Resource name.

type

Resource type.

Property Details

description

A description for this rule.

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?: AddressPrefixItem[]

Property Value

direction

Indicates if the traffic matched against the rule in inbound or outbound.

direction?: string

Property Value

string

protocol

Network protocol this rule applies to.

protocol?: string

Property Value

string

provisioningState

The provisioning state of the security configuration user rule resource.

provisioningState?: string

Property Value

string

resourceGuid

Unique identifier for this resource.

resourceGuid?: string

Property Value

string

sourcePortRanges

The source port ranges.

sourcePortRanges?: string[]

Property Value

string[]

sources

The CIDR or source IP ranges.

sources?: AddressPrefixItem[]

Property Value

systemData

The system metadata related to this resource.

systemData?: SystemData

Property Value

Inherited Property Details

etag

A unique read-only string that changes whenever the resource is updated.

etag?: string

Property Value

string

Inherited From ChildResource.etag

id

Resource ID.

id?: string

Property Value

string

Inherited From ChildResource.id

name

Resource name.

name?: string

Property Value

string

Inherited From ChildResource.name

type

Resource type.

type?: string

Property Value

string

Inherited From ChildResource.type