| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service |
| Modifier and Type | Method and Description |
|---|---|
Module |
RegistryManager.addModule(Module module)
Add module using the given Module object
Return with the response module object from IotHub
|
static Module |
Module.createFromId(String deviceId,
String moduleId,
SymmetricKey symmetricKey)
Static create function
Creates module object using the given name.
|
static Module |
Module.createModule(String deviceId,
String moduleId,
AuthenticationType authenticationType)
Static create function
Creates device object using the given name that will use a Certificate Authority signed certificate for authentication.
|
Module |
RegistryManager.getModule(String deviceId,
String moduleId)
Get module data by device Id and module Id from IotHub
|
Module |
RegistryManager.updateModule(Module module)
Update module not forced
|
Module |
RegistryManager.updateModule(Module module,
Boolean forceUpdate)
Deprecated.
The forceUpdate argument does nothing so this method will always behave the same as @link #updateModule(Module)}
|
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
RegistryManager.getModulesOnDevice(String deviceId)
Get modules data by device Id from IotHub
|
| Modifier and Type | Method and Description |
|---|---|
Module |
RegistryManager.addModule(Module module)
Add module using the given Module object
Return with the response module object from IotHub
|
void |
RegistryManager.removeModule(Module module)
Remove module
|
Module |
RegistryManager.updateModule(Module module)
Update module not forced
|
Module |
RegistryManager.updateModule(Module module,
Boolean forceUpdate)
Deprecated.
The forceUpdate argument does nothing so this method will always behave the same as @link #updateModule(Module)}
|
Copyright © 2022. All rights reserved.