Agent Pool Network Profile Response
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)