ManagedClusterApiServerAccessProfile Class

Definition

Access profile for managed cluster API server.

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

Constructors

ManagedClusterApiServerAccessProfile()

Initializes a new instance of ManagedClusterApiServerAccessProfile.

Properties

AuthorizedIPRanges

IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see API server authorized IP ranges.

DisableRunCommand

Whether to disable run command for the cluster or not.

EnablePrivateCluster

For more details, see Creating a private AKS cluster.

EnablePrivateClusterPublicFqdn

Whether to create additional public FQDN for private cluster or not.

EnableVnetIntegration

Whether to enable apiserver vnet integration for the cluster or not.

PrivateDnsZone

The default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'.

SubnetId

It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration.

Explicit Interface Implementations

IJsonModel<ManagedClusterApiServerAccessProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterApiServerAccessProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterApiServerAccessProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterApiServerAccessProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterApiServerAccessProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to