Share via


ConversationAuthoringDeleteDeploymentDetails Class

Definition

Represents the options for deleting a project deployment.

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

Constructors

Name Description
ConversationAuthoringDeleteDeploymentDetails()

Initializes a new instance of ConversationAuthoringDeleteDeploymentDetails.

Properties

Name Description
AssignedResourceIds

Represents the resource IDs to delete the deployment from. If not provided, the deployment will be rolled out from all the resources it is deployed to. If provided, it will delete the deployment only from the specified assigned resources, and leave it for the rest.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ConversationAuthoringDeleteDeploymentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringDeleteDeploymentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringDeleteDeploymentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringDeleteDeploymentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to