Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRequestRoutingRulePropertiesFormat
Packages that use ApplicationGatewayRequestRoutingRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRequestRoutingRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayRequestRoutingRulePropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRequestRoutingRulePropertiesFormat from the JsonReader.ApplicationGatewayRequestRoutingRulePropertiesFormat.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Backend address pool resource of the application gateway.ApplicationGatewayRequestRoutingRulePropertiesFormat.withBackendHttpSettings(com.azure.core.management.SubResource backendHttpSettings) Set the backendHttpSettings property: Backend http settings resource of the application gateway.ApplicationGatewayRequestRoutingRulePropertiesFormat.withHttpListener(com.azure.core.management.SubResource httpListener) Set the httpListener property: Http listener resource of the application gateway.ApplicationGatewayRequestRoutingRulePropertiesFormat.withLoadDistributionPolicy(com.azure.core.management.SubResource loadDistributionPolicy) Set the loadDistributionPolicy property: Load Distribution Policy resource of the application gateway.ApplicationGatewayRequestRoutingRulePropertiesFormat.withPriority(Integer priority) Set the priority property: Priority of the request routing rule.ApplicationGatewayRequestRoutingRulePropertiesFormat.withRedirectConfiguration(com.azure.core.management.SubResource redirectConfiguration) Set the redirectConfiguration property: Redirect configuration resource of the application gateway.ApplicationGatewayRequestRoutingRulePropertiesFormat.withRewriteRuleSet(com.azure.core.management.SubResource rewriteRuleSet) Set the rewriteRuleSet property: Rewrite Rule Set resource in Basic rule of the application gateway.ApplicationGatewayRequestRoutingRulePropertiesFormat.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type.ApplicationGatewayRequestRoutingRulePropertiesFormat.withUrlPathMap(com.azure.core.management.SubResource urlPathMap) Set the urlPathMap property: URL path map resource of the application gateway.