Share via


PagedCatalog Class

Definition

Paged collection of Catalog items

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

Constructors

PagedCatalog()

Creates an new PagedCatalog instance.

Properties

NextLink

The link to the next page of items

Value

The Catalog items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedCatalog.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedCatalog.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedCatalog into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to