Share via


PagedPool Class

Definition

Paged collection of Pool items

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

Constructors

PagedPool()

Creates an new PagedPool instance.

Properties

NextLink

The link to the next page of items

Value

The Pool items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedPool.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedPool.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedPool into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to