Share via


ManagedServicesPlan Class

Definition

The details for the Managed Services offer’s plan in Azure Marketplace.

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

Constructors

ManagedServicesPlan(String, String, String, String)

Initializes a new instance of ManagedServicesPlan.

Properties

Name

Azure Marketplace plan name.

Product

Azure Marketplace product code.

Publisher

Azure Marketplace publisher ID.

Version

Azure Marketplace plan's version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedServicesPlan>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedServicesPlan>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServicesPlan>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedServicesPlan>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedServicesPlan>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to