FirewallPolicyRuleApplicationProtocol Class
Properties of the application rule protocol.
Constructor
FirewallPolicyRuleApplicationProtocol(*, protocol_type: str | _models.FirewallPolicyRuleApplicationProtocolType | None = None, port: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
protocol_type
|
Protocol type. Known values are: "Http" and "Https". Default value: None
|
|
port
|
Port number for the protocol, cannot be greater than 64000. Default value: None
|
Variables
| Name | Description |
|---|---|
|
protocol_type
|
Protocol type. Known values are: "Http" and "Https". |
|
port
|
Port number for the protocol, cannot be greater than 64000. |