Interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAddresses
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate,SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinition
- Enclosing interface:
- SqlServerSecurityAlertPolicyOperations.DefinitionStages
public static interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAddressesThe SQL Server Security Alert Policy definition to set an array of e-mail addresses to which the alert is sent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreatewithEmailAddresses(String... emailAddresses)Specifies an array of e-mail addresses to which the alert is sent.
-
-
-
Method Detail
-
withEmailAddresses
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate withEmailAddresses(String... emailAddresses)
Specifies an array of e-mail addresses to which the alert is sent.- Parameters:
emailAddresses- an array of e-mail addresses to which the alert is sent to- Returns:
- The next stage of the definition.
-
-