Share via


MetadataSchemaExportContent Class

Definition

The metadata schema export request.

public class MetadataSchemaExportContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiCenter.Models.MetadataSchemaExportContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiCenter.Models.MetadataSchemaExportContent>
type MetadataSchemaExportContent = class
    interface IJsonModel<MetadataSchemaExportContent>
    interface IPersistableModel<MetadataSchemaExportContent>
Public Class MetadataSchemaExportContent
Implements IJsonModel(Of MetadataSchemaExportContent), IPersistableModel(Of MetadataSchemaExportContent)
Inheritance
MetadataSchemaExportContent
Implements

Constructors

MetadataSchemaExportContent()

Initializes a new instance of MetadataSchemaExportContent.

Properties

AssignedTo

An entity the metadata schema is requested for.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MetadataSchemaExportContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MetadataSchemaExportContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MetadataSchemaExportContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MetadataSchemaExportContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MetadataSchemaExportContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to