FirewallPolicyRuleApplicationProtocol interface
Properties of the application rule protocol.
Properties
| port | Port number for the protocol, cannot be greater than 64000. |
| protocol |
Protocol type. |
Property Details
port
Port number for the protocol, cannot be greater than 64000.
port?: number
Property Value
number
protocolType
Protocol type.
protocolType?: "Http" | "Https"
Property Value
"Http" | "Https"