你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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