Udostępnij przez


IManagedClusterApiServerAccessProfile.EnablePrivateCluster Property

Definition

For more details, see Creating a private AKS cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enablePrivateCluster", Update=true)]
public bool? EnablePrivateCluster { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enablePrivateCluster", Update=true)>]
member this.EnablePrivateCluster : Nullable<bool> with get, set
Public Property EnablePrivateCluster As Nullable(Of Boolean)

Property Value

Attributes

Applies to