Interface SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyOperations
-
- All Superinterfaces:
SupportsCreating<SqlDatabaseThreatDetectionPolicy.DefinitionStages.Blank>
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy
public static interface SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyOperations extends SupportsCreating<SqlDatabaseThreatDetectionPolicy.DefinitionStages.Blank>
Container interface for SQL database threat detection policy operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.DefinitionStages.BlankdefineThreatDetectionPolicy(String policyName)Begins a definition for a security alert policy.SqlDatabaseThreatDetectionPolicygetThreatDetectionPolicy()Gets a SQL database threat detection policy.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
-
-
-
Method Detail
-
defineThreatDetectionPolicy
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
SqlDatabaseThreatDetectionPolicy getThreatDetectionPolicy()
Gets a SQL database threat detection policy.- Returns:
- the SQL database threat detection policy for the current database
-
-