ValidateCustomDomainResult Class

Definition

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>
type ValidateCustomDomainResult = class
    interface IJsonModel<ValidateCustomDomainResult>
    interface IPersistableModel<ValidateCustomDomainResult>
Public Class ValidateCustomDomainResult
Implements IJsonModel(Of ValidateCustomDomainResult), IPersistableModel(Of ValidateCustomDomainResult)
Inheritance
ValidateCustomDomainResult
Implements

Properties

Name Description
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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