Uses of Class
com.azure.resourcemanager.sql.fluent.models.SecurityAlertsPolicyProperties
Packages that use SecurityAlertsPolicyProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of SecurityAlertsPolicyProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type SecurityAlertsPolicyPropertiesModifier and TypeClassDescriptionfinal classProperties of a security alert policy.Methods in com.azure.resourcemanager.sql.fluent.models that return SecurityAlertsPolicyPropertiesModifier and TypeMethodDescriptionSecurityAlertsPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityAlertsPolicyProperties from the JsonReader.SecurityAlertsPolicyProperties.withDisabledAlerts(List<String> disabledAlerts) Set the disabledAlerts property: Specifies an array of alerts that are disabled.SecurityAlertsPolicyProperties.withEmailAccountAdmins(Boolean emailAccountAdmins) Set the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.SecurityAlertsPolicyProperties.withEmailAddresses(List<String> emailAddresses) Set the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.SecurityAlertsPolicyProperties.withRetentionDays(Integer retentionDays) Set the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.SecurityAlertsPolicyProperties.withState(SecurityAlertPolicyState state) Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.SecurityAlertsPolicyProperties.withStorageAccountAccessKey(String storageAccountAccessKey) Set the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.SecurityAlertsPolicyProperties.withStorageEndpoint(String storageEndpoint) Set the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).