Uses of Interface
com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlDatabaseThreatDetectionPolicy.Update in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter.withAlertsFilter
(String alertsFilter) Updates the security alert policy alerts to be disabled.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withDefaultSecurityAlertPolicy()
Updates the security alert policy state to "New".SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses.withEmailAddresses
(String addresses) Updates the security alert policy email addresses.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins.withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins.withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withPolicyDisabled()
Update the security alert policy state to "Disabled".SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withPolicyEnabled()
Updates the security alert policy state to "Enabled".SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState.withPolicyNew()
Updates the security alert policy state to "New".SqlDatabaseThreatDetectionPolicy.UpdateStages.WithRetentionDays.withRetentionDays
(int retentionDays) Updates the security alert policy email addresses.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey.withStorageAccountAccessKey
(String storageAccountAccessKey) Updates the security alert policy storage access key.SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageEndpoint.withStorageEndpoint
(String storageEndpoint) Updates the security alert policy storage endpoint.