Get LBOutbound Rule Result
data class GetLBOutboundRuleResult(val allocatedOutboundPorts: Int, val backendAddressPoolId: String, val frontendIpConfigurations: List<GetLBOutboundRuleFrontendIpConfiguration>, val id: String, val idleTimeoutInMinutes: Int, val loadbalancerId: String, val name: String, val protocol: String, val tcpResetEnabled: Boolean)
A collection of values returned by getLBOutboundRule.