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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java