Share via


CustomDomainParameters Class

Definition

The customDomain JSON object required for custom ___domain creation or update.

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

Constructors

CustomDomainParameters()

Creates an new CustomDomainParameters 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 CustomDomainParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDomainParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDomainParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to