次の方法で共有


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