AlertRuleList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of Activity Log Alert rules.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleListTypeConverter))]
public class AlertRuleList : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleListTypeConverter))>]
type AlertRuleList = class
interface IAlertRuleList
interface IJsonSerializable
Public Class AlertRuleList
Implements IAlertRuleList
- Inheritance
-
AlertRuleList
- Attributes
- Implements
Constructors
AlertRuleList() |
Creates an new AlertRuleList instance. |
Properties
NextLink |
Provides the link to retrieve the next set of elements. |
Value |
The list of Activity Log Alert rules. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AlertRuleList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AlertRuleList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleList. |
FromJsonString(String) |
Creates a new instance of AlertRuleList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AlertRuleList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |