IIssuePropertiesUpdate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssuePropertiesUpdateTypeConverter))]
public interface IIssuePropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssuePropertiesUpdateTypeConverter))>]
type IIssuePropertiesUpdate = interface
interface IJsonSerializable
Public Interface IIssuePropertiesUpdate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BackgroundDetail |
The background details |
| BackgroundText |
The background text |
| BackgroundType |
The background type |
| ImpactTime |
The issue impact time (in UTC) |
| NotificationActionGroupId |
The action group IDs to notify |
| NotificationExcludeDefaultActionGroup |
Whether to exclude default action groups from notifications |
| NotificationUpdateType |
The types of updates that trigger notifications |
| Severity |
The issue severity |
| Status |
The issue status |
| Title |
The issue title |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |