| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service |
| Modifier and Type | Method and Description |
|---|---|
static RegistryManager |
RegistryManager.createFromConnectionString(String connectionString,
RegistryManagerOptions options)
Deprecated.
because this method declares a thrown IOException even though it never throws an IOException. Users
are recommended to use
RegistryManager(String, RegistryManagerOptions) instead since it does not declare this exception even
though it constructs the same RegistryManager. |
| Constructor and Description |
|---|
RegistryManager(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
RegistryManagerOptions options)
Create a new RegistryManager instance.
|
RegistryManager(String connectionString,
RegistryManagerOptions options)
Constructor to create instance from connection string
|
RegistryManager(String hostName,
com.azure.core.credential.TokenCredential credential,
RegistryManagerOptions options)
Create a new RegistryManager instance.
|
Copyright © 2022. All rights reserved.