Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.Update
Packages that use SqlDatabaseThreatDetectionPolicy.Update
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabaseThreatDetectionPolicy.Update in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SqlDatabaseThreatDetectionPolicy.Update in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceA representation of the Azure SQL Database threat detection policy.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseThreatDetectionPolicy.UpdateModifier 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.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.