CustomDomainProperties 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.
The JSON object that contains the properties of the custom domain to create.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainPropertiesTypeConverter))]
public class CustomDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainPropertiesTypeConverter))>]
type CustomDomainProperties = class
interface ICustomDomainProperties
interface IJsonSerializable
Public Class CustomDomainProperties
Implements ICustomDomainProperties
- Inheritance
-
CustomDomainProperties
- Attributes
- Implements
Constructors
CustomDomainProperties() |
Creates an new CustomDomainProperties instance. |
Properties
CustomHttpsParameter |
Certificate parameters for securing custom HTTPS |
CustomHttpsProvisioningState |
Provisioning status of the custom domain. |
CustomHttpsProvisioningSubstate |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. |
HostName |
The host name of the custom domain. Must be a domain name. |
ProvisioningState |
Provisioning status of Custom Https of the custom domain. |
ResourceState |
Resource status of the custom domain. |
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 CustomDomainProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomDomainProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainProperties. |
FromJsonString(String) |
Creates a new instance of CustomDomainProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomDomainProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |