CustomHostnameAnalysisResultInner 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.
[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
- 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 <code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>. |
HasConflictOnScaleUnit |
Gets <code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsHostnameAlreadyVerified |
Gets <code>true</code> if hostname is already verified; otherwise, <code>false</code>. |
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
Azure SDK for .NET