Share via


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.CustomDomainPropertiesParametersTypeConverter))]
public class CustomDomainPropertiesParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICustomDomainPropertiesParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.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.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