SecurityContact.DefinitionStages.WithEmails Interface

public static interface SecurityContact.DefinitionStages.WithEmails

The stage of the SecurityContact definition allowing to specify emails.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEmails(String emails)

Specifies the emails property: List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact..

Method Details

withEmails

public abstract SecurityContact.DefinitionStages.WithCreate withEmails(String emails)

Specifies the emails property: List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact..

Parameters:

emails - List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact.

Returns:

the next definition stage.

Applies to