IManagedCluster.DnsPrefix Property
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.
The DNS prefix of the Managed Cluster. This cannot be updated once the Managed Cluster has been created.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The DNS prefix of the Managed Cluster. This cannot be updated once the Managed Cluster has been created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsPrefix", Update=true)]
public string DnsPrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The DNS prefix of the Managed Cluster. This cannot be updated once the Managed Cluster has been created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsPrefix", Update=true)>]
member this.DnsPrefix : string with get, set
Public Property DnsPrefix As String
Property Value
- Attributes