Interface ApplicationGatewayUrlPathMap
-
- All Superinterfaces:
ChildResource<ApplicationGateway>,HasInnerModel<ApplicationGatewayUrlPathMapInner>,HasName,HasParent<ApplicationGateway>,Indexable
public interface ApplicationGatewayUrlPathMap extends HasInnerModel<ApplicationGatewayUrlPathMapInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway's URL path map.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayUrlPathMap.Definition<ReturnT>The entirety of an application gateway URL path map definition.static interfaceApplicationGatewayUrlPathMap.DefinitionStagesGrouping of application gateway URL path map definition stages.static interfaceApplicationGatewayUrlPathMap.UpdateThe entirety of an application gateway URL path map update as part of an application gateway update.static interfaceApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>The entirety of an application gateway URL path map definition as part of an application gateway update.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStagesGrouping of application gateway 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 ApplicationGatewayBackenddefaultBackend()ApplicationGatewayBackendHttpConfigurationdefaultBackendHttpConfiguration()ApplicationGatewayRedirectConfigurationdefaultRedirectConfiguration()Map<String,ApplicationGatewayPathRule>pathRules()-
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
-
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
-
-