ApplicationRule |
ApplicationRule.withDescription(String description) |
Set the description property: Description of the rule.
|
ApplicationRule |
ApplicationRule.withDestinationAddresses(List<String> destinationAddresses) |
Set the destinationAddresses property: List of destination IP addresses or Service Tags.
|
ApplicationRule |
ApplicationRule.withFqdnTags(List<String> fqdnTags) |
Set the fqdnTags property: List of FQDN Tags for this rule.
|
ApplicationRule |
ApplicationRule.withName(String name) |
Set the name property: Name of the rule.
|
ApplicationRule |
ApplicationRule.withProtocols(List<FirewallPolicyRuleApplicationProtocol> protocols) |
Set the protocols property: Array of Application Protocols.
|
ApplicationRule |
ApplicationRule.withSourceAddresses(List<String> sourceAddresses) |
Set the sourceAddresses property: List of source IP addresses for this rule.
|
ApplicationRule |
ApplicationRule.withSourceIpGroups(List<String> sourceIpGroups) |
Set the sourceIpGroups property: List of source IpGroups for this rule.
|
ApplicationRule |
ApplicationRule.withTargetFqdns(List<String> targetFqdns) |
Set the targetFqdns property: List of FQDNs for this rule.
|
ApplicationRule |
ApplicationRule.withTargetUrls(List<String> targetUrls) |
Set the targetUrls property: List of Urls for this rule condition.
|
ApplicationRule |
ApplicationRule.withTerminateTls(Boolean terminateTls) |
Set the terminateTls property: Terminate TLS connections for this rule.
|
ApplicationRule |
ApplicationRule.withWebCategories(List<String> webCategories) |
Set the webCategories property: List of destination azure web categories.
|