Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithSecurityAlertPolicyState
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.Blank,SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.DefinitionStages
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithSecurityAlertPolicyStateThe SQL database threat detection policy definition to set the state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreatewithDefaultSecurityAlertPolicy()Sets the security alert policy state to "New".SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreatewithPolicyDisabled()Sets the security alert policy state to "Disabled".SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpointwithPolicyEnabled()Sets the security alert policy state to "Enabled".SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpointwithPolicyNew()Sets the security alert policy state to "New".
-
-
-
Method Detail
-
withPolicyEnabled
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint withPolicyEnabled()
Sets the security alert policy state to "Enabled".- Returns:
- the next stage of the definition
-
withPolicyDisabled
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withPolicyDisabled()
Sets the security alert policy state to "Disabled".- Returns:
- the next stage of the definition
-
withPolicyNew
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint withPolicyNew()
Sets the security alert policy state to "New".- Returns:
- the next stage of the definition.
-
withDefaultSecurityAlertPolicy
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withDefaultSecurityAlertPolicy()
Sets the security alert policy state to "New".- Returns:
- the next stage of the definition
-
-