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