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.

dranet

DRANET settings of an agent pool.

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[]

dranet

DRANET settings of an agent pool.

dranet?: DranetProfile

Property Value

nodePublicIPTags

IPTags of instance-level public IPs.

nodePublicIPTags?: IPTag[]

Property Value

IPTag[]