ManagedOutboundIPsResponse

data class ManagedOutboundIPsResponse(val count: Int? = null)

ManagedOutboundIPs represents the desired managed outbound IPs for the cluster public load balancer.

Constructors

Link copied to clipboard
constructor(count: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.