SetAzMySqlServerSecurityAlertPolicy_UpdateExpanded.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.
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Specifies that the alert is sent to the account administrators.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="emailAccountAdmins")]
[System.Management.Automation.Parameter(HelpMessage="Specifies that the alert is sent to the account administrators.", Mandatory=false)]
public System.Management.Automation.SwitchParameter EmailAccountAdmin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Category(new Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.MySql.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Specifies that the alert is sent to the account administrators.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="emailAccountAdmins")>]
[<System.Management.Automation.Parameter(HelpMessage="Specifies that the alert is sent to the account administrators.", Mandatory=false)>]
member this.EmailAccountAdmin : System.Management.Automation.SwitchParameter with get, set
Public Property EmailAccountAdmin As SwitchParameter
Property Value
- Attributes