Share via


AlertRulesList Class

Definition

List all the alert rules.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRulesListTypeConverter))]
public class AlertRulesList : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRulesList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRulesListTypeConverter))>]
type AlertRulesList = class
    interface IAlertRulesList
    interface IJsonSerializable
Public Class AlertRulesList
Implements IAlertRulesList
Inheritance
AlertRulesList
Attributes
Implements

Constructors

AlertRulesList()

Creates an new AlertRulesList instance.

Properties

NextLink

URL to fetch the next set of alert rules.

Value

Array of alert rules.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AlertRulesList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AlertRulesList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRulesList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AlertRulesList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to