DeviceUpdateProperties Class

Definition

The updatable properties of the Device.

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

Constructors

Name Description
DeviceUpdateProperties()

Creates an new DeviceUpdateProperties instance.

Properties

Name Description
DeviceGroupId

Device group id

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to