다음을 통해 공유


CustomHostnameAnalysisResult type

사용자 지정 도메인 분석.

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