次の方法で共有


DeviceRegistrySchemaRegistryProperties Class

Definition

Defines the schema registry properties.

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

Constructors

DeviceRegistrySchemaRegistryProperties(String, Uri)

Initializes a new instance of DeviceRegistrySchemaRegistryProperties.

Properties

Description

Human-readable description of the schema registry.

DisplayName

Human-readable display name.

Namespace

Schema registry namespace. Uniquely identifies a schema registry within a tenant.

ProvisioningState

Provisioning state of the resource.

StorageAccountContainerUri

The Storage Account's Container URL where schemas will be stored.

Uuid

Globally unique, immutable, non-reusable id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceRegistrySchemaRegistryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistrySchemaRegistryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistrySchemaRegistryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistrySchemaRegistryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistrySchemaRegistryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to