AgentPoolNetworkProfile interface

Network settings of an agent pool.

Properties

allowedHostPorts

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

applicationSecurityGroups

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

nodePublicIPTags

IPTags of instance-level public IPs.

Property Details

allowedHostPorts

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

allowedHostPorts?: PortRange[]

Property Value

applicationSecurityGroups

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

applicationSecurityGroups?: string[]

Property Value

string[]

nodePublicIPTags

IPTags of instance-level public IPs.

nodePublicIPTags?: IPTag[]

Property Value

IPTag[]