IssueProperties 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.
The issue properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssuePropertiesTypeConverter))]
public class IssueProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssuePropertiesTypeConverter))>]
type IssueProperties = class
interface IIssueProperties
interface IJsonSerializable
Public Class IssueProperties
Implements IIssueProperties
- Inheritance
-
IssueProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IssueProperties() |
Creates an new IssueProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IssueProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IssueProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueProperties. |
| FromJsonString(String) |
Creates a new instance of IssueProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IssueProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |