Partager via


PatchOperation.Add<T>(String, T) Méthode

Définition

Créez PatchOperation<T> pour ajouter une valeur.

public static Microsoft.Azure.Cosmos.PatchOperation Add<T> (string path, T value);
static member Add : string * 'T -> Microsoft.Azure.Cosmos.PatchOperation
Public Shared Function Add(Of T) (path As String, value As T) As PatchOperation

Paramètres de type

T

type de value

Paramètres

path
String

Référence de l’emplacement cible.

value
T

Valeur à ajouter.

Retours

PatchOperation instance pour l’entrée spécifiée.

S’applique à