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


TextAuthoringResourceMetadata Class

Definition

Represents metadata for the Azure resource..

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

Constructors

TextAuthoringResourceMetadata(String, String, String)

Initializes a new instance of TextAuthoringResourceMetadata.

Properties

AzureResourceId

Represents the Azure resource ID.

CustomDomain

Represents the Azure resource custom domain.

Region

Represents the Azure resource region.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringResourceMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringResourceMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringResourceMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringResourceMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringResourceMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to