Share via


CdnCustomDomainCreateOrUpdateContent Class

Definition

The customDomain JSON object required for custom domain creation or update.

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

Constructors

CdnCustomDomainCreateOrUpdateContent()

Initializes a new instance of CdnCustomDomainCreateOrUpdateContent.

Properties

HostName

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

Explicit Interface Implementations

IJsonModel<CdnCustomDomainCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CdnCustomDomainCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CdnCustomDomainCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CdnCustomDomainCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CdnCustomDomainCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to