Aracılığıyla paylaş


ICustomHostnameAnalysisResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomHostnameAnalysisResultTypeConverter))]
public interface ICustomHostnameAnalysisResult : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomHostnameAnalysisResultTypeConverter))>]
type ICustomHostnameAnalysisResult = interface
    interface IJsonSerializable
Public Interface ICustomHostnameAnalysisResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AlternateCNameRecord

Alternate CName records visible for this hostname.

AlternateTxtRecord

Alternate TXT records visible for this hostname.

ARecord

A records visible for this hostname.

CNameRecord

CName records visible for this hostname.

ConflictingContainerAppResourceId

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

ConflictWithEnvironmentCustomDomain

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

CustomDomainVerificationFailureInfoCode

Standardized string to programmatically identify the error.

CustomDomainVerificationFailureInfoDetail

Details or the error

CustomDomainVerificationFailureInfoMessage

Detailed error description and debugging information.

CustomDomainVerificationFailureInfoTarget

Detailed error description and debugging information.

CustomDomainVerificationTest

DNS verification test result.

HasConflictOnManagedEnvironment

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

HostName

Host name that was analyzed

IsHostnameAlreadyVerified

true if hostname is already verified; otherwise, false.

TxtRecord

TXT records visible for this hostname.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to