ICustomHostnameAnalysisResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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 |
|
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 |
|
HostName |
Host name that was analyzed |
IsHostnameAlreadyVerified |
|
TxtRecord |
TXT records visible for this hostname. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |