共用方式為


ManagedClusterAPIServerAccessProfile.EnablePrivateCluster Property

Definition

Gets or sets whether to create the cluster as a private cluster or not.

[Newtonsoft.Json.JsonProperty(PropertyName="enablePrivateCluster")]
public bool? EnablePrivateCluster { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enablePrivateCluster")>]
member this.EnablePrivateCluster : Nullable<bool> with get, set
Public Property EnablePrivateCluster As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to