Interface SqlDatabaseThreatDetectionPolicy.Update
-
- All Superinterfaces:
Appliable<SqlDatabaseThreatDetectionPolicy>,Indexable,SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter,SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses,SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins,SqlDatabaseThreatDetectionPolicy.UpdateStages.WithRetentionDays,SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState,SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey,SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageEndpoint
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy
public static interface SqlDatabaseThreatDetectionPolicy.Update extends SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState, SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageEndpoint, SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey, SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter, SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses, SqlDatabaseThreatDetectionPolicy.UpdateStages.WithRetentionDays, SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins, Appliable<SqlDatabaseThreatDetectionPolicy>
The template for a SQL database threat detection policy update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter
withAlertsFilter
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses
withEmailAddresses
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins
withEmailToAccountAdmins, withoutEmailToAccountAdmins
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithRetentionDays
withRetentionDays
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState
withDefaultSecurityAlertPolicy, withPolicyDisabled, withPolicyEnabled, withPolicyNew
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey
withStorageAccountAccessKey
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageEndpoint
withStorageEndpoint
-
-