| Modifier and Type | Method and Description |
|---|---|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts.withDisabledAlerts(String... disabledAlerts)
Specifies an array of alerts that are disabled.
|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins.withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators.
|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses.withEmailAddresses(String... emailAddresses)
Specifies an array of e-mail addresses to which the alert is sent.
|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins.withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators.
|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDays.withRetentionDays(int days)
Specifies the number of days to keep in the Threat Detection audit logs.
|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithState.withState(SecurityAlertPolicyState state)
Specifies the state of the policy, whether it is enabled or disabled.
|
SqlServerSecurityAlertPolicy.Update |
SqlServerSecurityAlertPolicy.UpdateStages.WithStorageAccount.withStorageEndpoint(String storageEndpointUri,
String storageAccessKey)
Specifies the storage account blob endpoint and access key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/