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

ServerAdvancedThreatProtection 构造函数

定义

重载

ServerAdvancedThreatProtection()

初始化 ServerAdvancedThreatProtection 类的新实例。

ServerAdvancedThreatProtection(AdvancedThreatProtectionState, String, String, String, SystemData, Nullable<DateTime>)

初始化 ServerAdvancedThreatProtection 类的新实例。

ServerAdvancedThreatProtection()

初始化 ServerAdvancedThreatProtection 类的新实例。

public ServerAdvancedThreatProtection ();
Public Sub New ()

适用于

ServerAdvancedThreatProtection(AdvancedThreatProtectionState, String, String, String, SystemData, Nullable<DateTime>)

初始化 ServerAdvancedThreatProtection 类的新实例。

public ServerAdvancedThreatProtection (Microsoft.Azure.Management.Sql.Models.AdvancedThreatProtectionState state, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.SystemData systemData = default, DateTime? creationTime = default);
new Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection : Microsoft.Azure.Management.Sql.Models.AdvancedThreatProtectionState * string * string * string * Microsoft.Azure.Management.Sql.Models.SystemData * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Models.ServerAdvancedThreatProtection
Public Sub New (state As AdvancedThreatProtectionState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing)

参数

state
AdvancedThreatProtectionState

指定高级威胁防护的状态,无论它是启用或禁用,还是尚未在特定数据库或服务器上应用状态。 可能的值包括:“New”、“Enabled”、“Disabled”

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

systemData
SystemData

AdvancedThreatProtectionResource 的 SystemData。

creationTime
Nullable<DateTime>

指定策略的 UTC 创建时间。

适用于