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