SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins Interface
public interface 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 |
---|---|
SqlServerSecurityAlertPolicy.Update |
withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators. |
SqlServerSecurityAlertPolicy.Update |
withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators. |
Method Details
withEmailAccountAdmins
public SqlServerSecurityAlertPolicy.Update withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators.
Returns:
The next stage of the definition.
withoutEmailAccountAdmins
public SqlServerSecurityAlertPolicy.Update withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators.
Returns:
The next stage of the definition.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java