你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IManagedClusterApiServerAccessProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterApiServerAccessProfileTypeConverter))]
public interface IManagedClusterApiServerAccessProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterApiServerAccessProfileTypeConverter))>]
type IManagedClusterApiServerAccessProfile = interface
    interface IJsonSerializable
Public Interface IManagedClusterApiServerAccessProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AuthorizedIPRange

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.

PrivateDnsZone

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to