SolutionPlan 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.
Plan for solution object supported by the OperationsManagement resource provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.SolutionPlanTypeConverter))]
public class SolutionPlan : Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ISolutionPlan
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.SolutionPlanTypeConverter))>]
type SolutionPlan = class
interface ISolutionPlan
interface IJsonSerializable
Public Class SolutionPlan
Implements ISolutionPlan
- Inheritance
-
SolutionPlan
- Attributes
- Implements
Constructors
SolutionPlan() |
Creates an new SolutionPlan instance. |
Properties
Name |
name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything. |
Product | |
PromotionCode |
promotionCode, Not really used now, can you left as empty |
Publisher |
Publisher name. For gallery solution, it is Microsoft. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SolutionPlan. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SolutionPlan. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ISolutionPlan. |
FromJsonString(String) |
Creates a new instance of SolutionPlan, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SolutionPlan into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |