@Beta(value=V1_7_0) public interface SqlDatabaseThreatDetectionPolicy extends ExternalChildResource<SqlDatabaseThreatDetectionPolicy,SqlDatabase>, HasParent<SqlDatabase>, HasInner<com.microsoft.azure.management.sql.implementation.DatabaseSecurityAlertPolicyInner>, HasResourceGroup, Refreshable<SqlDatabaseThreatDetectionPolicy>, Updatable<SqlDatabaseThreatDetectionPolicy.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlDatabaseThreatDetectionPolicy.DefinitionStages
Grouping of all the SQL database threat detection policy definition stages.
|
static interface |
SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
Container interface for all the definitions that need to be implemented.
|
static interface |
SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyOperations
Container interface for SQL database threat detection policy operations.
|
static interface |
SqlDatabaseThreatDetectionPolicy.Update
The template for a SQL database threat detection policy update operation, containing all the settings that can be modified.
|
static interface |
SqlDatabaseThreatDetectionPolicy.UpdateStages
Grouping of all the SQL database threat detection policy update stages.
|
Modifier and Type | Method and Description |
---|---|
SecurityAlertPolicyState |
currentState() |
String |
disabledAlerts() |
boolean |
emailAccountAdmins() |
String |
emailAddresses() |
boolean |
isDefaultSecurityAlertPolicy() |
String |
kind() |
Region |
region() |
int |
retentionDays() |
String |
storageAccountAccessKey() |
String |
storageEndpoint() |
id
key
name
parent
refresh, refreshAsync
inner
resourceGroupName
Region region()
String kind()
SecurityAlertPolicyState currentState()
String disabledAlerts()
String emailAddresses()
boolean emailAccountAdmins()
String storageEndpoint()
String storageAccountAccessKey()
int retentionDays()
boolean isDefaultSecurityAlertPolicy()
Copyright © 2019. All rights reserved.