Partilhar via


CollectionOffersByAllContextsProperties Class

Definition

Suggested subscription list

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

Constructors

CollectionOffersByAllContextsProperties()

Creates an new CollectionOffersByAllContextsProperties instance.

Properties

SubscriptionId

Subscription ids list

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CollectionOffersByAllContextsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CollectionOffersByAllContextsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CollectionOffersByAllContextsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to