共用方式為


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