Uses of Class
com.azure.resourcemanager.sql.fluent.models.SecurityAlertPolicyProperties
Packages that use SecurityAlertPolicyProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of SecurityAlertPolicyProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type SecurityAlertPolicyPropertiesModifier and TypeClassDescriptionfinal classProperties of a security alert policy.Methods in com.azure.resourcemanager.sql.fluent.models that return SecurityAlertPolicyPropertiesModifier and TypeMethodDescriptionSecurityAlertPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityAlertPolicyProperties from the JsonReader.SecurityAlertPolicyProperties.withDisabledAlerts(List<String> disabledAlerts) Set the disabledAlerts property: Specifies an array of alerts that are disabled.SecurityAlertPolicyProperties.withEmailAccountAdmins(Boolean emailAccountAdmins) Set the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.SecurityAlertPolicyProperties.withEmailAddresses(List<String> emailAddresses) Set the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.SecurityAlertPolicyProperties.withRetentionDays(Integer retentionDays) Set the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.SecurityAlertPolicyProperties.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.SecurityAlertPolicyProperties.withStorageAccountAccessKey(String storageAccountAccessKey) Set the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.SecurityAlertPolicyProperties.withStorageEndpoint(String storageEndpoint) Set the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).