| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.registry |
| Modifier and Type | Method and Description |
|---|---|
static RegistryJob |
RegistryJob.createForExportJob(String outputBlobContainerUri,
Boolean excludeKeysInExport)
Creates an instance of RegistryJob with parameters ready to start an Export job
|
static RegistryJob |
RegistryJob.createForExportJob(String outputBlobContainerUri,
Boolean excludeKeysInExport,
StorageAuthenticationType storageAuthenticationType)
Creates an instance of RegistryJob with parameters ready to start an Export job
|
static RegistryJob |
RegistryJob.createForExportJob(String outputBlobContainerUri,
Boolean excludeKeysInExport,
StorageAuthenticationType storageAuthenticationType,
ManagedIdentity identity)
Creates an instance of RegistryJob with parameters ready to start an Export job
|
static RegistryJob |
RegistryJob.createForImportJob(String inputBlobContainerUri,
String outputBlobContainerUri)
Creates an instance of RegistryJob with parameters ready to start an Import job
|
static RegistryJob |
RegistryJob.createForImportJob(String inputBlobContainerUri,
String outputBlobContainerUri,
StorageAuthenticationType storageAuthenticationType)
Creates an instance of RegistryJob with parameters ready to start an Import job
|
static RegistryJob |
RegistryJob.createForImportJob(String inputBlobContainerUri,
String outputBlobContainerUri,
StorageAuthenticationType storageAuthenticationType,
ManagedIdentity identity)
Creates an instance of RegistryJob with parameters ready to start an Import job
|
RegistryJob |
RegistryClient.exportDevices(RegistryJob exportDevicesParameters)
Create a bulk export job.
|
RegistryJob |
RegistryClient.exportDevices(String exportBlobContainerUri,
boolean excludeKeys)
Create a bulk export job.
|
RegistryJob |
RegistryClient.getJob(String jobId)
Get the properties of an existing job.
|
RegistryJob |
RegistryClient.importDevices(RegistryJob importDevicesParameters)
Create a bulk import job.
|
RegistryJob |
RegistryClient.importDevices(String importBlobContainerUri,
String outputBlobContainerUri)
Create a bulk import job.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryJob |
RegistryClient.exportDevices(RegistryJob exportDevicesParameters)
Create a bulk export job.
|
RegistryJob |
RegistryClient.importDevices(RegistryJob importDevicesParameters)
Create a bulk import job.
|
Copyright © 2024. All rights reserved.