CustomDomainPropertiesParameters Class

Definition

The JSON object that contains the properties of the custom domain to create.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainPropertiesParametersTypeConverter))]
public class CustomDomainPropertiesParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainPropertiesParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainPropertiesParametersTypeConverter))>]
type CustomDomainPropertiesParameters = class
    interface ICustomDomainPropertiesParameters
    interface IJsonSerializable
Public Class CustomDomainPropertiesParameters
Implements ICustomDomainPropertiesParameters
Inheritance
CustomDomainPropertiesParameters
Attributes
Implements

Constructors

CustomDomainPropertiesParameters()

Creates an new CustomDomainPropertiesParameters instance.

Properties

HostName

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomDomainPropertiesParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDomainPropertiesParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainPropertiesParameters.

FromJsonString(String)

Creates a new instance of CustomDomainPropertiesParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDomainPropertiesParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to