Partilhar via


CollectionOffersByContextList Class

Definition

List of objects which describes offers per context. An empty GUID is a public context.

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

Constructors

CollectionOffersByContextList()

Creates an new CollectionOffersByContextList instance.

Properties

NextLink

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

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CollectionOffersByContextList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CollectionOffersByContextList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CollectionOffersByContextList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to