CustomHostnameAnalysisResultProperties interface
CustomHostnameAnalysisResult resource specific properties
Properties
| alternate |
Alternate CName records controller can see for this hostname. |
| alternate |
Alternate TXT records controller can see for this hostname. |
| a |
A records controller can see for this hostname. |
| c |
CName records controller can see for this hostname. |
| txt |
TXT records controller can see for this hostname. |
Property Details
alternateCNameRecords
Alternate CName records controller can see for this hostname.
alternateCNameRecords?: string[]
Property Value
string[]
alternateTxtRecords
Alternate TXT records controller can see for this hostname.
alternateTxtRecords?: string[]
Property Value
string[]
aRecords
A records controller can see for this hostname.
aRecords?: string[]
Property Value
string[]
cNameRecords
CName records controller can see for this hostname.
cNameRecords?: string[]
Property Value
string[]
txtRecords
TXT records controller can see for this hostname.
txtRecords?: string[]
Property Value
string[]