你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSDevices Class

Definition

public class PSDevices : Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice
type PSDevices = class
    inherit PSDevice
Public Class PSDevices
Inherits PSDevice
Inheritance
PSDevices

Constructors

PSDevices()

Properties

Authentication

Device's authentication mechanism

(Inherited from PSDevice)
Capabilities

Capabilities that are enabled on the device

(Inherited from PSDevice)
CloudToDeviceMessageCount

Number of messages sent to the Device from the Cloud

(Inherited from PSDevice)
ConnectionState

Device's ConnectionState

(Inherited from PSDevice)
ConnectionStateUpdatedTime

Time when the ConnectionState was last updated

(Inherited from PSDevice)
ETag

Device's ETag

(Inherited from PSDevice)
GenerationId

Device's Generation ID

(Inherited from PSDevice)
Id

Device ID

(Inherited from PSDevice)
LastActivityTime

Time when the PSDevice was last active

(Inherited from PSDevice)
Scope

Scope to which this device instance belongs to

(Inherited from PSDevice)
Status

Device's Status

(Inherited from PSDevice)
StatusReason

Reason, if any, for the Device to be in specified Status

(Inherited from PSDevice)
StatusUpdatedTime

Time when the Status was last updated

(Inherited from PSDevice)

Applies to