IAgentPoolNetworkProfile Interface
Definition
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.
[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) |