SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAccountAdmins Interface

public interface WithEmailAccountAdmins

The SQL Server Security Alert Policy definition to set if an alert will be sent to the account administrators.

Method Summary

Modifier and Type Method and Description
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount withEmailAccountAdmins()

Specifies that an alert will be sent to the account administrators.

SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount withoutEmailAccountAdmins()

Specifies that an alert will not be sent to the account administrators.

Method Details

withEmailAccountAdmins

public SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount withEmailAccountAdmins()

Specifies that an alert will be sent to the account administrators.

Returns:

The next stage of the definition.

withoutEmailAccountAdmins

public SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount withoutEmailAccountAdmins()

Specifies that an alert will not be sent to the account administrators.

Returns:

The next stage of the definition.

Applies to