Share via


EdgeSchemaVersionProperties Class

Definition

Schema Version Properties.

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

Constructors

EdgeSchemaVersionProperties(String)

Initializes a new instance of EdgeSchemaVersionProperties.

Properties

ProvisioningState

Provisioning state of resource.

Value

Value of schema version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSchemaVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSchemaVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSchemaVersionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSchemaVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSchemaVersionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to