Share via


AgricultureSolution Class

Definition

Installed data manager for Agriculture solution detail.

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

Constructors

AgricultureSolution()

Initializes a new instance of AgricultureSolution.

Properties

ApplicationName

Application name of the solution.

MarketPlacePublisherId

Marketplace publisher Id.

PartnerId

Partner Id.

PlanId

Plan Id.

SaasSubscriptionId

Saas subscription Id.

SaasSubscriptionName

Saas subscription name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AgricultureSolution>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgricultureSolution>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgricultureSolution>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgricultureSolution>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgricultureSolution>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to