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) Export database file to the container of storage.exportTo(StorageAccount storageAccount, String containerName, String fileName) Export database file to the container of storage.Sets the storage URI to use.
-
Method Details
-
exportTo
Sets the storage URI to use.- Parameters:
storageUri- the storage URI to use- Returns:
- next definition stage
-
exportTo
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword exportTo(StorageAccount storageAccount, String containerName, String fileName) Export database file to the container of storage.- 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) Export database file to the container of storage.- 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
-