@Beta(value=V1_15_0) public interface SqlServerSecurityAlertPolicy extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasId, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPolicyInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlServerSecurityAlertPolicy>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<SqlServerSecurityAlertPolicy.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServerSecurityAlertPolicy.Update
The template for a SQL Server Security Alert Policy update operation, containing all the settings that can be modified.
|
static interface |
SqlServerSecurityAlertPolicy.UpdateStages
Grouping of all the SQL Server Security Alert Policy update stages.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
disabledAlerts() |
boolean |
emailAccountAdmins() |
List<String> |
emailAddresses() |
String |
parentId() |
int |
retentionDays() |
String |
sqlServerName() |
SecurityAlertPolicyState |
state() |
String |
storageAccountAccessKey() |
String |
storageEndpoint() |
idinnernameresourceGroupNamekeyString sqlServerName()
String parentId()
SecurityAlertPolicyState state()
List<String> emailAddresses()
boolean emailAccountAdmins()
String storageEndpoint()
String storageAccountAccessKey()
int retentionDays()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/