@Beta(value=V1_7_0) public interface SqlDatabaseThreatDetectionPolicy extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<SqlDatabaseThreatDetectionPolicy,SqlDatabase>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<SqlDatabase>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.DatabaseSecurityAlertPolicyInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlDatabaseThreatDetectionPolicy>, com.microsoft.azure.management.resources.fluentcore.model.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() |
com.microsoft.azure.management.resources.fluentcore.arm.Region |
region() |
int |
retentionDays() |
String |
storageAccountAccessKey() |
String |
storageEndpoint() |
idkeynameparentrefresh, refreshAsyncinnercom.microsoft.azure.management.resources.fluentcore.arm.Region region()
String kind()
SecurityAlertPolicyState currentState()
String disabledAlerts()
String emailAddresses()
boolean emailAccountAdmins()
String storageEndpoint()
String storageAccountAccessKey()
int retentionDays()
boolean isDefaultSecurityAlertPolicy()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/