Share via


OperationsListResult Class

Definition

The list of operations supported by Microsoft Support resource provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.OperationsListResultTypeConverter))]
public class OperationsListResult : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IOperationsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.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

The list of operations supported by Microsoft Support resource provider.

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.Support.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