SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyOperations Interface

public interface SqlDatabaseThreatDetectionPolicyOperations extends SupportsCreating<SqlDatabaseThreatDetectionPolicy.DefinitionStages.Blank>

Container interface for SQL database threat detection policy operations.

Method Summary

Modifier and Type Method and Description
SqlDatabaseThreatDetectionPolicy.DefinitionStages.Blank defineThreatDetectionPolicy(String policyName)

Begins a definition for a security alert policy.

SqlDatabaseThreatDetectionPolicy getThreatDetectionPolicy()

Gets a SQL database threat detection policy.

Inherited Members

Method Details

defineThreatDetectionPolicy

public SqlDatabaseThreatDetectionPolicy.DefinitionStages.Blank defineThreatDetectionPolicy(String policyName)

Begins a definition for a security alert policy.

Parameters:

policyName - the name of the security alert policy

Returns:

the first stage of the SqlDatabaseThreatDetectionPolicy definition

getThreatDetectionPolicy

public SqlDatabaseThreatDetectionPolicy getThreatDetectionPolicy()

Gets a SQL database threat detection policy.

Returns:

the SQL database threat detection policy for the current database

Applies to