CustomHostnameAnalysisResultInner.AlternateCNameRecords Property

Definition

Gets or sets alternate CName records controller can see for this hostname.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.alternateCNameRecords")]
public System.Collections.Generic.IList<string> AlternateCNameRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.alternateCNameRecords")>]
member this.AlternateCNameRecords : System.Collections.Generic.IList<string> with get, set
Public Property AlternateCNameRecords As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to