Share via


IAgentPoolNetworkProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolNetworkProfileTypeConverter))]
public interface IAgentPoolNetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolNetworkProfileTypeConverter))>]
type IAgentPoolNetworkProfile = interface
    interface IJsonSerializable
Public Interface IAgentPoolNetworkProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AllowedHostPort

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

ApplicationSecurityGroup

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

NodePublicIPTag

IPTags of instance-level public IPs.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to