ManagedClusterAPIServerAccessProfile Class

Definition

Access profile for managed cluster API server.

public class ManagedClusterAPIServerAccessProfile
type ManagedClusterAPIServerAccessProfile = class
Public Class ManagedClusterAPIServerAccessProfile
Inheritance
ManagedClusterAPIServerAccessProfile

Constructors

Name Description
ManagedClusterAPIServerAccessProfile()

Initializes a new instance of the ManagedClusterAPIServerAccessProfile class.

ManagedClusterAPIServerAccessProfile(IList<String>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String)

Initializes a new instance of the ManagedClusterAPIServerAccessProfile class.

ManagedClusterAPIServerAccessProfile(IList<String>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the ManagedClusterAPIServerAccessProfile class.

Properties

Name Description
AuthorizedIPRanges

Gets or sets the IP ranges authorized to access the Kubernetes API server. 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

Gets or sets whether to disable run command for the cluster or not.

EnablePrivateCluster

Gets or sets whether to create the cluster as a private cluster or not. For more details, see Creating a private AKS cluster.

EnablePrivateClusterPublicFqdn

Gets or sets whether to create additional public FQDN for private cluster or not.

EnableVnetIntegration

Gets or sets whether to enable apiserver vnet integration for the cluster or not. See aka.ms/AksVnetIntegration for more details.

PrivateDnsZone

Gets or sets the private DNS zone mode for the cluster. The default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'.

SubnetId

Gets or sets the subnet to be used when apiserver vnet integration is enabled. It is required when creating a new cluster with BYO Vnet, or when updating an existing cluster to enable apiserver vnet integration.

Applies to