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
Modifier and TypeMethodDescriptiondefineThreatDetectionPolicy
(String policyName) Begins a definition for a security alert policy.Gets a SQL database threat detection policy.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
-
Method Details
-
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
-