Bagikan melalui


Plan Class

Definition

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)

Deserializes a PSObject into an instance of Plan.

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)

Serializes this instance of Plan into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to