DevicePatchProperties Class

Definition

The properties of device patch

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

Constructors

Name Description
DevicePatchProperties()

Creates an new DevicePatchProperties instance.

Properties

Name Description
DeviceGroupId

Device group id

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DevicePatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DevicePatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DevicePatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to