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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CustomHostnameAnalysisResultTypeConverter))]
public class CustomHostnameAnalysisResult : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResult, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CustomHostnameAnalysisResultTypeConverter))>]
type CustomHostnameAnalysisResult = class
interface ICustomHostnameAnalysisResult
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class CustomHostnameAnalysisResult
Implements ICustomHostnameAnalysisResult, IValidates
- Inheritance
-
CustomHostnameAnalysisResult
- Attributes
- Implements
Constructors
CustomHostnameAnalysisResult() |
Creates an new CustomHostnameAnalysisResult instance. |
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. |
CustomDomainVerificationFailureInfoExtendedCode |
Type of error. |
CustomDomainVerificationFailureInfoInnerError |
Inner errors. |
CustomDomainVerificationFailureInfoMessage |
Any details of the error. |
CustomDomainVerificationFailureInfoMessageTemplate |
Message template. |
CustomDomainVerificationFailureInfoParameter |
Parameters for the template. |
CustomDomainVerificationTest |
DNS verification test result. |
HasConflictAcrossSubscription |
|
HasConflictOnScaleUnit |
|
Id |
Resource Id. |
IsHostnameAlreadyVerified |
|
Kind |
Kind of resource. |
Name |
Resource Name. |
TxtRecord |
TXT records controller can see for this hostname. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomHostnameAnalysisResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomHostnameAnalysisResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICustomHostnameAnalysisResult. |
FromJsonString(String) |
Creates a new instance of CustomHostnameAnalysisResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomHostnameAnalysisResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |