通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PagedDevBoxAddOn Class

Definition

Paged collection of DevBoxAddOn items

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PagedDevBoxAddOnTypeConverter))]
public class PagedDevBoxAddOn : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPagedDevBoxAddOn
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PagedDevBoxAddOnTypeConverter))>]
type PagedDevBoxAddOn = class
    interface IPagedDevBoxAddOn
    interface IJsonSerializable
Public Class PagedDevBoxAddOn
Implements IPagedDevBoxAddOn
Inheritance
PagedDevBoxAddOn
Attributes
Implements

Constructors

Name Description
PagedDevBoxAddOn()

Creates an new PagedDevBoxAddOn instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The DevBoxAddOn items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedDevBoxAddOn.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedDevBoxAddOn.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPagedDevBoxAddOn.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedDevBoxAddOn into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to