Share via


AgricultureServiceProperties Class

Definition

Details of the Agriculture AgriDataManager.

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

Constructors

AgricultureServiceProperties()

Initializes a new instance of AgricultureServiceProperties.

Properties

Config

Config of the AgriService instance.

DataConnectorCredentials

Data connector credentials of AgriService instance.

InstalledSolutions

AgriService installed solutions.

ManagedOnBehalfOfMoboBrokerResources

Associated MoboBrokerResources.

ProvisioningState

The status of the last operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AgricultureServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgricultureServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgricultureServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgricultureServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgricultureServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to