ArmMonitorWorkspacesModelFactory.IssueNotifications Method

Definition

public static Azure.ResourceManager.Monitor.Workspaces.Models.IssueNotifications IssueNotifications(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Workspaces.Models.IssueNotificationType> updateTypes = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> actionGroupIds = default, bool? shouldExcludeDefaultActionGroups = default);
static member IssueNotifications : seq<Azure.ResourceManager.Monitor.Workspaces.Models.IssueNotificationType> * seq<Azure.Core.ResourceIdentifier> * Nullable<bool> -> Azure.ResourceManager.Monitor.Workspaces.Models.IssueNotifications
Public Shared Function IssueNotifications (Optional updateTypes As IEnumerable(Of IssueNotificationType) = Nothing, Optional actionGroupIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional shouldExcludeDefaultActionGroups As Nullable(Of Boolean) = Nothing) As IssueNotifications

Parameters

updateTypes
IEnumerable<IssueNotificationType>

The types of updates that trigger notifications.

actionGroupIds
IEnumerable<ResourceIdentifier>

The action group IDs to notify.

shouldExcludeDefaultActionGroups
Nullable<Boolean>

Whether to exclude default action groups from notifications.

Returns

A new IssueNotifications instance for mocking.

Applies to