IIssueResourceUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssueResourceUpdateTypeConverter))]
public interface IIssueResourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssueResourceUpdateTypeConverter))>]
type IIssueResourceUpdate = interface
    interface IJsonSerializable
Public Interface IIssueResourceUpdate
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)

Applies to