Outbound Rule Response
data class OutboundRuleResponse(val allocatedOutboundPorts: Int? = null, val backendAddressPool: SubResourceResponse, val enableTcpReset: Boolean? = null, val etag: String, val frontendIPConfigurations: List<SubResourceResponse>, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val name: String? = null, val protocol: String, val provisioningState: String, val type: String)
Outbound rule of the load balancer.
Constructors
Link copied to clipboard
fun OutboundRuleResponse(allocatedOutboundPorts: Int? = null, backendAddressPool: SubResourceResponse, enableTcpReset: Boolean? = null, etag: String, frontendIPConfigurations: List<SubResourceResponse>, id: String? = null, idleTimeoutInMinutes: Int? = null, name: String? = null, protocol: String, provisioningState: String, type: String)