Compartilhar via


FirewallPolicyRuleApplicationProtocol Class

Properties of the application rule protocol.

Inheritance
azure.mgmt.network._serialization.Model
FirewallPolicyRuleApplicationProtocol

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".

port
int

Port number for the protocol, cannot be greater than 64000.

Variables

Name Description
protocol_type

Protocol type. Known values are: "Http" and "Https".

port
int

Port number for the protocol, cannot be greater than 64000.