Interface SqlDatabaseImportRequest.DefinitionStages.ImportFrom
- All Known Subinterfaces:
SqlDatabaseImportRequest.SqlDatabaseImportRequestDefinition
- Enclosing interface:
SqlDatabaseImportRequest.DefinitionStages
public static interface SqlDatabaseImportRequest.DefinitionStages.ImportFrom
Sets the storage URI to use.
-
Method Summary
Modifier and TypeMethodDescriptionimportFrom(StorageAccount storageAccount, String containerName, String fileName) importFrom(String storageUri)
-
Method Details
-
importFrom
- Parameters:
storageUri- the storage URI to use- Returns:
- next definition stage
-
importFrom
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword importFrom(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
-