Udostępnij przez


JsonPatch(ReadOnlyMemory<Byte>) Constructor

Definition

Initializes a new instance of JsonPatch with utf8 JSON representing the entire object.

public JsonPatch(ReadOnlyMemory<byte> utf8Json);
new System.ClientModel.Primitives.JsonPatch : ReadOnlyMemory<byte> -> System.ClientModel.Primitives.JsonPatch
Public Sub New (utf8Json As ReadOnlyMemory(Of Byte))

Parameters

utf8Json
ReadOnlyMemory<Byte>

The utf8 JSON.

Applies to