AzureFirewallApplicationRuleProtocol Class
Properties of the application rule protocol.
Constructor
AzureFirewallApplicationRuleProtocol(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
protocol_type
|
Protocol type. Known values are: "Http", "Https", and "Mssql". |
|
port
|
Port number for the protocol, cannot be greater than 64000. This field is optional. |
Attributes
port
Port number for the protocol, cannot be greater than 64000. This field is optional.
port: int | None
protocol_type
"Http", "Https", and "Mssql".
protocol_type: str | _models.AzureFirewallApplicationRuleProtocolType | None