CatalogsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |