AzureFirewallApplicationRuleProtocol Class
Properties of the application rule protocol.
- Inheritance
-
azure.mgmt.network._serialization.ModelAzureFirewallApplicationRuleProtocol
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". |
port
|
Port number for the protocol, cannot be greater than 64000. This field is optional. |
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python