Condividi tramite


ICustomDomainValidateResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.CustomDomainValidateResultTypeConverter))]
public interface ICustomDomainValidateResult : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.CustomDomainValidateResultTypeConverter))>]
type ICustomDomainValidateResult = interface
    interface IJsonSerializable
Public Interface ICustomDomainValidateResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
IsValid

Indicates if domain name is valid.

Message

Message of why domain name is invalid.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to