IManagedClusterProperties.PrivateFqdn 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 FQDN of private cluster.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The FQDN of private cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="privateFQDN")]
public string PrivateFqdn { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The FQDN of private cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="privateFQDN")>]
member this.PrivateFqdn : string
Public ReadOnly Property PrivateFqdn As String
Property Value
- Attributes