Share via


ValidateCustomDomainInput Class

Definition

Input of the custom ___domain to be validated for DNS mapping.

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

Constructors

ValidateCustomDomainInput()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ValidateCustomDomainInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ValidateCustomDomainInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to