DevBoxOperationListResult Class

Definition

The result of listing operations on a Dev Box.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.DevBoxOperationListResultTypeConverter))]
public class DevBoxOperationListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IDevBoxOperationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.DevBoxOperationListResultTypeConverter))>]
type DevBoxOperationListResult = class
    interface IDevBoxOperationListResult
    interface IJsonSerializable
Public Class DevBoxOperationListResult
Implements IDevBoxOperationListResult
Inheritance
DevBoxOperationListResult
Attributes
Implements

Constructors

DevBoxOperationListResult()

Creates an new DevBoxOperationListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

The current page of results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DevBoxOperationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DevBoxOperationListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IDevBoxOperationListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DevBoxOperationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to