ApplicationGatewayUrlPathMap Interface
Implements
public interface ApplicationGatewayUrlPathMap
extends HasInnerModel<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
Map<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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java