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


ConversationAuthoringAssignedDeploymentResource Class

Definition

Represents the assigned deployment resource.

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

Properties

Region

The resource region.

ResourceId

The resource ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringAssignedDeploymentResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringAssignedDeploymentResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringAssignedDeploymentResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringAssignedDeploymentResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringAssignedDeploymentResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to