Share via


CustomDomainOwnershipValidationResult Class

Definition

Namespace custom ___domain ownership validation result.

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

Properties

CustomDomainsForTopicsConfiguration

List of custom ___domain configurations for the namespace under topics configuration.

CustomDomainsForTopicSpacesConfiguration

List of custom ___domain configurations for the namespace under topic spaces configuration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomDomainOwnershipValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomDomainOwnershipValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomDomainOwnershipValidationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomDomainOwnershipValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomDomainOwnershipValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to