Interface ApplicationGatewayPathRule
- All Superinterfaces:
ChildResource<ApplicationGatewayUrlPathMap>
,HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner>
,HasName
,HasParent<ApplicationGatewayUrlPathMap>
,Indexable
@Beta(V1_11_0)
public interface ApplicationGatewayPathRule
extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner>, ChildResource<ApplicationGatewayUrlPathMap>
A client-side representation of an application gateway's URL path map.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of a path rule of URL path map definition.static interface
Grouping of application gateway URL path map definition stages.static interface
The entirety of path rule of URL path map update as part of an application gateway update.static interface
The entirety of path rule of URL path map definition as part of an application gateway update.static interface
Grouping of path rule of 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
-
backend
ApplicationGatewayBackend backend()- Returns:
- backend address pool resource of URL path map path rule
-
backendHttpConfiguration
ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()- Returns:
- backend http settings resource of URL path map path rule
-
redirectConfiguration
ApplicationGatewayRedirectConfiguration redirectConfiguration()- Returns:
- redirect configuration resource of URL path map path rule
-
paths
- Returns:
- paths for URL path map rule.
-