Share via


DatabaseSecurityAlertPolicyInner.EmailAccountAdmins Property

Definition

Gets or sets specifies that the alert is sent to the account administrators. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.emailAccountAdmins")]
public Microsoft.Azure.Management.Sql.Fluent.Models.SecurityAlertPolicyEmailAccountAdmins? EmailAccountAdmins { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.emailAccountAdmins")>]
member this.EmailAccountAdmins : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.SecurityAlertPolicyEmailAccountAdmins> with get, set
Public Property EmailAccountAdmins As Nullable(Of SecurityAlertPolicyEmailAccountAdmins)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to