Share via


PagedDevBoxAction Class

Definition

Paged collection of DevBoxAction items

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.PagedDevBoxActionTypeConverter))]
public class PagedDevBoxAction : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPagedDevBoxAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.PagedDevBoxActionTypeConverter))>]
type PagedDevBoxAction = class
    interface IPagedDevBoxAction
    interface IJsonSerializable
Public Class PagedDevBoxAction
Implements IPagedDevBoxAction
Inheritance
PagedDevBoxAction
Attributes
Implements

Constructors

PagedDevBoxAction()

Creates an new PagedDevBoxAction instance.

Properties

NextLink

The link to the next page of items

Value

The DevBoxAction items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedDevBoxAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedDevBoxAction.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPagedDevBoxAction.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedDevBoxAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to