CustomHostnameAnalysisResult Class

Definition

Custom domain analysis.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomHostnameAnalysisResult : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomHostnameAnalysisResult = class
    inherit ProxyOnlyResource
Public Class CustomHostnameAnalysisResult
Inherits ProxyOnlyResource
Inheritance
CustomHostnameAnalysisResult
Attributes

Constructors

CustomHostnameAnalysisResult()

Initializes a new instance of the CustomHostnameAnalysisResult class.

CustomHostnameAnalysisResult(String, String, String, String, Nullable<Boolean>, Nullable<DnsVerificationTestResult>, ErrorEntity, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the CustomHostnameAnalysisResult class.

Properties

AlternateCNameRecords

Gets or sets alternate CName records controller can see for this hostname.

AlternateTxtRecords

Gets or sets alternate TXT records controller can see for this hostname.

ARecords

Gets or sets a records controller can see for this hostname.

CNameRecords

Gets or sets cName records controller can see for this hostname.

ConflictingAppResourceId

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

CustomDomainVerificationFailureInfo

Gets raw failure information if DNS verification fails.

CustomDomainVerificationTest

Gets DNS verification test result. Possible values include: 'Passed', 'Failed', 'Skipped'

HasConflictAcrossSubscription

Gets &lt;code&gt;true&lt;/code&gt; if there is a conflict across subscriptions; otherwise, &lt;code&gt;false&lt;/code&gt;.

HasConflictOnScaleUnit

Gets &lt;code&gt;true&lt;/code&gt; if there is a conflict on a scale unit; otherwise, &lt;code&gt;false&lt;/code&gt;.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
IsHostnameAlreadyVerified

Gets &lt;code&gt;true&lt;/code&gt; if hostname is already verified; otherwise, &lt;code&gt;false&lt;/code&gt;.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
TxtRecords

Gets or sets TXT records controller can see for this hostname.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to