Share via


AlertRuleTemplatesList Class

Definition

List all the alert rule templates.

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

Constructors

AlertRuleTemplatesList()

Creates an new AlertRuleTemplatesList instance.

Properties

NextLink

URL to fetch the next set of alert rule templates.

Value

Array of alert rule templates.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AlertRuleTemplatesList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AlertRuleTemplatesList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AlertRuleTemplatesList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to