CustomHostnameAnalysisResultPropertiesOutput 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. |
| conflicting |
Name of the conflicting app on scale unit if it's within the same subscription. |
| custom |
Raw failure information if DNS verification fails. |
| custom |
DNS verification test result. |
| has |
|
| has |
|
| is |
|
| 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[]
conflictingAppResourceId
Name of the conflicting app on scale unit if it's within the same subscription.
conflictingAppResourceId?: string
Property Value
string
customDomainVerificationFailureInfo
Raw failure information if DNS verification fails.
customDomainVerificationFailureInfo?: ErrorEntityOutput
Property Value
customDomainVerificationTest
DNS verification test result.
customDomainVerificationTest?: "Failed" | "Passed" | "Skipped"
Property Value
"Failed" | "Passed" | "Skipped"
hasConflictAcrossSubscription
true if there is a conflict across subscriptions; otherwise, false.
hasConflictAcrossSubscription?: boolean
Property Value
boolean
hasConflictOnScaleUnit
true if there is a conflict on a scale unit; otherwise, false.
hasConflictOnScaleUnit?: boolean
Property Value
boolean
isHostnameAlreadyVerified
true if hostname is already verified; otherwise, false.
isHostnameAlreadyVerified?: boolean
Property Value
boolean
txtRecords
TXT records controller can see for this hostname.
txtRecords?: string[]
Property Value
string[]