SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey Interface

public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey

The SQL database threat detection policy definition to set the storage access key.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withStorageAccountAccessKey(String storageAccountAccessKey)

Sets the security alert policy storage access key.

Method Details

withStorageAccountAccessKey

public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withStorageAccountAccessKey(String storageAccountAccessKey)

Sets the security alert policy storage access key.

Parameters:

storageAccountAccessKey - the storage access key

Returns:

the next stage of the definition

Applies to