| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service |
| Modifier and Type | Method and Description |
|---|---|
static JobProperties |
JobProperties.createForExportJob(String outputBlobContainerUri,
Boolean excludeKeysInExport)
Creates an instance of JobProperties with parameters ready to start an Export job
|
static JobProperties |
JobProperties.createForExportJob(String outputBlobContainerUri,
Boolean excludeKeysInExport,
com.microsoft.azure.sdk.iot.deps.serializer.StorageAuthenticationType storageAuthenticationType)
Creates an instance of JobProperties with parameters ready to start an Export job
|
static JobProperties |
JobProperties.createForExportJob(String outputBlobContainerUri,
Boolean excludeKeysInExport,
com.microsoft.azure.sdk.iot.deps.serializer.StorageAuthenticationType storageAuthenticationType,
com.microsoft.azure.sdk.iot.deps.serializer.ManagedIdentity identity)
Creates an instance of JobProperties with parameters ready to start an Export job
|
static JobProperties |
JobProperties.createForImportJob(String inputBlobContainerUri,
String outputBlobContainerUri)
Creates an instance of JobProperties with parameters ready to start an Import job
|
static JobProperties |
JobProperties.createForImportJob(String inputBlobContainerUri,
String outputBlobContainerUri,
com.microsoft.azure.sdk.iot.deps.serializer.StorageAuthenticationType storageAuthenticationType)
Creates an instance of JobProperties with parameters ready to start an Import job
|
static JobProperties |
JobProperties.createForImportJob(String inputBlobContainerUri,
String outputBlobContainerUri,
com.microsoft.azure.sdk.iot.deps.serializer.StorageAuthenticationType storageAuthenticationType,
com.microsoft.azure.sdk.iot.deps.serializer.ManagedIdentity identity)
Creates an instance of JobProperties with parameters ready to start an Import job
|
JobProperties |
RegistryManager.exportDevices(JobProperties exportDevicesParameters)
Create a bulk export job.
|
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(JobProperties importDevicesParameters)
Create a bulk import job.
|
JobProperties |
RegistryManager.importDevices(String importBlobContainerUri,
String outputBlobContainerUri)
Create a bulk import job.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<JobProperties> |
RegistryManager.exportDevicesAsync(JobProperties exportDevicesParameters)
Deprecated.
Use the synchronous version of this API
RegistryManager.exportDevices(JobProperties). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
CompletableFuture<JobProperties> |
RegistryManager.exportDevicesAsync(String exportBlobContainerUri,
Boolean excludeKeys)
Deprecated.
Use the synchronous version of this API
RegistryManager.exportDevices(String, Boolean). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
CompletableFuture<JobProperties> |
RegistryManager.getJobAsync(String jobId)
Deprecated.
Use the synchronous version of this API
RegistryManager.getJob(String). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
CompletableFuture<JobProperties> |
RegistryManager.importDevicesAsync(JobProperties importParameters)
Deprecated.
Use the synchronous version of this API
RegistryManager.importDevices(JobProperties). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
CompletableFuture<JobProperties> |
RegistryManager.importDevicesAsync(String importBlobContainerUri,
String outputBlobContainerUri)
Deprecated.
Use the synchronous version of this API
RegistryManager.importDevices(String, String). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
| Modifier and Type | Method and Description |
|---|---|
JobProperties |
RegistryManager.exportDevices(JobProperties exportDevicesParameters)
Create a bulk export job.
|
CompletableFuture<JobProperties> |
RegistryManager.exportDevicesAsync(JobProperties exportDevicesParameters)
Deprecated.
Use the synchronous version of this API
RegistryManager.exportDevices(JobProperties). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
JobProperties |
RegistryManager.importDevices(JobProperties importDevicesParameters)
Create a bulk import job.
|
CompletableFuture<JobProperties> |
RegistryManager.importDevicesAsync(JobProperties importParameters)
Deprecated.
Use the synchronous version of this API
RegistryManager.importDevices(JobProperties). This asynchronous
API only spawned a thread to run the synchronous API, so users are advised to do this themselves
in order to have control over the spawned threads. |
Copyright © 2022. All rights reserved.