IssueProperties Class

Definition

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()

Applies to