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

PSModuleTwin Class

Definition

Device's Module Twin Representation.

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

Constructors

PSModuleTwin()

Properties

AuthenticationType

Device's authentication type.

(Inherited from PSDeviceTwin)
Capabilities

Capabilities that are enabled on the device

(Inherited from PSDeviceTwin)
CloudToDeviceMessageCount

Number of messages sent to the Device from the Cloud.

(Inherited from PSDeviceTwin)
ConnectionState

Device's ConnectionState.

(Inherited from PSDeviceTwin)
ConnectionStateUpdatedTime

Time when the ConnectionState was last updated.

(Inherited from PSDeviceTwin)
DeviceId

Device ID

(Inherited from PSDeviceTwin)
ETag

Device's Twin ETag.

(Inherited from PSDeviceTwin)
LastActivityTime

Time when the PSDevice was last active.

(Inherited from PSDeviceTwin)
ModuleId

Module ID

Properties

Device's properties.

(Inherited from PSDeviceTwin)
Status

Device's Status.

(Inherited from PSDeviceTwin)
StatusReason

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

(Inherited from PSDeviceTwin)
StatusUpdatedTime

Time when the Status was last updated.

(Inherited from PSDeviceTwin)
Tags

Device's Tags.

(Inherited from PSDeviceTwin)
Version

Device's Twin Version.

(Inherited from PSDeviceTwin)

Applies to