Interface ApplicationGatewayUrlPathMap
- All Superinterfaces:
ChildResource<ApplicationGateway>
,HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapInner>
,HasName
,HasParent<ApplicationGateway>
,Indexable
@Beta(V1_10_0)
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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of an application gateway URL path map definition.static interface
Grouping of application gateway URL path map definition stages.static interface
The entirety of an application gateway URL path map update as part of an application gateway update.static interface
The entirety of an application gateway URL path map definition as part of an application gateway update.static interface
Grouping of application gateway URL path map definition stages applicable as part of an application gateway update. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
defaultBackend
ApplicationGatewayBackend defaultBackend()- Returns:
- default backend address pool
-
defaultBackendHttpConfiguration
ApplicationGatewayBackendHttpConfiguration defaultBackendHttpConfiguration()- Returns:
- default backend HTTP settings configuration
-
defaultRedirectConfiguration
ApplicationGatewayRedirectConfiguration defaultRedirectConfiguration()- Returns:
- default redirect configuration
-
pathRules
Map<String,ApplicationGatewayPathRule> pathRules()- Returns:
- path rules of URL path map resource
-