Uses of Class
com.azure.resourcemanager.network.models.ApplicationRule
Packages that use ApplicationRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationRuleModifier and TypeMethodDescriptionstatic ApplicationRuleApplicationRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationRule from the JsonReader.ApplicationRule.withDescription(String description) Set the description property: Description of the rule.ApplicationRule.withDestinationAddresses(List<String> destinationAddresses) Set the destinationAddresses property: List of destination IP addresses or Service Tags.ApplicationRule.withFqdnTags(List<String> fqdnTags) Set the fqdnTags property: List of FQDN Tags for this rule.ApplicationRule.withHttpHeadersToInsert(List<FirewallPolicyHttpHeaderToInsert> httpHeadersToInsert) Set the httpHeadersToInsert property: List of HTTP/S headers to insert.Set the name property: Name of the rule.ApplicationRule.withProtocols(List<FirewallPolicyRuleApplicationProtocol> protocols) Set the protocols property: Array of Application Protocols.ApplicationRule.withSourceAddresses(List<String> sourceAddresses) Set the sourceAddresses property: List of source IP addresses for this rule.ApplicationRule.withSourceIpGroups(List<String> sourceIpGroups) Set the sourceIpGroups property: List of source IpGroups for this rule.ApplicationRule.withTargetFqdns(List<String> targetFqdns) Set the targetFqdns property: List of FQDNs for this rule.ApplicationRule.withTargetUrls(List<String> targetUrls) Set the targetUrls property: List of Urls for this rule condition.ApplicationRule.withTerminateTls(Boolean terminateTls) Set the terminateTls property: Terminate TLS connections for this rule.ApplicationRule.withWebCategories(List<String> webCategories) Set the webCategories property: List of destination azure web categories.