Interface ApplicationGatewayPathRule
- All Superinterfaces:
ChildResource<ApplicationGatewayUrlPathMap>,HasInnerModel<ApplicationGatewayPathRuleInner>,HasName,HasParent<ApplicationGatewayUrlPathMap>,Indexable
public interface ApplicationGatewayPathRule
extends HasInnerModel<ApplicationGatewayPathRuleInner>, ChildResource<ApplicationGatewayUrlPathMap>
A client-side representation of an application gateway's URL path map.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a path rule of URL path map definition.static interfaceGrouping of application gateway URL path map definition stages.static interfaceThe entirety of path rule of URL path map update as part of an application gateway update.static interfaceThe entirety of path rule of URL path map definition as part of an application gateway update.static interfaceGrouping of path rule of URL path map definition stages applicable as part of an application gateway update. -
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
backend
ApplicationGatewayBackend backend()Gets backend address pool resource of URL path map path rule.- Returns:
- backend address pool resource of URL path map path rule
-
backendHttpConfiguration
ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()Gets backend http settings resource of URL path map path rule.- Returns:
- backend http settings resource of URL path map path rule
-
redirectConfiguration
ApplicationGatewayRedirectConfiguration redirectConfiguration()Gets redirect configuration resource of URL path map path rule.- Returns:
- redirect configuration resource of URL path map path rule
-
paths
Gets paths for URL path map rule.- Returns:
- paths for URL path map rule.
-