Share via


FrontDoorValidateCustomDomainResult Class

Definition

Output of custom domain validation.

public class FrontDoorValidateCustomDomainResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorValidateCustomDomainResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorValidateCustomDomainResult>
public class FrontDoorValidateCustomDomainResult
type FrontDoorValidateCustomDomainResult = class
    interface IJsonModel<FrontDoorValidateCustomDomainResult>
    interface IPersistableModel<FrontDoorValidateCustomDomainResult>
type FrontDoorValidateCustomDomainResult = class
Public Class FrontDoorValidateCustomDomainResult
Implements IJsonModel(Of FrontDoorValidateCustomDomainResult), IPersistableModel(Of FrontDoorValidateCustomDomainResult)
Public Class FrontDoorValidateCustomDomainResult
Inheritance
FrontDoorValidateCustomDomainResult
Implements

Properties

IsCustomDomainValidated

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<FrontDoorValidateCustomDomainResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FrontDoorValidateCustomDomainResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorValidateCustomDomainResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorValidateCustomDomainResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FrontDoorValidateCustomDomainResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to