Share via


ManagedClusterApiServerAccessProfile Class

Definition

Access profile for managed cluster API server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterApiServerAccessProfileTypeConverter))]
public class ManagedClusterApiServerAccessProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterApiServerAccessProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterApiServerAccessProfileTypeConverter))>]
type ManagedClusterApiServerAccessProfile = class
    interface IManagedClusterApiServerAccessProfile
    interface IJsonSerializable
Public Class ManagedClusterApiServerAccessProfile
Implements IManagedClusterApiServerAccessProfile
Inheritance
ManagedClusterApiServerAccessProfile
Attributes
Implements

Constructors

Name Description
ManagedClusterApiServerAccessProfile()

Creates an new ManagedClusterApiServerAccessProfile instance.

Properties

Name Description
AuthorizedIPRange

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

Whether to disable run command for the cluster or not.

EnablePrivateCluster

Whether to create the cluster as a private cluster or not. 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. See aka.ms/AksVnetIntegration for more details.

PrivateDnsZone

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

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterApiServerAccessProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterApiServerAccessProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterApiServerAccessProfile.

FromJsonString(String)

Creates a new instance of ManagedClusterApiServerAccessProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterApiServerAccessProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to