AzureFirewallApplicationRuleProtocolResponse

data class AzureFirewallApplicationRuleProtocolResponse(val port: Int? = null, val protocolType: String? = null)

Properties of the application rule protocol.

Constructors

constructor(port: Int? = null, protocolType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

Port number for the protocol, cannot be greater than 64000. This field is optional.

Link copied to clipboard
val protocolType: String? = null

Protocol type.