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 Classes Modifier and Type Interface Description static interfaceApplicationGatewayPathRule.Definition<ReturnT>The entirety of a path rule of URL path map definition.static interfaceApplicationGatewayPathRule.DefinitionStagesGrouping of application gateway URL path map definition stages.static interfaceApplicationGatewayPathRule.UpdateThe entirety of path rule of URL path map update as part of an application gateway update.static interfaceApplicationGatewayPathRule.UpdateDefinition<ReturnT>The entirety of path rule of URL path map definition as part of an application gateway update.static interfaceApplicationGatewayPathRule.UpdateDefinitionStagesGrouping of path rule of URL path map definition stages applicable as part of an application gateway update.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendbackend()ApplicationGatewayBackendHttpConfigurationbackendHttpConfiguration()List<String>paths()ApplicationGatewayRedirectConfigurationredirectConfiguration()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
-
-
-
Method Detail
-
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
-
-