List Container App Custom Host Name Analysis Result
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
Link copied to clipboard
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)
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
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
val customDomainVerificationFailureInfo: CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo
Raw failure information if DNS verification fails.
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
true
if hostname is already verified; otherwise, false
.
Link copied to clipboard
TXT records visible for this hostname.