Share via


ActionsList Class

Definition

List all the actions.

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

Constructors

ActionsList()

Creates an new ActionsList instance.

Properties

NextLink

URL to fetch the next set of actions.

Value

Array of actions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActionsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActionsList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActionsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to