Share via


AppPlatformCustomDomainValidateResult Class

Definition

Validation result for custom domain.

public class AppPlatformCustomDomainValidateResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainValidateResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainValidateResult>
public class AppPlatformCustomDomainValidateResult
type AppPlatformCustomDomainValidateResult = class
    interface IJsonModel<AppPlatformCustomDomainValidateResult>
    interface IPersistableModel<AppPlatformCustomDomainValidateResult>
type AppPlatformCustomDomainValidateResult = class
Public Class AppPlatformCustomDomainValidateResult
Implements IJsonModel(Of AppPlatformCustomDomainValidateResult), IPersistableModel(Of AppPlatformCustomDomainValidateResult)
Public Class AppPlatformCustomDomainValidateResult
Inheritance
AppPlatformCustomDomainValidateResult
Implements

Properties

IsValid

Indicates if domain name is valid.

Message

Message of why domain name is invalid.

Explicit Interface Implementations

IJsonModel<AppPlatformCustomDomainValidateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformCustomDomainValidateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformCustomDomainValidateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformCustomDomainValidateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformCustomDomainValidateResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to