ApplicationGatewayRequestRoutingRuleResponse

data class ApplicationGatewayRequestRoutingRuleResponse(val backendAddressPool: SubResourceResponse? = null, val backendHttpSettings: SubResourceResponse? = null, val etag: String, val httpListener: SubResourceResponse? = null, val id: String? = null, val loadDistributionPolicy: SubResourceResponse? = null, val name: String? = null, val priority: Int? = null, val provisioningState: String, val redirectConfiguration: SubResourceResponse? = null, val rewriteRuleSet: SubResourceResponse? = null, val ruleType: String? = null, val type: String, val urlPathMap: SubResourceResponse? = null)

Request routing rule of an application gateway.

Constructors

constructor(backendAddressPool: SubResourceResponse? = null, backendHttpSettings: SubResourceResponse? = null, etag: String, httpListener: SubResourceResponse? = null, id: String? = null, loadDistributionPolicy: SubResourceResponse? = null, name: String? = null, priority: Int? = null, provisioningState: String, redirectConfiguration: SubResourceResponse? = null, rewriteRuleSet: SubResourceResponse? = null, ruleType: String? = null, type: String, urlPathMap: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backend address pool resource of the application gateway.

Link copied to clipboard

Backend http settings resource of the application gateway.

Link copied to clipboard

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

Link copied to clipboard

Http listener resource of the application gateway.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

Load Distribution Policy resource of the application gateway.

Link copied to clipboard
val name: String? = null

Name of the request routing rule that is unique within an Application Gateway.

Link copied to clipboard
val priority: Int? = null

Priority of the request routing rule.

Link copied to clipboard

The provisioning state of the request routing rule resource.

Link copied to clipboard

Redirect configuration resource of the application gateway.

Link copied to clipboard

Rewrite Rule Set resource in Basic rule of the application gateway.

Link copied to clipboard
val ruleType: String? = null

Rule type.

Link copied to clipboard

Type of the resource.

Link copied to clipboard

URL path map resource of the application gateway.