Freigeben über


PagedCatalog Class

Definition

Paged collection of Catalog items

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

Constructors

Name Description
PagedCatalog()

Creates an new PagedCatalog instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The Catalog items on this page

Methods

Name Description
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.Api20250401Preview.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