Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayUrlPathMapPropertiesFormat
Packages that use ApplicationGatewayUrlPathMapPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayUrlPathMapPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayUrlPathMapPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayUrlPathMapPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayUrlPathMapPropertiesFormat from the JsonReader.ApplicationGatewayUrlPathMapPropertiesFormat.withDefaultBackendAddressPool(com.azure.core.management.SubResource defaultBackendAddressPool) Set the defaultBackendAddressPool property: Default backend address pool resource of URL path map.ApplicationGatewayUrlPathMapPropertiesFormat.withDefaultBackendHttpSettings(com.azure.core.management.SubResource defaultBackendHttpSettings) Set the defaultBackendHttpSettings property: Default backend http settings resource of URL path map.ApplicationGatewayUrlPathMapPropertiesFormat.withDefaultLoadDistributionPolicy(com.azure.core.management.SubResource defaultLoadDistributionPolicy) Set the defaultLoadDistributionPolicy property: Default Load Distribution Policy resource of URL path map.ApplicationGatewayUrlPathMapPropertiesFormat.withDefaultRedirectConfiguration(com.azure.core.management.SubResource defaultRedirectConfiguration) Set the defaultRedirectConfiguration property: Default redirect configuration resource of URL path map.ApplicationGatewayUrlPathMapPropertiesFormat.withDefaultRewriteRuleSet(com.azure.core.management.SubResource defaultRewriteRuleSet) Set the defaultRewriteRuleSet property: Default Rewrite rule set resource of URL path map.ApplicationGatewayUrlPathMapPropertiesFormat.withPathRules(List<ApplicationGatewayPathRuleInner> pathRules) Set the pathRules property: Path rule of URL path map resource.