ArmMonitorWorkspacesModelFactory.IssueNotifications Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Whether to exclude default action groups from notifications.
Returns
A new IssueNotifications instance for mocking.