Share via


DeepCreatedCustomDomain Class

Definition

Custom domains created on the CDN endpoint.

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

Properties

HostName

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

Name

Custom domain name.

ValidationData

Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.

Explicit Interface Implementations

IJsonModel<DeepCreatedCustomDomain>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeepCreatedCustomDomain>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeepCreatedCustomDomain>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeepCreatedCustomDomain>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeepCreatedCustomDomain>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to