SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAccountAdmins Interface

public static interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.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
abstract WithStorageAccount withEmailAccountAdmins()

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

abstract WithStorageAccount withoutEmailAccountAdmins()

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

Method Details

withEmailAccountAdmins

public abstract SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount withEmailAccountAdmins()

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

Returns:

The next stage of the definition.

withoutEmailAccountAdmins

public abstract 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