Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRoutingRulePropertiesFormat
Packages that use ApplicationGatewayRoutingRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRoutingRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayRoutingRulePropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayRoutingRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRoutingRulePropertiesFormat from the JsonReader.ApplicationGatewayRoutingRulePropertiesFormat.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Backend address pool resource of the application gateway.ApplicationGatewayRoutingRulePropertiesFormat.withBackendSettings(com.azure.core.management.SubResource backendSettings) Set the backendSettings property: Backend settings resource of the application gateway.ApplicationGatewayRoutingRulePropertiesFormat.withListener(com.azure.core.management.SubResource listener) Set the listener property: Listener resource of the application gateway.ApplicationGatewayRoutingRulePropertiesFormat.withPriority(int priority) Set the priority property: Priority of the routing rule.ApplicationGatewayRoutingRulePropertiesFormat.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type.