Sdílet prostřednictvím


AlertRuleAllOfCondition Class

Definition

An Activity Log Alert rule condition that is met when all its member conditions are met.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleAllOfConditionTypeConverter))]
public class AlertRuleAllOfCondition : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAllOfCondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleAllOfConditionTypeConverter))>]
type AlertRuleAllOfCondition = class
    interface IAlertRuleAllOfCondition
    interface IJsonSerializable
Public Class AlertRuleAllOfCondition
Implements IAlertRuleAllOfCondition
Inheritance
AlertRuleAllOfCondition
Attributes
Implements

Constructors

AlertRuleAllOfCondition()

Creates an new AlertRuleAllOfCondition instance.

Properties

AllOf

The list of Activity Log Alert rule conditions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AlertRuleAllOfCondition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AlertRuleAllOfCondition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleAllOfCondition.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AlertRuleAllOfCondition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to