DeviceRegistrySchemaProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the schema properties.
public class DeviceRegistrySchemaProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaProperties>
type DeviceRegistrySchemaProperties = class
interface IJsonModel<DeviceRegistrySchemaProperties>
interface IPersistableModel<DeviceRegistrySchemaProperties>
Public Class DeviceRegistrySchemaProperties
Implements IJsonModel(Of DeviceRegistrySchemaProperties), IPersistableModel(Of DeviceRegistrySchemaProperties)
- Inheritance
-
DeviceRegistrySchemaProperties
- Implements
Constructors
DeviceRegistrySchemaProperties(DeviceRegistrySchemaFormat, DeviceRegistrySchemaType) |
Initializes a new instance of DeviceRegistrySchemaProperties. |
Properties
Description |
Human-readable description of the schema. |
DisplayName |
Human-readable display name. |
Format |
Format of the schema. |
ProvisioningState |
Provisioning state of the resource. |
SchemaType |
Type of the schema. |
Tags |
Schema tags. |
Uuid |
Globally unique, immutable, non-reusable id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DeviceRegistrySchemaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DeviceRegistrySchemaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DeviceRegistrySchemaProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DeviceRegistrySchemaProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DeviceRegistrySchemaProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET