SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins Interface
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins
The SQL Server Security Alert Policy update definition to set if an alert will be sent to the account administrators.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators. |
abstract Update |
withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators. |
Method Details
withEmailAccountAdmins
public abstract SqlServerSecurityAlertPolicy.Update withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators.
Returns:
withoutEmailAccountAdmins
public abstract SqlServerSecurityAlertPolicy.Update withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators.
Returns:
Applies to
Azure SDK for Java