| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service |
| Modifier and Type | Method and Description |
|---|---|
JobProperties |
RegistryManager.exportDevices(String exportBlobContainerUri,
Boolean excludeKeys)
Create a bulk export job.
|
JobProperties |
RegistryManager.getJob(String jobId)
Get the properties of an existing job.
|
JobProperties |
RegistryManager.importDevices(String importBlobContainerUri,
String outputBlobContainerUri)
Create a bulk import job.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<JobProperties> |
RegistryManager.exportDevicesAsync(String exportBlobContainerUri,
Boolean excludeKeys)
Async wrapper for exportDevices() operation
|
CompletableFuture<JobProperties> |
RegistryManager.getJobAsync(String jobId)
Async wrapper for getJob() operation
|
CompletableFuture<JobProperties> |
RegistryManager.importDevicesAsync(String importBlobContainerUri,
String outputBlobContainerUri)
Async wrapper for importDevices() operation
|
Copyright © 2017. All rights reserved.