Interface ApplicationGatewayPathRule
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGatewayUrlPathMap>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGatewayUrlPathMap>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
@Beta(V1_11_0) public interface ApplicationGatewayPathRule extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.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.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.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
-
-