ListContainerAppCustomHostNameAnalysisResult

data class ListContainerAppCustomHostNameAnalysisResult(val aRecords: List<String>? = null, val alternateCNameRecords: List<String>? = null, val alternateTxtRecords: List<String>? = null, val cNameRecords: List<String>? = null, val conflictWithEnvironmentCustomDomain: Boolean, val conflictingContainerAppResourceId: String, val customDomainVerificationFailureInfo: CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo, val customDomainVerificationTest: String, val hasConflictOnManagedEnvironment: Boolean, val hostName: String, val isHostnameAlreadyVerified: Boolean, val txtRecords: List<String>? = null)

Custom domain analysis.

Constructors

constructor(aRecords: List<String>? = null, alternateCNameRecords: List<String>? = null, alternateTxtRecords: List<String>? = null, cNameRecords: List<String>? = null, conflictWithEnvironmentCustomDomain: Boolean, conflictingContainerAppResourceId: String, customDomainVerificationFailureInfo: CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo, customDomainVerificationTest: String, hasConflictOnManagedEnvironment: Boolean, hostName: String, isHostnameAlreadyVerified: Boolean, txtRecords: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Alternate CName records visible for this hostname.

Link copied to clipboard

Alternate TXT records visible for this hostname.

Link copied to clipboard
val aRecords: List<String>? = null

A records visible for this hostname.

Link copied to clipboard
val cNameRecords: List<String>? = null

CName records visible for this hostname.

Link copied to clipboard

Name of the conflicting Container App on the Managed Environment if it's within the same subscription.

Link copied to clipboard

true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.

Link copied to clipboard

DNS verification test result.

Link copied to clipboard

true if there is a conflict on the Container App's managed environment; otherwise, false.

Link copied to clipboard

Host name that was analyzed

Link copied to clipboard

true if hostname is already verified; otherwise, false.

Link copied to clipboard
val txtRecords: List<String>? = null

TXT records visible for this hostname.