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. Serialized Name: ManagedClusterAPIServerAccessProfile
public class ManagedClusterApiServerAccessProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterApiServerAccessProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterApiServerAccessProfile>
public class ManagedClusterApiServerAccessProfile
type ManagedClusterApiServerAccessProfile = class
interface IJsonModel<ManagedClusterApiServerAccessProfile>
interface IPersistableModel<ManagedClusterApiServerAccessProfile>
type ManagedClusterApiServerAccessProfile = class
Public Class ManagedClusterApiServerAccessProfile
Implements IJsonModel(Of ManagedClusterApiServerAccessProfile), IPersistableModel(Of ManagedClusterApiServerAccessProfile)
Public Class ManagedClusterApiServerAccessProfile
- Inheritance
-
ManagedClusterApiServerAccessProfile
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterApiServerAccessProfile() |
Initializes a new instance of ManagedClusterApiServerAccessProfile. |
Properties
| Name | Description |
|---|---|
| AuthorizedIPRanges |
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. Serialized Name: ManagedClusterAPIServerAccessProfile.authorizedIPRanges |
| DisableRunCommand |
Whether to disable run command for the cluster or not. Serialized Name: ManagedClusterAPIServerAccessProfile.disableRunCommand |
| EnablePrivateCluster |
Whether to create the cluster as a private cluster or not. For more details, see Creating a private AKS cluster. Serialized Name: ManagedClusterAPIServerAccessProfile.enablePrivateCluster |
| EnablePrivateClusterPublicFqdn |
Whether to create additional public FQDN for private cluster or not. Serialized Name: ManagedClusterAPIServerAccessProfile.enablePrivateClusterPublicFQDN |
| EnableVnetIntegration |
Whether to enable apiserver vnet integration for the cluster or not. See aka.ms/AksVnetIntegration for more details. Serialized Name: ManagedClusterAPIServerAccessProfile.enableVnetIntegration |
| 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'. Serialized Name: ManagedClusterAPIServerAccessProfile.privateDNSZone |
| 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. Serialized Name: ManagedClusterAPIServerAccessProfile.subnetId |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ManagedClusterApiServerAccessProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ManagedClusterApiServerAccessProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ManagedClusterApiServerAccessProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ManagedClusterApiServerAccessProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ManagedClusterApiServerAccessProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |