MarketplacePlan Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MarketplacePlanTypeConverter))]
public class MarketplacePlan : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMarketplacePlan
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MarketplacePlanTypeConverter))>]
type MarketplacePlan = class
    interface IMarketplacePlan
    interface IJsonSerializable
Public Class MarketplacePlan
Implements IMarketplacePlan
Inheritance
MarketplacePlan
Attributes
Implements

Constructors

MarketplacePlan()

Creates an new MarketplacePlan instance.

Properties

OfferId

The identifying name of the Offer of the Marketplace Plan.

PlanId

The identifying name of the Plan of the Marketplace Plan.

PublisherId

The identifying name of the Publisher of the Marketplace Plan.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MarketplacePlan.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MarketplacePlan.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMarketplacePlan.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MarketplacePlan into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to