Share via


ValidateCustomDomainContent Class

Definition

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

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

Constructors

ValidateCustomDomainContent(String)

Initializes a new instance of ValidateCustomDomainContent.

Properties

HostName

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

Explicit Interface Implementations

IJsonModel<ValidateCustomDomainContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateCustomDomainContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ValidateCustomDomainContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateCustomDomainContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateCustomDomainContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to