Share via


InstalledSolutionMap Class

Definition

Mapping of installed solutions.

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

Constructors

InstalledSolutionMap(String, AgricultureSolution)

Initializes a new instance of InstalledSolutionMap.

Properties

Key

The key representing the installed solution.

Value

The installed solution value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InstalledSolutionMap>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InstalledSolutionMap>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstalledSolutionMap>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstalledSolutionMap>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstalledSolutionMap>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to