Share via


ConversationAuthoringResourceMetadata Class

Definition

Represents metadata for the Azure resource..

public class ConversationAuthoringResourceMetadata : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringResourceMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringResourceMetadata>
type ConversationAuthoringResourceMetadata = class
    interface IJsonModel<ConversationAuthoringResourceMetadata>
    interface IPersistableModel<ConversationAuthoringResourceMetadata>
Public Class ConversationAuthoringResourceMetadata
Implements IJsonModel(Of ConversationAuthoringResourceMetadata), IPersistableModel(Of ConversationAuthoringResourceMetadata)
Inheritance
ConversationAuthoringResourceMetadata
Implements

Constructors

ConversationAuthoringResourceMetadata(String, String, String)

Initializes a new instance of ConversationAuthoringResourceMetadata.

Properties

AzureResourceId

Represents the Azure resource ID.

CustomDomain

Represents the Azure resource custom ___domain.

Region

Represents the Azure resource region.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringResourceMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringResourceMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringResourceMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringResourceMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringResourceMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to