IRecordSet.CnameRecordCname 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 canonical name for this CNAME record.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The canonical name for this CNAME record.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="cname")]
public string CnameRecordCname { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The canonical name for this CNAME record.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="cname")>]
member this.CnameRecordCname : string with get, set
Public Property CnameRecordCname As String
Property Value
- Attributes