Share via


AppPlatformCustomDomainValidateContent Class

Definition

Custom domain validate payload.

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

Constructors

AppPlatformCustomDomainValidateContent(String)

Initializes a new instance of AppPlatformCustomDomainValidateContent.

Properties

Name

Name to be validated.

Explicit Interface Implementations

IJsonModel<AppPlatformCustomDomainValidateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformCustomDomainValidateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformCustomDomainValidateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformCustomDomainValidateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformCustomDomainValidateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to