다음을 통해 공유


MachineLearningMarketplacePlan Class

Definition

The MachineLearningMarketplacePlan.

public class MachineLearningMarketplacePlan : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningMarketplacePlan>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningMarketplacePlan>
type MachineLearningMarketplacePlan = class
    interface IJsonModel<MachineLearningMarketplacePlan>
    interface IPersistableModel<MachineLearningMarketplacePlan>
Public Class MachineLearningMarketplacePlan
Implements IJsonModel(Of MachineLearningMarketplacePlan), IPersistableModel(Of MachineLearningMarketplacePlan)
Inheritance
MachineLearningMarketplacePlan
Implements

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.

Explicit Interface Implementations

IJsonModel<MachineLearningMarketplacePlan>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningMarketplacePlan>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningMarketplacePlan>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningMarketplacePlan>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningMarketplacePlan>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to