DeviceUpdate Class

Definition

The type used for update operations of the Device.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceUpdateTypeConverter))]
public class DeviceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceUpdateTypeConverter))>]
type DeviceUpdate = class
    interface IDeviceUpdate
    interface IJsonSerializable
Public Class DeviceUpdate
Implements IDeviceUpdate
Inheritance
DeviceUpdate
Attributes
Implements

Constructors

Name Description
DeviceUpdate()

Creates an new DeviceUpdate instance.

Properties

Name Description
DeviceGroupId

Device group id

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceUpdate.

FromJsonString(String)

Creates a new instance of DeviceUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to