RegistryJob Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. registry. RegistryJob
- com.
public class RegistryJob
Contains properties of a ScheduledJob. See online documentation for more information.
Constructor Summary
Constructor | Description | |
---|---|---|
RegistryJob() |
Method Summary
Constructor Details
RegistryJob
public RegistryJob()
Method Details
createForExportJob
public static RegistryJob createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport)
Creates an instance of RegistryJob with parameters ready to start an Export job
Parameters:
Returns:
createForExportJob
public static RegistryJob createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport, StorageAuthenticationType storageAuthenticationType)
Creates an instance of RegistryJob with parameters ready to start an Export job
Parameters:
Returns:
createForExportJob
public static RegistryJob createForExportJob(String outputBlobContainerUri, Boolean excludeKeysInExport, StorageAuthenticationType storageAuthenticationType, ManagedIdentity identity)
Creates an instance of RegistryJob with parameters ready to start an Export job
Parameters:
Returns:
createForImportJob
public static RegistryJob createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri)
Creates an instance of RegistryJob with parameters ready to start an Import job
Parameters:
Returns:
createForImportJob
public static RegistryJob createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri, StorageAuthenticationType storageAuthenticationType)
Creates an instance of RegistryJob with parameters ready to start an Import job
Parameters:
Returns:
createForImportJob
public static RegistryJob createForImportJob(String inputBlobContainerUri, String outputBlobContainerUri, StorageAuthenticationType storageAuthenticationType, ManagedIdentity identity)
Creates an instance of RegistryJob with parameters ready to start an Import job
Parameters:
Returns:
getExcludeKeysInExport
public boolean getExcludeKeysInExport()
Returns:
setExcludeKeysInExport
public void setExcludeKeysInExport(boolean excludeKeysInExport)
Parameters:
Applies to
Azure SDK for Java