SqlDatabase.DefinitionStages.WithStorageKey<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface SqlDatabase.DefinitionStages.WithStorageKey

Sets the storage key type and value to use.

Method Summary

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

Method Details

withSharedAccessKey

public abstract SqlDatabase.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 SqlDatabase.DefinitionStages.WithAuthentication withStorageAccessKey(String storageAccessKey)

Parameters:

storageAccessKey - the storage access key to use

Returns:

next definition stage

Applies to