NetworkSecurityRule interface
Describes a network security rule.
Properties
access | The network traffic is allowed or denied. |
description | Network security rule description. |
destination |
The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. |
destination |
The destination address prefixes. CIDR or destination IP ranges. |
destination |
he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. |
destination |
The destination port ranges. |
direction | Network security rule direction. |
name | Network security rule name. |
priority | The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. 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. |
source |
The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. |
source |
The CIDR or source IP ranges. |
source |
The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. |
source |
The source port ranges. |
Property Details
access
The network traffic is allowed or denied.
access: string
Property Value
string
description
Network security rule description.
description?: string
Property Value
string
destinationAddressPrefix
The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
destinationAddressPrefix?: string
Property Value
string
destinationAddressPrefixes
The destination address prefixes. CIDR or destination IP ranges.
destinationAddressPrefixes?: string[]
Property Value
string[]
destinationPortRange
he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
destinationPortRange?: string
Property Value
string
destinationPortRanges
The destination port ranges.
destinationPortRanges?: string[]
Property Value
string[]
direction
Network security rule direction.
direction: string
Property Value
string
name
Network security rule name.
name: string
Property Value
string
priority
The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. 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: string
Property Value
string
sourceAddressPrefix
The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
sourceAddressPrefix?: string
Property Value
string
sourceAddressPrefixes
The CIDR or source IP ranges.
sourceAddressPrefixes?: string[]
Property Value
string[]
sourcePortRange
The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
sourcePortRange?: string
Property Value
string
sourcePortRanges
The source port ranges.
sourcePortRanges?: string[]
Property Value
string[]
Azure SDK for JavaScript