SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithEmailAddresses Interface
public interface WithEmailAddresses
The SQL Server Security Alert Policy definition to set an array of e-mail addresses to which the alert is sent.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate |
withEmailAddresses(String... emailAddresses)
Specifies an array of e-mail addresses to which the alert is sent. |
Method Details
withEmailAddresses
public 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.
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