SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey Interface

public static interface SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey

Sets the storage key type and value to use.

Method Summary

Modifier and Type Method and Description
abstract WithAuthenticationTypeAndLoginPassword withSharedAccessKey(String sharedAccessKey)
abstract WithAuthenticationTypeAndLoginPassword withStorageAccessKey(String storageAccessKey)

Method Details

withSharedAccessKey

public abstract SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withSharedAccessKey(String sharedAccessKey)

Parameters:

sharedAccessKey - the shared access key to use; it must be preceded with a "?."

Returns:

next definition stage

withStorageAccessKey

public abstract SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withStorageAccessKey(String storageAccessKey)

Parameters:

storageAccessKey - the storage access key to use

Returns:

next definition stage

Applies to