AgentPoolWindowsProfileResponse

data class AgentPoolWindowsProfileResponse(val disableOutboundNat: Boolean? = null)

The Windows agent pool's specific profile.

Constructors

Link copied to clipboard
constructor(disableOutboundNat: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled.