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


TextAuthoringAssignedDeploymentResource Class

Definition

Represents the assigned deployment resource.

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

Properties

AzureResourceId

The resource ID.

Region

The resource region.

ResourceId

The resource ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringAssignedDeploymentResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringAssignedDeploymentResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringAssignedDeploymentResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringAssignedDeploymentResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringAssignedDeploymentResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to