| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithDisabledAlerts.withDisabledAlerts(String... disabledAlerts)
Specifies an array of alerts that are disabled.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAddresses.withEmailAddresses(String... emailAddresses)
Specifies an array of e-mail addresses to which the alert is sent.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithRetentionDays.withRetentionDays(int days)
Specifies the number of days to keep in the Threat Detection audit logs.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.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.
*/