你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Plan Class

Definition

Plan for the resource.

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

Name

A user defined name of the 3rd Party Artifact that is being procured.

Product

The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.

PromotionCode

A publisher provided promotion code as provisioned in Data Market for the said product/artifact.

Publisher

The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic

Version

The version of the desired product/artifact.

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.DesktopVirtualization.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