Rule interface
Describes remote addresses that is recommended to communicate with the Azure resource on some (Protocol, Port, Direction). All other remote addresses are recommended to be blocked
Properties
destination |
The rule's destination port |
direction | The rule's direction |
ip |
The remote IP addresses that should be able to communicate with the Azure resource on the rule's destination port and protocol |
name | The name of the rule |
protocols | The rule's transport protocols |
Property Details
destinationPort
The rule's destination port
destinationPort?: number
Property Value
number
direction
The rule's direction
direction?: string
Property Value
string
ipAddresses
The remote IP addresses that should be able to communicate with the Azure resource on the rule's destination port and protocol
ipAddresses?: string[]
Property Value
string[]
name
The name of the rule
name?: string
Property Value
string
protocols
The rule's transport protocols
protocols?: string[]
Property Value
string[]
Azure SDK for JavaScript