Share via


ApiCenterMetadataSchemaProperties Class

Definition

Metadata schema properties.

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

Constructors

ApiCenterMetadataSchemaProperties(String)

Initializes a new instance of ApiCenterMetadataSchemaProperties.

Properties

AssignedTo

The assignees.

Schema

The schema defining the type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApiCenterMetadataSchemaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiCenterMetadataSchemaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiCenterMetadataSchemaProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiCenterMetadataSchemaProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiCenterMetadataSchemaProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to