你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |