Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRedirectConfigurationInner
Packages that use ApplicationGatewayRedirectConfigurationInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRedirectConfigurationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayRedirectConfigurationInnerModifier and TypeMethodDescriptionApplicationGatewayRedirectConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayRedirectConfigurationInner from the JsonReader.ApplicationGatewayRedirectConfigurationInner.withIncludePath(Boolean includePath) Set the includePath property: Include path in the redirected url.ApplicationGatewayRedirectConfigurationInner.withIncludeQueryString(Boolean includeQueryString) Set the includeQueryString property: Include query string in the redirected url.Set the name property: Name of the redirect configuration that is unique within an Application Gateway.ApplicationGatewayRedirectConfigurationInner.withPathRules(List<com.azure.core.management.SubResource> pathRules) Set the pathRules property: Path rules specifying redirect configuration.ApplicationGatewayRedirectConfigurationInner.withRedirectType(ApplicationGatewayRedirectType redirectType) Set the redirectType property: HTTP redirection type.ApplicationGatewayRedirectConfigurationInner.withRequestRoutingRules(List<com.azure.core.management.SubResource> requestRoutingRules) Set the requestRoutingRules property: Request routing specifying redirect configuration.ApplicationGatewayRedirectConfigurationInner.withTargetListener(com.azure.core.management.SubResource targetListener) Set the targetListener property: Reference to a listener to redirect the request to.ApplicationGatewayRedirectConfigurationInner.withTargetUrl(String targetUrl) Set the targetUrl property: Url to redirect the request to.ApplicationGatewayRedirectConfigurationInner.withUrlPathMaps(List<com.azure.core.management.SubResource> urlPathMaps) Set the urlPathMaps property: Url path maps specifying default redirect configuration.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayRedirectConfigurationInnerModifier and TypeMethodDescriptionApplicationGatewayInner.redirectConfigurations()Get the redirectConfigurations property: Redirect configurations of the application gateway resource.ApplicationGatewayPropertiesFormat.redirectConfigurations()Get the redirectConfigurations property: Redirect configurations of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayRedirectConfigurationInnerModifier and TypeMethodDescriptionApplicationGatewayInner.withRedirectConfigurations(List<ApplicationGatewayRedirectConfigurationInner> redirectConfigurations) Set the redirectConfigurations property: Redirect configurations of the application gateway resource.ApplicationGatewayPropertiesFormat.withRedirectConfigurations(List<ApplicationGatewayRedirectConfigurationInner> redirectConfigurations) Set the redirectConfigurations property: Redirect configurations of the application gateway resource.