ApplicationGatewayUrlPathMap Interface
Implements
ChildResource<ApplicationGateway>
HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapInner>
public interface ApplicationGatewayUrlPathMap
extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway's URL path map.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Application |
defaultBackend() |
abstract
Application |
defaultBackendHttpConfiguration() |
abstract
Application |
defaultRedirectConfiguration() |
abstract
java.util.Map<java.lang.String,Application |
pathRules() |
Method Details
defaultBackend
public abstract ApplicationGatewayBackend defaultBackend()
Returns:
default backend address pool
defaultBackendHttpConfiguration
public abstract ApplicationGatewayBackendHttpConfiguration defaultBackendHttpConfiguration()
Returns:
default backend HTTP settings configuration
defaultRedirectConfiguration
public abstract ApplicationGatewayRedirectConfiguration defaultRedirectConfiguration()
Returns:
default redirect configuration
pathRules
public abstract Map
Returns:
path rules of URL path map resource
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java