IIssueProperties 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.IssuePropertiesTypeConverter))]
public interface IIssueProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssuePropertiesTypeConverter))>]
type IIssueProperties = interface
interface IJsonSerializable
Public Interface IIssueProperties
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) |
| Investigation |
The list of investigations in the issue |
| InvestigationsCount |
The number of investigations in the issue |
| NotificationActionGroupId |
The action group IDs to notify |
| NotificationExcludeDefaultActionGroup |
Whether to exclude default action groups from notifications |
| NotificationUpdateType |
The types of updates that trigger notifications |
| ProvisioningState |
The provisioning state of the resource. |
| Severity |
The issue severity |
| Status |
The issue status |
| Title |
The issue title |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |