CustomHostnameAnalysisResult type
Custom domain analysis.
type CustomHostnameAnalysisResult = ProxyResource & {
aRecords?: string[]
alternateCNameRecords?: string[]
alternateTxtRecords?: string[]
cNameRecords?: string[]
conflictingContainerAppResourceId?: string
customDomainVerificationFailureInfo?: DefaultErrorResponse
customDomainVerificationTest?: DnsVerificationTestResult
hasConflictOnManagedEnvironment?: boolean
hostName?: string
isHostnameAlreadyVerified?: boolean
txtRecords?: string[]
}