DeepCreatedCustomDomainProperties 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.
Properties of the custom domain created on the CDN endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.DeepCreatedCustomDomainPropertiesTypeConverter))]
public class DeepCreatedCustomDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedCustomDomainProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.DeepCreatedCustomDomainPropertiesTypeConverter))>]
type DeepCreatedCustomDomainProperties = class
interface IDeepCreatedCustomDomainProperties
interface IJsonSerializable
Public Class DeepCreatedCustomDomainProperties
Implements IDeepCreatedCustomDomainProperties
- Inheritance
-
DeepCreatedCustomDomainProperties
- Attributes
- Implements
Constructors
DeepCreatedCustomDomainProperties() |
Creates an new DeepCreatedCustomDomainProperties instance. |
Properties
HostName |
The host name of the custom domain. Must be a 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeepCreatedCustomDomainProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeepCreatedCustomDomainProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedCustomDomainProperties. |
FromJsonString(String) |
Creates a new instance of DeepCreatedCustomDomainProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeepCreatedCustomDomainProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |