ApplicationRuleCondition Class
Rule condition of type application.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.network.v2019_12_01.models._models_py3.FirewallPolicyRuleConditionApplicationRuleCondition
Constructor
ApplicationRuleCondition(*, name: typing.Union[str, NoneType] = None, description: typing.Union[str, NoneType] = None, source_addresses: typing.Union[typing.List[str], NoneType] = None, destination_addresses: typing.Union[typing.List[str], NoneType] = None, protocols: typing.Union[typing.List[_ForwardRef('FirewallPolicyRuleConditionApplicationProtocol')], NoneType] = None, target_fqdns: typing.Union[typing.List[str], NoneType] = None, fqdn_tags: typing.Union[typing.List[str], NoneType] = None, source_ip_groups: typing.Union[typing.List[str], NoneType] = None, **kwargs)
Parameters
- name
- str
Name of the rule condition.
- description
- str
Description of the rule condition.
- rule_condition_type
- str or FirewallPolicyRuleConditionType
Required. Rule Condition Type.Constant filled by server. Possible values include: "ApplicationRuleCondition", "NetworkRuleCondition", "NatRuleCondition".
Array of Application Protocols.
Feedback
Submit and view feedback for