ManagedClusterAPIServerAccessProfile interface
Access profile for managed cluster API server.
Properties
| authorized |
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. |
| disable |
Whether to disable run command for the cluster or not. |
| enable |
For more details, see Creating a private AKS cluster. |
| enable |
Whether to create additional public FQDN for private cluster or not. |
| enable |
Whether to enable apiserver vnet integration for the cluster or not. |
| private |
The default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'. |
| subnet |
It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration. |
Property Details
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.
authorizedIPRanges?: string[]
Property Value
string[]
disableRunCommand
Whether to disable run command for the cluster or not.
disableRunCommand?: boolean
Property Value
boolean
enablePrivateCluster
For more details, see Creating a private AKS cluster.
enablePrivateCluster?: boolean
Property Value
boolean
enablePrivateClusterPublicFQDN
Whether to create additional public FQDN for private cluster or not.
enablePrivateClusterPublicFQDN?: boolean
Property Value
boolean
enableVnetIntegration
Whether to enable apiserver vnet integration for the cluster or not.
enableVnetIntegration?: boolean
Property Value
boolean
privateDNSZone
The default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'.
privateDNSZone?: string
Property Value
string
subnetId
It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration.
subnetId?: string
Property Value
string