Share via


Plan Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PlanTypeConverter))]
public class Plan : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPlan
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.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

Accessibility

Plan accessibility

AltStackReference

Alternative stack type

DisplayName

Friendly name for the plan for display in the marketplace

Id

Text identifier for this plan

SkuId

Identifier for this plan

StackType

Stack type (classic or arm)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Plan.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Plan.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Plan into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to