AzureFirewallApplicationRuleProtocol Class    
Properties of the application rule protocol.
Constructor
AzureFirewallApplicationRuleProtocol(*, protocol_type: str | _models.AzureFirewallApplicationRuleProtocolType | None = None, port: int | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| protocol_type | Protocol type. Known values are: "Http", "Https", and "Mssql". Default value: None | 
| port | Port number for the protocol, cannot be greater than 64000. This field is optional. Default value: None | 
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. |