Sdílet prostřednictvím


DetailedInformation Class

Definition

Model to capture detailed information for farmBeatsExtensions.

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

Properties

ApiInputParameters

List of apiInputParameters.

ApiName

ApiName available for the farmBeatsExtension.

CustomParameters

List of customParameters.

PlatformParameters

List of platformParameters.

UnitsSupported

Unit systems info for the data provider.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DetailedInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DetailedInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DetailedInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DetailedInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DetailedInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to