Megosztás a következőn keresztül:


ArmSqlModelFactory.SqlServerSecurityAlertPolicyData Method

Definition

Initializes a new instance of SqlServerSecurityAlertPolicyData.

public static Azure.ResourceManager.Sql.SqlServerSecurityAlertPolicyData SqlServerSecurityAlertPolicyData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Sql.Models.SecurityAlertsPolicyState? state = default, System.Collections.Generic.IEnumerable<string> disabledAlerts = default, System.Collections.Generic.IEnumerable<string> emailAddresses = default, bool? sendToEmailAccountAdmins = default, string storageEndpoint = default, string storageAccountAccessKey = default, int? retentionDays = default, DateTimeOffset? createdOn = default);
static member SqlServerSecurityAlertPolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Sql.Models.SecurityAlertsPolicyState> * seq<string> * seq<string> * Nullable<bool> * string * string * Nullable<int> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Sql.SqlServerSecurityAlertPolicyData
Public Shared Function SqlServerSecurityAlertPolicyData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional state As Nullable(Of SecurityAlertsPolicyState) = Nothing, Optional disabledAlerts As IEnumerable(Of String) = Nothing, Optional emailAddresses As IEnumerable(Of String) = Nothing, Optional sendToEmailAccountAdmins As Nullable(Of Boolean) = Nothing, Optional storageEndpoint As String = Nothing, Optional storageAccountAccessKey As String = Nothing, Optional retentionDays As Nullable(Of Integer) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing) As SqlServerSecurityAlertPolicyData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

state
Nullable<SecurityAlertsPolicyState>

Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database.

disabledAlerts
IEnumerable<String>

Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force.

emailAddresses
IEnumerable<String>

Specifies an array of e-mail addresses to which the alert is sent.

sendToEmailAccountAdmins
Nullable<Boolean>

Specifies that the alert is sent to the account administrators.

storageEndpoint
String

Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.

storageAccountAccessKey
String

Specifies the identifier key of the Threat Detection audit storage account.

retentionDays
Nullable<Int32>

Specifies the number of days to keep in the Threat Detection audit logs.

createdOn
Nullable<DateTimeOffset>

Specifies the UTC creation time of the policy.

Returns

A new SqlServerSecurityAlertPolicyData instance for mocking.

Applies to