Condividi tramite


IManagedClusterApiServerAccessProfile.PrivateDnsZone Property

Definition

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'.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The private DNS zone mode for the cluster. The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateDNSZone", Update=true)]
public string PrivateDnsZone { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The private DNS zone mode for the cluster. The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateDNSZone", Update=true)>]
member this.PrivateDnsZone : string with get, set
Public Property PrivateDnsZone As String

Property Value

Attributes

Applies to