Share via


ConversationAuthoringProjectResourceIds Class

Definition

Represents the payload for deleting a project deployment.

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

Constructors

Name Description
ConversationAuthoringProjectResourceIds()

Initializes a new instance of ConversationAuthoringProjectResourceIds.

Properties

Name Description
AzureResourceIds

Represents the Language or AIService resource IDs to unassign from the project or delete the deployment from.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ConversationAuthoringProjectResourceIds>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringProjectResourceIds>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringProjectResourceIds>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringProjectResourceIds>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to