DeviceDetails 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.
Device details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.DeviceDetailsTypeConverter))]
public class DeviceDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IDeviceDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.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.Api20211201.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. |