SqlDatabaseOperations.DefinitionStages.WithStorageKey Interface

public static interface SqlDatabaseOperations.DefinitionStages.WithStorageKey

Sets the storage key type and value to use.

Method Summary

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

Method Details

withSharedAccessKey

public abstract SqlDatabaseOperations.DefinitionStages.WithAuthentication withSharedAccessKey(String sharedAccessKey)

Parameters:

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

Returns:

next definition stage

withStorageAccessKey

public abstract SqlDatabaseOperations.DefinitionStages.WithAuthentication withStorageAccessKey(String storageAccessKey)

Parameters:

storageAccessKey - the storage access key to use

Returns:

next definition stage

Applies to