CustomHostnameAnalysisResult interface
Custom domain analysis.
- Extends
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. NOTE: This property will not be serialized. It can only be populated by the server. |
| custom |
Raw failure information if DNS verification fails. NOTE: This property will not be serialized. It can only be populated by the server. |
| custom |
DNS verification test result. NOTE: This property will not be serialized. It can only be populated by the server. |
| has |
|
| has |
|
| is |
|
| txt |
TXT records controller can see for this hostname. |
Inherited Properties
| id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
| kind | Kind of resource. |
| name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
conflictingAppResourceId?: string
Property Value
string
customDomainVerificationFailureInfo
Raw failure information if DNS verification fails. NOTE: This property will not be serialized. It can only be populated by the server.
customDomainVerificationFailureInfo?: ErrorEntity
Property Value
customDomainVerificationTest
DNS verification test result. NOTE: This property will not be serialized. It can only be populated by the server.
customDomainVerificationTest?: DnsVerificationTestResult
Property Value
hasConflictAcrossSubscription
true if there is a conflict across subscriptions; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
hasConflictAcrossSubscription?: boolean
Property Value
boolean
hasConflictOnScaleUnit
true if there is a conflict on a scale unit; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
hasConflictOnScaleUnit?: boolean
Property Value
boolean
isHostnameAlreadyVerified
true if hostname is already verified; otherwise, false.
NOTE: This property will not be serialized. It can only be populated by the server.
isHostnameAlreadyVerified?: boolean
Property Value
boolean
txtRecords
TXT records controller can see for this hostname.
txtRecords?: string[]
Property Value
string[]
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type