@Beta(value=V1_15_0) public interface SqlServerSecurityAlertPolicy extends HasId, HasInner<com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPolicyInner>, HasName, HasResourceGroup, Indexable, Refreshable<SqlServerSecurityAlertPolicy>, 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() |
id
inner
name
resourceGroupName
key
refresh, refreshAsync
String sqlServerName()
String parentId()
SecurityAlertPolicyState state()
List<String> emailAddresses()
boolean emailAccountAdmins()
String storageEndpoint()
String storageAccountAccessKey()
int retentionDays()
Copyright © 2019. All rights reserved.