Uses of Interface
com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlServerSecurityAlertPolicy.Update in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts.withDisabledAlerts
(String... disabledAlerts) Specifies an array of alerts that are disabled.SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins.withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators.SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses.withEmailAddresses
(String... emailAddresses) Specifies an array of e-mail addresses to which the alert is sent.SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins.withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators.SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDays.withRetentionDays
(int days) Specifies the number of days to keep in the Threat Detection audit logs.SqlServerSecurityAlertPolicy.UpdateStages.WithState.withState
(SecurityAlertPolicyState state) Specifies the state of the policy, whether it is enabled or disabled.SqlServerSecurityAlertPolicy.UpdateStages.WithStorageAccount.withStorageEndpoint
(String storageEndpointUri, String storageAccessKey) Specifies the storage account blob endpoint and access key.