ContextAndPlansDetails 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.
Object of plans per context.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ContextAndPlansDetailsTypeConverter))]
public class ContextAndPlansDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IContextAndPlansDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ContextAndPlansDetailsTypeConverter))>]
type ContextAndPlansDetails = class
interface IContextAndPlansDetails
interface IJsonSerializable
Public Class ContextAndPlansDetails
Implements IContextAndPlansDetails
- Inheritance
-
ContextAndPlansDetails
- Attributes
- Implements
Constructors
ContextAndPlansDetails() |
Creates an new ContextAndPlansDetails instance. |
Properties
Context |
Plan's context, e.g. subscription ID, tenant ID. |
PlanId |
List of plan IDs. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContextAndPlansDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContextAndPlansDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IContextAndPlansDetails. |
FromJsonString(String) |
Creates a new instance of ContextAndPlansDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContextAndPlansDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |