Interface SqlDatabaseExportRequest.DefinitionStages.ExportTo
-
- All Known Subinterfaces:
SqlDatabaseExportRequest.SqlDatabaseExportRequestDefinition
- Enclosing interface:
- SqlDatabaseExportRequest.DefinitionStages
public static interface SqlDatabaseExportRequest.DefinitionStages.ExportToSets the storage URI to use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordexportTo(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName)SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordexportTo(StorageAccount storageAccount, String containerName, String fileName)SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKeyexportTo(String storageUri)
-
-
-
Method Detail
-
exportTo
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey exportTo(String storageUri)
- 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
-
-