Share via


ConnectedCachePatchContent Class

Definition

Mcc PATCH operation properties.

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

Constructors

ConnectedCachePatchContent()

Initializes a new instance of ConnectedCachePatchContent.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedCachePatchContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedCachePatchContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedCachePatchContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedCachePatchContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedCachePatchContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to