IssueResourceUpdate Class

Definition

The Issue resource update

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssueResourceUpdateTypeConverter))]
public class IssueResourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssueResourceUpdateTypeConverter))>]
type IssueResourceUpdate = class
    interface IIssueResourceUpdate
    interface IJsonSerializable
Public Class IssueResourceUpdate
Implements IIssueResourceUpdate
Inheritance
IssueResourceUpdate
Attributes
Implements

Constructors

Name Description
IssueResourceUpdate()

Creates an new IssueResourceUpdate instance.

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

Deserializes a IDictionary into an instance of IssueResourceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IssueResourceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueResourceUpdate.

FromJsonString(String)

Creates a new instance of IssueResourceUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IssueResourceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to