次の方法で共有


DeviceRegistrySchemaRegistryPatch Class

Definition

The type used for update operations of the SchemaRegistry.

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

Constructors

DeviceRegistrySchemaRegistryPatch()

Initializes a new instance of DeviceRegistrySchemaRegistryPatch.

Properties

Identity

The managed service identities assigned to this resource. Current supported identity types: None, SystemAssigned.

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceRegistrySchemaRegistryPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistrySchemaRegistryPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistrySchemaRegistryPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistrySchemaRegistryPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistrySchemaRegistryPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to