Interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAccountAdmins
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinition
- Enclosing interface:
- SqlServerSecurityAlertPolicyOperations.DefinitionStages
public static interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAccountAdminsThe SQL Server Security Alert Policy definition to set if an alert will be sent to the account administrators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccountwithEmailAccountAdmins()Specifies that an alert will be sent to the account administrators.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccountwithoutEmailAccountAdmins()Specifies that an alert will not be sent to the account administrators.
-
-
-
Method Detail
-
withEmailAccountAdmins
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators.- Returns:
- The next stage of the definition.
-
withoutEmailAccountAdmins
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators.- Returns:
- The next stage of the definition.
-
-