SqlDatabaseExportRequest.DefinitionStages.ExportTo Interface

public static interface SqlDatabaseExportRequest.DefinitionStages.ExportTo

Sets the storage URI to use.

Method Summary

Modifier and Type Method and Description
abstract WithAuthenticationTypeAndLoginPassword exportTo(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName)
abstract WithAuthenticationTypeAndLoginPassword exportTo(StorageAccount storageAccount, String containerName, String fileName)
abstract WithStorageTypeAndKey exportTo(String storageUri)

Method Details

exportTo

public abstract SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword exportTo(Creatable storageAccountCreatable, String containerName, String fileName)

Parameters:

storageAccountCreatable - a storage account to be created as part of this execution flow
containerName - the container name within the storage account to use
fileName - the exported database file name

Returns:

next definition stage

exportTo

public abstract SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword exportTo(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

exportTo

public abstract SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey exportTo(String storageUri)

Parameters:

storageUri - the storage URI to use

Returns:

next definition stage

Applies to