你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Actions Class

Definition

Actions to invoke when the alert fires.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ActionsTypeConverter))]
public class Actions : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ActionsTypeConverter))>]
type Actions = class
    interface IActions
    interface IJsonSerializable
Public Class Actions
Implements IActions
Inheritance
Actions
Attributes
Implements

Constructors

Actions()

Creates an new Actions instance.

Properties

ActionGroup

Action Group resource Ids to invoke when the alert fires.

CustomProperty

The properties of an alert payload.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Actions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Actions.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IActions.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Actions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to