Application Gateway Routing Rule Response
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
fun ApplicationGatewayRoutingRuleResponse(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)