Partilhar via


CollectionsList Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsListTypeConverter))]
public class CollectionsList : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsListTypeConverter))>]
type CollectionsList = class
    interface ICollectionsList
    interface IJsonSerializable
Public Class CollectionsList
Implements ICollectionsList
Inheritance
CollectionsList
Attributes
Implements

Constructors

CollectionsList()

Creates an new CollectionsList instance.

Properties

NextLink

URL to get the next set of offer list results if there are any.

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CollectionsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CollectionsList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CollectionsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to