Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AgentPoolNetworkProfile Class

Definition

Namespace:
Microsoft.Azure.Management.ContainerService.Models
Assembly:
Microsoft.Azure.PowerShell.Aks.Management.Sdk.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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