SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey Interface

public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey

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

Method Summary

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

Updates the security alert policy storage access key.

Method Details

withStorageAccountAccessKey

public abstract SqlDatabaseThreatDetectionPolicy.Update withStorageAccountAccessKey(String storageAccountAccessKey)

Updates the security alert policy storage access key.

Parameters:

storageAccountAccessKey - the storage access key

Returns:

the next stage of the definition

Applies to