다음을 통해 공유


AgricultureServiceConfig Class

Definition

Config of the AgriService resource instance.

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

Constructors

AgricultureServiceConfig()

Initializes a new instance of AgricultureServiceConfig.

Properties

AppServiceResourceId

App service resource Id.

CosmosDBResourceId

Cosmos Db resource Id.

InstanceUri

Instance URI of the AgriService instance.

KeyVaultResourceId

Key vault resource Id.

RedisCacheResourceId

Redis cache resource Id.

StorageAccountResourceId

Storage account resource Id.

Version

Version of AgriService instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AgricultureServiceConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgricultureServiceConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgricultureServiceConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgricultureServiceConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgricultureServiceConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to