Share via


FrontDoorValidateCustomDomainContent Class

Definition

Input of the custom domain to be validated for DNS mapping.

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

Constructors

FrontDoorValidateCustomDomainContent(String)

Initializes a new instance of FrontDoorValidateCustomDomainContent.

Properties

HostName

The host name of the custom domain. Must be a domain name.

Explicit Interface Implementations

IJsonModel<FrontDoorValidateCustomDomainContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorValidateCustomDomainContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorValidateCustomDomainContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorValidateCustomDomainContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorValidateCustomDomainContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to