ICustomHostnameAnalysisResult Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CustomHostnameAnalysisResultTypeConverter))]
public interface ICustomHostnameAnalysisResult : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CustomHostnameAnalysisResultTypeConverter))>]
type ICustomHostnameAnalysisResult = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface ICustomHostnameAnalysisResult
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
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 |
|
HasConflictOnScaleUnit |
|
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
IsHostnameAlreadyVerified |
|
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
TxtRecord |
TXT records controller can see for this hostname. |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |