Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.Update
Packages that use ApplicationGatewayRequestRoutingRule.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRequestRoutingRule.Update in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type ApplicationGatewayRequestRoutingRule.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an application gateway request routing rule allowing to specify an SSL certificate.static interfaceThe stage of an application gateway request routing rule allowing to specify password of the SSL certificate pfx file.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRequestRoutingRule.UpdateModifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRule.UpdateStages.WithListener.fromListener(String name) Associates the request routing rule with an existing frontend listener.Associates the request routing rule with a backend on this application gateway.ApplicationGatewayRequestRoutingRule.UpdateStages.WithBackendHttpConfiguration.toBackendHttpConfiguration(String name) Associates the specified backend HTTP settings configuration with this request routing rule.ApplicationGateway.UpdateStages.WithRequestRoutingRule.updateRequestRoutingRule(String name) Begins the update of a request routing rule.ApplicationGatewayRequestRoutingRule.UpdateStages.WithRedirectConfig.withoutRedirectConfiguration()Removes the association with a redirect configuration, if any.ApplicationGatewayRequestRoutingRule.UpdateStages.WithPriority.withPriority(int priority) Updates with a unique priority value for the request routing rule.ApplicationGatewayRequestRoutingRule.UpdateStages.WithRedirectConfig.withRedirectConfiguration(String name) Associates the specified redirect configuration with this request routing rule.