AgentPoolNetworkProfileResponse

data class AgentPoolNetworkProfileResponse(val allowedHostPorts: List<PortRangeResponse>? = null, val applicationSecurityGroups: List<String>? = null, val nodePublicIPTags: List<IPTagResponse>? = null)

Network settings of an agent pool.

Constructors

Link copied to clipboard
constructor(allowedHostPorts: List<PortRangeResponse>? = null, applicationSecurityGroups: List<String>? = null, nodePublicIPTags: List<IPTagResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The port ranges that are allowed to access. The specified ranges are allowed to overlap.

Link copied to clipboard

The IDs of the application security groups which agent pool will associate when created.

Link copied to clipboard

IPTags of instance-level public IPs.