Share via


ConversationAuthoringAssignedProjectDeploymentMetadata Class

Definition

Represents the metadata for an assigned deployment.

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

Properties

Name Description
DeploymentExpiresOn

Represents deployment expiration date in the runtime.

DeploymentName

Represents the deployment name.

LastDeployedOn

Represents deployment last deployed time.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConversationAuthoringAssignedProjectDeploymentMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringAssignedProjectDeploymentMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringAssignedProjectDeploymentMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringAssignedProjectDeploymentMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringAssignedProjectDeploymentMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to