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.
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. |
Message |
Error message describing why the custom domain is not valid. |
Reason |
The reason why the custom domain is not valid. |
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. |
Applies to
Azure SDK for .NET