SecurityContact.DefinitionStages.WithNotificationsByRole Interface

public static interface SecurityContact.DefinitionStages.WithNotificationsByRole

The stage of the SecurityContact definition allowing to specify notificationsByRole.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNotificationsByRole(SecurityContactPropertiesNotificationsByRole notificationsByRole)

Specifies the notificationsByRole property: Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription..

Method Details

withNotificationsByRole

public abstract SecurityContact.DefinitionStages.WithCreate withNotificationsByRole(SecurityContactPropertiesNotificationsByRole notificationsByRole)

Specifies the notificationsByRole property: Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription..

Parameters:

notificationsByRole - Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription.

Returns:

the next definition stage.

Applies to