SphereDevicePatch Class

Definition

The type used for update operations of the Device.

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

Constructors

SphereDevicePatch()

Initializes a new instance of SphereDevicePatch.

Properties

DeviceGroupId

Device group id.

Explicit Interface Implementations

IJsonModel<SphereDevicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SphereDevicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SphereDevicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SphereDevicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SphereDevicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to