Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayUrlPathMapInner
Packages that use ApplicationGatewayUrlPathMapInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayUrlPathMapInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayUrlPathMapInnerModifier and TypeMethodDescriptionApplicationGatewayUrlPathMapInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayUrlPathMapInner from the JsonReader.ApplicationGatewayUrlPathMapInner.withDefaultBackendAddressPool(com.azure.core.management.SubResource defaultBackendAddressPool) Set the defaultBackendAddressPool property: Default backend address pool resource of URL path map.ApplicationGatewayUrlPathMapInner.withDefaultBackendHttpSettings(com.azure.core.management.SubResource defaultBackendHttpSettings) Set the defaultBackendHttpSettings property: Default backend http settings resource of URL path map.ApplicationGatewayUrlPathMapInner.withDefaultLoadDistributionPolicy(com.azure.core.management.SubResource defaultLoadDistributionPolicy) Set the defaultLoadDistributionPolicy property: Default Load Distribution Policy resource of URL path map.ApplicationGatewayUrlPathMapInner.withDefaultRedirectConfiguration(com.azure.core.management.SubResource defaultRedirectConfiguration) Set the defaultRedirectConfiguration property: Default redirect configuration resource of URL path map.ApplicationGatewayUrlPathMapInner.withDefaultRewriteRuleSet(com.azure.core.management.SubResource defaultRewriteRuleSet) Set the defaultRewriteRuleSet property: Default Rewrite rule set resource of URL path map.Set the name property: Name of the URL path map that is unique within an Application Gateway.ApplicationGatewayUrlPathMapInner.withPathRules(List<ApplicationGatewayPathRuleInner> pathRules) Set the pathRules property: Path rule of URL path map resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayUrlPathMapInnerModifier and TypeMethodDescriptionApplicationGatewayInner.urlPathMaps()Get the urlPathMaps property: URL path map of the application gateway resource.ApplicationGatewayPropertiesFormat.urlPathMaps()Get the urlPathMaps property: URL path map of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayUrlPathMapInnerModifier and TypeMethodDescriptionApplicationGatewayInner.withUrlPathMaps(List<ApplicationGatewayUrlPathMapInner> urlPathMaps) Set the urlPathMaps property: URL path map of the application gateway resource.ApplicationGatewayPropertiesFormat.withUrlPathMaps(List<ApplicationGatewayUrlPathMapInner> urlPathMaps) Set the urlPathMaps property: URL path map of the application gateway resource.