IssueNotifications Class
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.
Issue notification settings.
public class IssueNotifications : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Workspaces.Models.IssueNotifications>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Workspaces.Models.IssueNotifications>
type IssueNotifications = class
interface IJsonModel<IssueNotifications>
interface IPersistableModel<IssueNotifications>
Public Class IssueNotifications
Implements IJsonModel(Of IssueNotifications), IPersistableModel(Of IssueNotifications)
- Inheritance
-
IssueNotifications
- Implements
Constructors
| Name | Description |
|---|---|
| IssueNotifications() |
Initializes a new instance of IssueNotifications. |
Properties
| Name | Description |
|---|---|
| ActionGroupIds |
The action group IDs to notify. |
| ShouldExcludeDefaultActionGroups |
Whether to exclude default action groups from notifications. |
| UpdateTypes |
The types of updates that trigger notifications. |