IServerSecurityAlertPolicy.EmailAccountAdmin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies that the alert is sent to the account administrators.
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Specifies that the alert is sent to the account administrators.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="emailAccountAdmins")]
public bool? EmailAccountAdmin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Specifies that the alert is sent to the account administrators.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="emailAccountAdmins")>]
member this.EmailAccountAdmin : Nullable<bool> with get, set
Public Property EmailAccountAdmin As Nullable(Of Boolean)
Property Value
- Attributes