CollectionOffersByAllContextsPayload 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.
Suggested subscription list
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionOffersByAllContextsPayloadTypeConverter))]
public class CollectionOffersByAllContextsPayload : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionOffersByAllContextsPayload
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionOffersByAllContextsPayloadTypeConverter))>]
type CollectionOffersByAllContextsPayload = class
interface ICollectionOffersByAllContextsPayload
interface IJsonSerializable
Public Class CollectionOffersByAllContextsPayload
Implements ICollectionOffersByAllContextsPayload
- Inheritance
-
CollectionOffersByAllContextsPayload
- Attributes
- Implements
Constructors
CollectionOffersByAllContextsPayload() |
Creates an new CollectionOffersByAllContextsPayload instance. |
Properties
SubscriptionId |
Subscription ids list |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CollectionOffersByAllContextsPayload. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CollectionOffersByAllContextsPayload. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionOffersByAllContextsPayload. |
FromJsonString(String) |
Creates a new instance of CollectionOffersByAllContextsPayload, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CollectionOffersByAllContextsPayload into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |