Share via


AgentPoolNetworkProfile Class

Definition

Network settings of an agent pool.

public class AgentPoolNetworkProfile
type AgentPoolNetworkProfile = class
Public Class AgentPoolNetworkProfile
Inheritance
AgentPoolNetworkProfile

Constructors

Name Description
AgentPoolNetworkProfile()

Initializes a new instance of the AgentPoolNetworkProfile class.

AgentPoolNetworkProfile(IList<IPTag>, IList<PortRange>, IList<String>)

Initializes a new instance of the AgentPoolNetworkProfile class.

Properties

Name Description
AllowedHostPorts

Gets or sets the port ranges that are allowed to access. The specified ranges are allowed to overlap.

ApplicationSecurityGroups

Gets or sets the IDs of the application security groups which agent pool will associate when created.

NodePublicIPTags

Gets or sets iPTags of instance-level public IPs.

Applies to