Share via


CustomHostnameAnalysisResultPropertiesOutput interface

CustomHostnameAnalysisResult resource specific properties

Properties

alternateCNameRecords

Alternate CName records controller can see for this hostname.

alternateTxtRecords

Alternate TXT records controller can see for this hostname.

aRecords

A records controller can see for this hostname.

cNameRecords

CName records controller can see for this hostname.

conflictingAppResourceId

Name of the conflicting app on scale unit if it's within the same subscription.

customDomainVerificationFailureInfo

Raw failure information if DNS verification fails.

customDomainVerificationTest

DNS verification test result.

hasConflictAcrossSubscription

true if there is a conflict across subscriptions; otherwise, false.

hasConflictOnScaleUnit

true if there is a conflict on a scale unit; otherwise, false.

isHostnameAlreadyVerified

true if hostname is already verified; otherwise, false.

txtRecords

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[]