CustomHostnameAnalysisResult interface

Custom domain analysis.

Properties

alternateCNameRecords

Alternate CName records visible for this hostname.

alternateTxtRecords

Alternate TXT records visible for this hostname.

aRecords

A records visible for this hostname.

cNameRecords

CName records visible for this hostname.

conflictingContainerAppResourceId

Name of the conflicting Container App on the Managed Environment if it's within the same subscription. NOTE: This property will not be serialized. It can only be populated by the server.

conflictWithEnvironmentCustomDomain

true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

customDomainVerificationFailureInfo

Raw failure information if DNS verification fails. NOTE: This property will not be serialized. It can only be populated by the server.

customDomainVerificationTest

DNS verification test result. NOTE: This property will not be serialized. It can only be populated by the server.

hasConflictOnManagedEnvironment

true if there is a conflict on the Container App's managed environment; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

hostName

Host name that was analyzed NOTE: This property will not be serialized. It can only be populated by the server.

isHostnameAlreadyVerified

true if hostname is already verified; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

txtRecords

TXT records visible for this hostname.

Property Details

alternateCNameRecords

Alternate CName records visible for this hostname.

alternateCNameRecords?: string[]

Property Value

string[]

alternateTxtRecords

Alternate TXT records visible for this hostname.

alternateTxtRecords?: string[]

Property Value

string[]

aRecords

A records visible for this hostname.

aRecords?: string[]

Property Value

string[]

cNameRecords

CName records visible for this hostname.

cNameRecords?: string[]

Property Value

string[]

conflictingContainerAppResourceId

Name of the conflicting Container App on the Managed Environment if it's within the same subscription. NOTE: This property will not be serialized. It can only be populated by the server.

conflictingContainerAppResourceId?: string

Property Value

string

conflictWithEnvironmentCustomDomain

true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

conflictWithEnvironmentCustomDomain?: boolean

Property Value

boolean

customDomainVerificationFailureInfo

Raw failure information if DNS verification fails. NOTE: This property will not be serialized. It can only be populated by the server.

customDomainVerificationFailureInfo?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo

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

hasConflictOnManagedEnvironment

true if there is a conflict on the Container App's managed environment; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

hasConflictOnManagedEnvironment?: boolean

Property Value

boolean

hostName

Host name that was analyzed NOTE: This property will not be serialized. It can only be populated by the server.

hostName?: string

Property Value

string

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 visible for this hostname.

txtRecords?: string[]

Property Value

string[]