azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

121 строка
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy"
name: "SqlDatabaseThreatDetectionPolicy"
nameWithType: "SqlDatabaseThreatDetectionPolicy"
summary: "A representation of the Azure SQL Database threat detection policy."
syntax: "public interface **SqlDatabaseThreatDetectionPolicy**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy?alt=com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy&text=SqlDatabaseThreatDetectionPolicy\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.DatabaseSecurityAlertPolicyInner?alt=com.microsoft.azure.management.sql.implementation.DatabaseSecurityAlertPolicyInner&text=DatabaseSecurityAlertPolicyInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy?alt=com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy&text=SqlDatabaseThreatDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.Update?alt=com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.currentState()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.currentState()"
name: "currentState()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.currentState()"
modifiers:
- "abstract"
syntax: "public abstract SecurityAlertPolicyState currentState()"
returns:
description: "the state of the policy."
type: "<xref href=\"com.microsoft.azure.management.sql.SecurityAlertPolicyState?alt=com.microsoft.azure.management.sql.SecurityAlertPolicyState&text=SecurityAlertPolicyState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.disabledAlerts()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.disabledAlerts()"
name: "disabledAlerts()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.disabledAlerts()"
modifiers:
- "abstract"
syntax: "public abstract String disabledAlerts()"
returns:
description: "the semicolon-separated list of alerts that are disabled"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.emailAccountAdmins()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.emailAccountAdmins()"
name: "emailAccountAdmins()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.emailAccountAdmins()"
modifiers:
- "abstract"
syntax: "public abstract boolean emailAccountAdmins()"
returns:
description: "true if the alert is sent to the account administrators"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.emailAddresses()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.emailAddresses()"
name: "emailAddresses()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.emailAddresses()"
modifiers:
- "abstract"
syntax: "public abstract String emailAddresses()"
returns:
description: "the semicolon-separated list of e-mail addresses to which the alert is sent"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.isDefaultSecurityAlertPolicy()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.isDefaultSecurityAlertPolicy()"
name: "isDefaultSecurityAlertPolicy()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.isDefaultSecurityAlertPolicy()"
modifiers:
- "abstract"
syntax: "public abstract boolean isDefaultSecurityAlertPolicy()"
returns:
description: "true if using default server policy"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.kind()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.kind()"
name: "kind()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.kind()"
modifiers:
- "abstract"
syntax: "public abstract String kind()"
returns:
description: "the resource kind"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.region()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.region()"
name: "region()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.region()"
modifiers:
- "abstract"
syntax: "public abstract Region region()"
returns:
description: "the geo-location where the resource lives"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.retentionDays()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.retentionDays()"
name: "retentionDays()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.retentionDays()"
modifiers:
- "abstract"
syntax: "public abstract int retentionDays()"
returns:
description: "the number of days to keep in the Threat Detection audit logs"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.storageAccountAccessKey()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.storageAccountAccessKey()"
name: "storageAccountAccessKey()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.storageAccountAccessKey()"
modifiers:
- "abstract"
syntax: "public abstract String storageAccountAccessKey()"
returns:
description: "the identifier key of the Threat Detection audit storage account"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.storageEndpoint()"
fullName: "com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.storageEndpoint()"
name: "storageEndpoint()"
nameWithType: "SqlDatabaseThreatDetectionPolicy.storageEndpoint()"
modifiers:
- "abstract"
syntax: "public abstract String storageEndpoint()"
returns:
description: "the blob storage endpoint"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A representation of the Azure SQL Database threat detection policy."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy?alt=com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy&text=SqlDatabaseThreatDetectionPolicy\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.DatabaseSecurityAlertPolicyInner?alt=com.microsoft.azure.management.sql.implementation.DatabaseSecurityAlertPolicyInner&text=DatabaseSecurityAlertPolicyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy?alt=com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy&text=SqlDatabaseThreatDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.Update?alt=com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4