你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISqlDatabaseThreatDetectionPolicy 接口

定义

Azure SQL数据库威胁检测策略的表示形式。

public interface ISqlDatabaseThreatDetectionPolicy : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy,Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseSecurityAlertPolicyInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IUpdate>
type ISqlDatabaseThreatDetectionPolicy = interface
    interface IBeta
    interface IExternalChildResource<ISqlDatabaseThreatDetectionPolicy, ISqlDatabase>
    interface IChildResource<ISqlDatabase>
    interface IHasName
    interface IIndexable
    interface IHasParent<ISqlDatabase>
    interface IRefreshable<ISqlDatabaseThreatDetectionPolicy>
    interface IHasInner<DatabaseSecurityAlertPolicyInner>
    interface IHasResourceGroup
    interface IUpdatable<IUpdate>
Public Interface ISqlDatabaseThreatDetectionPolicy
Implements IBeta, IChildResource(Of ISqlDatabase), IExternalChildResource(Of ISqlDatabaseThreatDetectionPolicy, ISqlDatabase), IHasInner(Of DatabaseSecurityAlertPolicyInner), IHasParent(Of ISqlDatabase), IHasResourceGroup, IRefreshable(Of ISqlDatabaseThreatDetectionPolicy), IUpdatable(Of IUpdate)
实现

属性

CurrentState

获取策略的状态。

DisabledAlerts

获取已禁用的警报的分号分隔列表。

EmailAccountAdmins

如果警报发送给帐户管理员,则为 true。

EmailAddresses

获取以分号分隔的警报发送到的电子邮件地址列表。

Id

Azure SQL数据库威胁检测策略的表示形式。

(继承自 IExternalChildResource<FluentModelT,IParentT>)
Inner

Azure SQL数据库威胁检测策略的表示形式。

(继承自 IHasInner<T>)
IsDefaultSecurityAlertPolicy

如果使用默认服务器策略,则为 true。

Key

Azure SQL数据库威胁检测策略的表示形式。

(继承自 IIndexable)
Kind

获取资源类型。

Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Region

获取资源所在的地理位置。

ResourceGroupName

Azure SQL数据库威胁检测策略的表示形式。

(继承自 IHasResourceGroup)
RetentionDays

获取威胁检测审核日志中要保留的天数。

StorageAccountAccessKey

获取威胁检测审核存储帐户的标识符密钥。

StorageEndpoint

获取 Blob 存储终结点。

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

Azure SQL数据库威胁检测策略的表示形式。

(继承自 IUpdatable<T>)

适用于