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) |
Initializes a new instance of the ManagedClusterAPIServerAccessProfile class. |
Properties
AuthorizedIPRanges |
Gets or sets authorized IP Ranges to kubernetes API server. |
EnablePrivateCluster |
Gets or sets whether to create the cluster as a private cluster or not. |
PrivateDNSZone |
Gets or sets private dns zone mode for private cluster. |
Applies to
Azure SDK for .NET