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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway URL path map definition.static interfaceGrouping of application gateway URL path map definition stages.static interfaceThe entirety of an application gateway URL path map update as part of an application gateway update.static interfaceThe entirety of an application gateway URL path map definition as part of an application gateway update.static interfaceGrouping of application gateway URL path map definition stages applicable as part of an application gateway update. -
Method Summary
Modifier and TypeMethodDescriptionGets default backend address pool.Gets default backend HTTP settings configuration.Gets default redirect configuration.Gets path rules of URL path map resource.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
-
defaultBackend
ApplicationGatewayBackend defaultBackend()Gets default backend address pool.- Returns:
- default backend address pool
-
defaultBackendHttpConfiguration
ApplicationGatewayBackendHttpConfiguration defaultBackendHttpConfiguration()Gets default backend HTTP settings configuration.- Returns:
- default backend HTTP settings configuration
-
defaultRedirectConfiguration
ApplicationGatewayRedirectConfiguration defaultRedirectConfiguration()Gets default redirect configuration.- Returns:
- default redirect configuration
-
pathRules
Map<String,ApplicationGatewayPathRule> pathRules()Gets path rules of URL path map resource.- Returns:
- path rules of URL path map resource
-