Partager via


DeviceRegistrySchemaVersionProperties Class

Definition

Defines the schema version properties.

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

Constructors

DeviceRegistrySchemaVersionProperties(String)

Initializes a new instance of DeviceRegistrySchemaVersionProperties.

Properties

Description

Human-readable description of the schema.

Hash

Hash of the schema content.

ProvisioningState

Provisioning state of the resource.

SchemaContent

Schema content.

Uuid

Globally unique, immutable, non-reusable id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceRegistrySchemaVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistrySchemaVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistrySchemaVersionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistrySchemaVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistrySchemaVersionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to