Share via


CatalogsResult Class

Definition

The list of catalogs and pagination information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CatalogsResultTypeConverter))]
public class CatalogsResult : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICatalogsResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CatalogsResultTypeConverter))>]
type CatalogsResult = class
    interface ICatalogsResult
    interface IJsonSerializable
Public Class CatalogsResult
Implements ICatalogsResult
Inheritance
CatalogsResult
Attributes
Implements

Constructors

CatalogsResult()

Creates an new CatalogsResult instance.

Properties

NextLink

The link (url) to the next page of results.

TotalItem

The total amount of catalog items.

Value

The list of catalogs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CatalogsResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CatalogsResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICatalogsResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CatalogsResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to