Language

DeviceDetails Class

Definition

Device details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.DeviceDetailsTypeConverter))]
public class DeviceDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IDeviceDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.DeviceDetailsTypeConverter))>]
type DeviceDetails = class
    interface IDeviceDetails
    interface IJsonSerializable
Public Class DeviceDetails
Implements IDeviceDetails
Inheritance
DeviceDetails
Attributes
Implements

Constructors

Name Description
DeviceDetails()

Creates an new DeviceDetails instance.

Properties

Name Description
ManagementResourceId

Management Resource Id

ManagementResourceTenantId

Management Resource Tenant ID

SerialNumber

device serial number

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IDeviceDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to