Module Class
- java.
lang. Object - RegistryIdentity
- com.
microsoft. azure. sdk. iot. service. registry. Module
- com.
public class Module extends RegistryIdentity
Constructor Summary
Constructor | Description | |
---|---|---|
Module(String deviceId, String moduleId) |
Creates a device using the given id. The device will use Symmetric Key for authentication. |
|
Module(String deviceId, String moduleId, AuthenticationType authenticationType) |
Inherited Members
Constructor Details
Module
public Module(String deviceId, String moduleId)
Creates a device using the given id. The device will use Symmetric Key for authentication.
Parameters:
Module
public Module(String deviceId, String moduleId, AuthenticationType authenticationType)
Parameters: