Bagikan melalui


CustomHostnameAnalysisResult type

Analisis domain kustom.

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