Interface SqlDatabaseExportRequest.DefinitionStages
-
- Enclosing interface:
- SqlDatabaseExportRequest
public static interface SqlDatabaseExportRequest.DefinitionStagesGrouping of database export definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlDatabaseExportRequest.DefinitionStages.ExportToSets the storage URI to use.static interfaceSqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordSets the authentication type and SQL or Active Directory administrator login and password.static interfaceSqlDatabaseExportRequest.DefinitionStages.WithExecuteThe stage of the definition which contains all the minimum required inputs for execution, but also allows for any other optional settings to be specified.static interfaceSqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKeySets the storage key type and value to use.
-