Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate
Packages that use SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter.withAlertsFilter(String alertsFilter) Deprecated.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter.withAlertsFilter(List<String> alertsFilter) Sets the security alert policy alerts to be disabled.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithSecurityAlertPolicyState.withDefaultSecurityAlertPolicy()Sets the security alert policy state to "New".SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddresses.withEmailAddresses(String addresses) SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddresses.withEmailAddresses(List<String> addresses) Sets the security alert policy email addresses.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins.withEmailToAccountAdmins()Enables the alert to be sent to the account administrators.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins.withoutEmailToAccountAdmins()Disables the alert will be sent to the account administrators.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithSecurityAlertPolicyState.withPolicyDisabled()Sets the security alert policy state to "Disabled".SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithRetentionDays.withRetentionDays(int retentionDays) Sets the security alert policy email addresses.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey.withStorageAccountAccessKey(String storageAccountAccessKey) Sets the security alert policy storage access key.
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter.withAlertsFilter(List)