Interface SqlDatabaseImportRequest.DefinitionStages.ImportFrom
-
- All Known Subinterfaces:
SqlDatabaseImportRequest.SqlDatabaseImportRequestDefinition
- Enclosing interface:
- SqlDatabaseImportRequest.DefinitionStages
public static interface SqlDatabaseImportRequest.DefinitionStages.ImportFromSets the storage URI to use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordimportFrom(StorageAccount storageAccount, String containerName, String fileName)SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKeyimportFrom(String storageUri)
-
-
-
Method Detail
-
importFrom
SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey importFrom(String storageUri)
- 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
-
-