ManagedClusterAPIServerAccessProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Access profile for managed cluster API server.
public class ManagedClusterAPIServerAccessProfile
type ManagedClusterAPIServerAccessProfile = class
Public Class ManagedClusterAPIServerAccessProfile
- Inheritance
-
ManagedClusterAPIServerAccessProfile
Constructors
ManagedClusterAPIServerAccessProfile() |
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
AuthorizedIPRanges |
Gets or sets 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 for more details, see Creating a private AKS cluster. |
EnablePrivateClusterPublicFqdn |
Gets or sets whether to create additional public FQDN for private cluster or not. |
PrivateDnsZone |
Gets or sets the default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'. |