Plan 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.
The details for the Managed Services offer’s plan in Azure Marketplace.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.PlanTypeConverter))]
public class Plan : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IPlan
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.PlanTypeConverter))>]
type Plan = class
interface IPlan
interface IJsonSerializable
Public Class Plan
Implements IPlan
- Inheritance
-
Plan
- Attributes
- Implements
Constructors
Plan() |
Creates an new Plan instance. |
Properties
Name |
Azure Marketplace plan name. |
Product |
Azure Marketplace product code. |
Publisher |
Azure Marketplace publisher ID. |
Version |
Azure Marketplace plan's version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Plan. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IPlan. |
FromJsonString(String) |
Creates a new instance of Plan, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |