Share via


OperationsList Class

Definition

Lists the operations available in the SecurityInsights RP.

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

Constructors

OperationsList()

Creates an new OperationsList instance.

Properties

NextLink

URL to fetch the next set of operations.

Value

Array of operations

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationsList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to