Application Gateway Url Path Map Response
data class ApplicationGatewayUrlPathMapResponse(val defaultBackendAddressPool: SubResourceResponse? = null, val defaultBackendHttpSettings: SubResourceResponse? = null, val defaultLoadDistributionPolicy: SubResourceResponse? = null, val defaultRedirectConfiguration: SubResourceResponse? = null, val defaultRewriteRuleSet: SubResourceResponse? = null, val etag: String, val id: String? = null, val name: String? = null, val pathRules: List<ApplicationGatewayPathRuleResponse>? = null, val provisioningState: String, val type: String)
UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.
Constructors
Link copied to clipboard
constructor(defaultBackendAddressPool: SubResourceResponse? = null, defaultBackendHttpSettings: SubResourceResponse? = null, defaultLoadDistributionPolicy: SubResourceResponse? = null, defaultRedirectConfiguration: SubResourceResponse? = null, defaultRewriteRuleSet: SubResourceResponse? = null, etag: String, id: String? = null, name: String? = null, pathRules: List<ApplicationGatewayPathRuleResponse>? = null, provisioningState: String, type: String)
Properties
Link copied to clipboard
Default backend address pool resource of URL path map.
Link copied to clipboard
Default backend http settings resource of URL path map.
Link copied to clipboard
Default Load Distribution Policy resource of URL path map.
Link copied to clipboard
Default redirect configuration resource of URL path map.
Link copied to clipboard
Default Rewrite rule set resource of URL path map.
Link copied to clipboard
Path rule of URL path map resource.
Link copied to clipboard
The provisioning state of the URL path map resource.