ApplicationGatewayRoutingRuleResponse

data class ApplicationGatewayRoutingRuleResponse(val backendAddressPool: SubResourceResponse? = null, val backendSettings: SubResourceResponse? = null, val etag: String, val id: String? = null, val listener: SubResourceResponse? = null, val name: String? = null, val priority: Int, val provisioningState: String, val ruleType: String? = null, val type: String)

Routing rule of an application gateway.

Constructors

Link copied to clipboard
constructor(backendAddressPool: SubResourceResponse? = null, backendSettings: SubResourceResponse? = null, etag: String, id: String? = null, listener: SubResourceResponse? = null, name: String? = null, priority: Int, provisioningState: String, ruleType: String? = null, type: String)

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 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
val id: String? = null

Resource ID.

Link copied to clipboard

Listener resource of the application gateway.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

Priority of the routing rule.

Link copied to clipboard

The provisioning state of the request routing rule resource.

Link copied to clipboard
val ruleType: String? = null

Rule type.

Link copied to clipboard

Type of the resource.