DeviceUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |