ValidateCustomDomainResult 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.
Output of custom ___domain validation. Serialized Name: ValidateCustomDomainOutput
public class ValidateCustomDomainResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.ValidateCustomDomainResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.ValidateCustomDomainResult>
public class ValidateCustomDomainResult
type ValidateCustomDomainResult = class
interface IJsonModel<ValidateCustomDomainResult>
interface IPersistableModel<ValidateCustomDomainResult>
type ValidateCustomDomainResult = class
Public Class ValidateCustomDomainResult
Implements IJsonModel(Of ValidateCustomDomainResult), IPersistableModel(Of ValidateCustomDomainResult)
Public Class ValidateCustomDomainResult
- Inheritance
-
ValidateCustomDomainResult
- Implements
Properties
IsCustomDomainValid |
Indicates whether the custom ___domain is valid or not. Serialized Name: ValidateCustomDomainOutput.customDomainValidated |
Message |
Error message describing why the custom ___domain is not valid. Serialized Name: ValidateCustomDomainOutput.message |
Reason |
The reason why the custom ___domain is not valid. Serialized Name: ValidateCustomDomainOutput.reason |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ValidateCustomDomainResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ValidateCustomDomainResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ValidateCustomDomainResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ValidateCustomDomainResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ValidateCustomDomainResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |