SphereDeviceGroupPatch Class

Definition

The type used for update operations of the DeviceGroup.

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

Constructors

SphereDeviceGroupPatch()

Initializes a new instance of SphereDeviceGroupPatch.

Properties

AllowCrashDumpsCollection

Flag to define if the user allows for crash dump collection.

Description

Description of the device group.

OSFeedType

Operating system feed type of the device group.

RegionalDataBoundary

Regional data boundary for the device group.

UpdatePolicy

Update policy of the device group.

Explicit Interface Implementations

IJsonModel<SphereDeviceGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SphereDeviceGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SphereDeviceGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SphereDeviceGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SphereDeviceGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to