| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.registry |
| Modifier and Type | Method and Description |
|---|---|
static StorageAuthenticationType |
StorageAuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageAuthenticationType[] |
StorageAuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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
|
Copyright © 2024. All rights reserved.