DeepCreatedCustomDomain Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom domains created on the CDN endpoint. Serialized Name: DeepCreatedCustomDomain
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. Serialized Name: DeepCreatedCustomDomain.properties.hostName |
Name |
Custom ___domain name. Serialized Name: DeepCreatedCustomDomain.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. Serialized Name: DeepCreatedCustomDomain.properties.validationData |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |