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
| Name | Description |
|---|---|
| DeepCreatedCustomDomainProperties() |
Creates an new DeepCreatedCustomDomainProperties instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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() | |