Package version:

Interface Rule

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

Hierarchy

  • Rule

Properties

destinationPort?: number

The rule's destination port

direction?: string

The rule's direction

ipAddresses?: string[]

The remote IP addresses that should be able to communicate with the Azure resource on the rule's destination port and protocol

name?: string

The name of the rule

protocols?: string[]

The rule's transport protocols

Generated using TypeDoc