Module 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.
Contains IoTHub Module properties and their accessors.
public class Module : Microsoft.Azure.Devices.Shared.IETagHolder
public class Module
type Module = class
interface IETagHolder
type Module = class
Public Class Module
Implements IETagHolder
Public Class Module
- Inheritance
-
Module
- Implements
Constructors
Module() |
Creates a new instance of Module |
Module(String, String) |
Creates an instance of this class. |
Properties
Authentication |
Device's authentication mechanism. |
CloudToDeviceMessageCount |
Number of messages sent to the module from the cloud. |
ConnectionState |
Modules's connection state. |
ConnectionStateUpdatedOnUtc |
Time when the connection state was last updated. |
ConnectionStateUpdatedTime |
Time when the connection state was last updated. |
DeviceId |
Device Id. |
ETag |
Module's ETag. |
GenerationId |
Modules's generation Id. |
Id |
Module Id. |
LastActiveOnUtc |
Time when the module was last active. |
LastActivityTime |
Time when the module was last active. |
ManagedBy |
represents the modules managed by owner. |
Applies to
Azure SDK for .NET