CustomHostnameAnalysisResult 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 CustomHostnameAnalysisResult : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomHostnameAnalysisResult = class
inherit ProxyOnlyResource
Public Class CustomHostnameAnalysisResult
Inherits ProxyOnlyResource
- Inheritance
- 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 <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 |
Gets resource Id. (Inherited from ProxyOnlyResource) |
IsHostnameAlreadyVerified |
Gets <code>true</code> if hostname is already verified; otherwise, <code>false</code>. |
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
Azure SDK for .NET