Share via


AgricultureServicePatch Class

Definition

The type used for update operations of the AgriServiceResource.

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

Constructors

AgricultureServicePatch()

Initializes a new instance of AgricultureServicePatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

The resource-specific properties for this resource.

Sku

The SKU (Stock Keeping Unit) assigned to this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AgricultureServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgricultureServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgricultureServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgricultureServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgricultureServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to