Interface SqlDatabaseExportRequest.DefinitionStages.ExportTo
- All Known Subinterfaces:
SqlDatabaseExportRequest.SqlDatabaseExportRequestDefinition
- Enclosing interface:
- SqlDatabaseExportRequest.DefinitionStages
public static interface SqlDatabaseExportRequest.DefinitionStages.ExportTo
Sets the storage URI to use.
-
Method Summary
Modifier and TypeMethodDescriptionexportTo(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName) exportTo(StorageAccount storageAccount, String containerName, String fileName)
-
Method Details
-
exportTo
- Parameters:
storageUri- the storage URI to use- Returns:
- next definition stage
-
exportTo
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword exportTo(StorageAccount storageAccount, String containerName, String fileName) - Parameters:
storageAccount- an existing storage account to be usedcontainerName- the container name within the storage account to usefileName- the exported database file name- Returns:
- next definition stage
-
exportTo
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword exportTo(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName) - Parameters:
storageAccountCreatable- a storage account to be created as part of this execution flowcontainerName- the container name within the storage account to usefileName- the exported database file name- Returns:
- next definition stage
-