CustomHostnameAnalysisResultInner Class

Definition

Custom domain analysis.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomHostnameAnalysisResultInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomHostnameAnalysisResultInner = class
    inherit ProxyOnlyResourceInner
Public Class CustomHostnameAnalysisResultInner
Inherits ProxyOnlyResourceInner
Inheritance
CustomHostnameAnalysisResultInner
Attributes

Constructors

CustomHostnameAnalysisResultInner()

Initializes a new instance of the CustomHostnameAnalysisResultInner class.

CustomHostnameAnalysisResultInner(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 CustomHostnameAnalysisResultInner 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
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 ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
TxtRecords

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

Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to