ApplicationGatewayUrlPathMapResponse

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)

Types

Link copied to clipboard
object Companion

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

Name of the URL path map that is unique within an Application Gateway.

Link copied to clipboard

Path rule of URL path map resource.

Link copied to clipboard

The provisioning state of the URL path map resource.

Link copied to clipboard

Type of the resource.