AgentPoolNetworkProfile Class
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.
Network settings of an agent pool.
public class AgentPoolNetworkProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.AgentPoolNetworkProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.AgentPoolNetworkProfile>
public class AgentPoolNetworkProfile
type AgentPoolNetworkProfile = class
interface IJsonModel<AgentPoolNetworkProfile>
interface IPersistableModel<AgentPoolNetworkProfile>
type AgentPoolNetworkProfile = class
Public Class AgentPoolNetworkProfile
Implements IJsonModel(Of AgentPoolNetworkProfile), IPersistableModel(Of AgentPoolNetworkProfile)
Public Class AgentPoolNetworkProfile
- Inheritance
-
AgentPoolNetworkProfile
- Implements
Constructors
AgentPoolNetworkProfile() |
Initializes a new instance of AgentPoolNetworkProfile. |
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. |
NodePublicIPTags |
IPTags of instance-level public IPs. |
Explicit Interface Implementations
IJsonModel<AgentPoolNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AgentPoolNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AgentPoolNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AgentPoolNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AgentPoolNetworkProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET