次の方法で共有


ManagedDatabaseSecurityAlertPolicy コンストラクター

定義

オーバーロード

ManagedDatabaseSecurityAlertPolicy()

ManagedDatabaseSecurityAlertPolicy クラスの新しいインスタンスを初期化します。

ManagedDatabaseSecurityAlertPolicy(SecurityAlertPolicyState, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<DateTime>)

ManagedDatabaseSecurityAlertPolicy クラスの新しいインスタンスを初期化します。

ManagedDatabaseSecurityAlertPolicy()

ManagedDatabaseSecurityAlertPolicy クラスの新しいインスタンスを初期化します。

public ManagedDatabaseSecurityAlertPolicy ();
Public Sub New ()

適用対象

ManagedDatabaseSecurityAlertPolicy(SecurityAlertPolicyState, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<DateTime>)

ManagedDatabaseSecurityAlertPolicy クラスの新しいインスタンスを初期化します。

public ManagedDatabaseSecurityAlertPolicy (Microsoft.Azure.Management.Sql.Models.SecurityAlertPolicyState state, string id = default, string name = default, string type = default, System.Collections.Generic.IList<string> disabledAlerts = default, System.Collections.Generic.IList<string> emailAddresses = default, bool? emailAccountAdmins = default, string storageEndpoint = default, string storageAccountAccessKey = default, int? retentionDays = default, DateTime? creationTime = default);
new Microsoft.Azure.Management.Sql.Models.ManagedDatabaseSecurityAlertPolicy : Microsoft.Azure.Management.Sql.Models.SecurityAlertPolicyState * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> * string * string * Nullable<int> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Models.ManagedDatabaseSecurityAlertPolicy
Public Sub New (state As SecurityAlertPolicyState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional disabledAlerts As IList(Of String) = Nothing, Optional emailAddresses As IList(Of String) = Nothing, Optional emailAccountAdmins As Nullable(Of Boolean) = Nothing, Optional storageEndpoint As String = Nothing, Optional storageAccountAccessKey As String = Nothing, Optional retentionDays As Nullable(Of Integer) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing)

パラメーター

state
SecurityAlertPolicyState

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

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

disabledAlerts
IList<String>

無効になっているアラートの配列を指定します。 使用できる値: Sql_Injection、Sql_Injection_Vulnerability、Access_Anomaly、Data_Exfiltration、Unsafe_Action、Brute_Force

emailAddresses
IList<String>

アラートの送信先となる電子メール アドレスの配列を指定します。

emailAccountAdmins
Nullable<Boolean>

アラートがアカウント管理者に送信されることを指定します。

storageEndpoint
String

BLOB ストレージ エンドポイント (例: ) を指定します。 https://MyAccount.blob.core.windows.net この BLOB ストレージには、すべての脅威検出監査ログが保持されます。

storageAccountAccessKey
String

脅威検出監査ストレージ アカウントの識別子キーを指定します。

retentionDays
Nullable<Int32>

脅威検出監査ログに保持する日数を指定します。

creationTime
Nullable<DateTime>

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

適用対象