Share via


OperationsListResult Class

Definition

Result of the List Operations operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.OperationsListResultTypeConverter))]
public class OperationsListResult : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IOperationsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.OperationsListResultTypeConverter))>]
type OperationsListResult = class
    interface IOperationsListResult
    interface IJsonSerializable
Public Class OperationsListResult
Implements IOperationsListResult
Inheritance
OperationsListResult
Attributes
Implements

Constructors

OperationsListResult()

Creates an new OperationsListResult instance.

Properties

Value

A collection of operations

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IOperationsListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to