次の方法で共有


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

Advanced Threat Protection の状態を指定します。有効か無効か、特定のデータベースまたはサーバーに状態がまだ適用されていません。 使用可能な値は、'New'、'Enabled'、'Disabled' です。

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

systemData
SystemData

AdvancedThreatProtectionResource の SystemData。

creationTime
Nullable<DateTime>

ポリシーの UTC 作成時刻を指定します。

適用対象