Поделиться через


ConversationAuthoringAssignedProjectDeploymentsMetadata Class

Definition

Represents the metadata for assigned deployments for a project.

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

Properties

DeploymentsMetadata

Represents the resource region.

ProjectName

Represents the project name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringAssignedProjectDeploymentsMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringAssignedProjectDeploymentsMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringAssignedProjectDeploymentsMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringAssignedProjectDeploymentsMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringAssignedProjectDeploymentsMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to