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

CustomHostnameAnalysisResultProperties Class

Definition

CustomHostnameAnalysisResult resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CustomHostnameAnalysisResultPropertiesTypeConverter))]
public class CustomHostnameAnalysisResultProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ICustomHostnameAnalysisResultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CustomHostnameAnalysisResultPropertiesTypeConverter))>]
type CustomHostnameAnalysisResultProperties = class
    interface ICustomHostnameAnalysisResultProperties
    interface IJsonSerializable
Public Class CustomHostnameAnalysisResultProperties
Implements ICustomHostnameAnalysisResultProperties
Inheritance
CustomHostnameAnalysisResultProperties
Attributes
Implements

Constructors

CustomHostnameAnalysisResultProperties()

Creates an new CustomHostnameAnalysisResultProperties instance.

Properties

AlternateCNameRecord

Alternate CName records controller can see for this hostname.

AlternateTxtRecord

Alternate TXT records controller can see for this hostname.

ARecord

A records controller can see for this hostname.

CNameRecord

CName records controller can see for this hostname.

ConflictingAppResourceId

Name of the conflicting app on scale unit if it's within the same subscription.

CustomDomainVerificationFailureInfoCode

Basic error code.

CustomDomainVerificationFailureInfoDetail

Error Details.

CustomDomainVerificationFailureInfoExtendedCode

Type of error.

CustomDomainVerificationFailureInfoInnerError

Inner errors.

CustomDomainVerificationFailureInfoMessage

Any details of the error.

CustomDomainVerificationFailureInfoMessageTemplate

Message template.

CustomDomainVerificationFailureInfoParameter

Parameters for the template.

CustomDomainVerificationFailureInfoTarget

The error target.

CustomDomainVerificationTest

DNS verification test result.

HasConflictAcrossSubscription

true if there is a conflict across subscriptions; otherwise, false.

HasConflictOnScaleUnit

true if there is a conflict on a scale unit; otherwise, false.

IsHostnameAlreadyVerified

true if hostname is already verified; otherwise, false.

TxtRecord

TXT records controller can see for this hostname.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomHostnameAnalysisResultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomHostnameAnalysisResultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ICustomHostnameAnalysisResultProperties.

FromJsonString(String)

Creates a new instance of CustomHostnameAnalysisResultProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomHostnameAnalysisResultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to