ClusterPoolNetworkProfile Class

Definition

Cluster pool networking configuration.

public class ClusterPoolNetworkProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolNetworkProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolNetworkProfile>
type ClusterPoolNetworkProfile = class
    interface IJsonModel<ClusterPoolNetworkProfile>
    interface IPersistableModel<ClusterPoolNetworkProfile>
Public Class ClusterPoolNetworkProfile
Implements IJsonModel(Of ClusterPoolNetworkProfile), IPersistableModel(Of ClusterPoolNetworkProfile)
Inheritance
ClusterPoolNetworkProfile
Implements

Constructors

ClusterPoolNetworkProfile(ResourceIdentifier)

Initializes a new instance of ClusterPoolNetworkProfile.

Properties

ApiServerAuthorizedIPRanges

IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time.

EnablePrivateApiServer

ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.

OutboundType

This can only be set at cluster pool creation time and cannot be changed later.

SubnetId

Cluster pool subnet resource id.

Explicit Interface Implementations

IJsonModel<ClusterPoolNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ClusterPoolNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterPoolNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPoolNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ClusterPoolNetworkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to