SqlDatabaseImportRequest.DefinitionStages.ImportFrom Interface

public static interface SqlDatabaseImportRequest.DefinitionStages.ImportFrom

Sets the storage URI to use.

Method Summary

Modifier and Type Method and Description
abstract WithAuthenticationTypeAndLoginPassword importFrom(StorageAccount storageAccount, String containerName, String fileName)
abstract WithStorageTypeAndKey importFrom(String storageUri)

Method Details

importFrom

public abstract SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword importFrom(StorageAccount storageAccount, String containerName, String fileName)

Parameters:

storageAccount - an existing storage account to be used
containerName - the container name within the storage account to use
fileName - the exported database file name

Returns:

next definition stage

importFrom

public abstract SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey importFrom(String storageUri)

Parameters:

storageUri - the storage URI to use

Returns:

next definition stage

Applies to