SqlDatabaseExportRequest.SqlDatabaseExportRequestDefinition Interface
public interface SqlDatabaseExportRequestDefinition extends SqlDatabaseExportRequest.DefinitionStages.ExportTo,SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey,SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword,SqlDatabaseExportRequest.DefinitionStages.WithExecute
The entirety of database export operation definition.
Inherited Members
Executable<T>.execute()
Executable<T>.executeAsync()
Executable<T>.executeAsync(final ServiceCallback<T> callback)
SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo(String storageUri)
SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo(StorageAccount storageAccount, String containerName, String fileName)
SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName)
Indexable.key()
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword.withActiveDirectoryLoginAndPassword(String administratorLogin, String administratorPassword)
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String sharedAccessKey)
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword.withSqlAdministratorLoginAndPassword(String administratorLogin, String administratorPassword)
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withStorageAccessKey(String storageAccessKey)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java