FirewallPolicyRuleApplicationProtocol Class
Properties of the application rule protocol.
- Inheritance
-
azure.mgmt.network._serialization.ModelFirewallPolicyRuleApplicationProtocol
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
|
Port number for the protocol, cannot be greater than 64000. |
Variables
Name | Description |
---|---|
protocol_type
|
Protocol type. Known values are: "Http" and "Https". |
port
|
Port number for the protocol, cannot be greater than 64000. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python