CustomHostnameAnalysisResult Class
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.
Custom domain analysis.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomHostnameAnalysisResultTypeConverter))]
public class CustomHostnameAnalysisResult : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomHostnameAnalysisResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CustomHostnameAnalysisResultTypeConverter))>]
type CustomHostnameAnalysisResult = class
interface ICustomHostnameAnalysisResult
interface IJsonSerializable
Public Class CustomHostnameAnalysisResult
Implements ICustomHostnameAnalysisResult
- Inheritance
-
CustomHostnameAnalysisResult
- Attributes
- Implements
Constructors
CustomHostnameAnalysisResult() |
Creates an new CustomHostnameAnalysisResult instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomHostnameAnalysisResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomHostnameAnalysisResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomHostnameAnalysisResult. |
FromJsonString(String) |
Creates a new instance of CustomHostnameAnalysisResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomHostnameAnalysisResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |