AutomationRulesList 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.
List all the automation rules.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulesListTypeConverter))]
public class AutomationRulesList : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRulesList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AutomationRulesListTypeConverter))>]
type AutomationRulesList = class
interface IAutomationRulesList
interface IJsonSerializable
Public Class AutomationRulesList
Implements IAutomationRulesList
- Inheritance
-
AutomationRulesList
- Attributes
- Implements
Constructors
AutomationRulesList() |
Creates an new AutomationRulesList instance. |
Properties
NextLink |
URL to fetch the next set of automation rules. |
Value |
Array of automation rules. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutomationRulesList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutomationRulesList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRulesList. |
FromJsonString(String) |
Creates a new instance of AutomationRulesList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutomationRulesList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |