IEntityPutOperations<T> Interface

Definition

Groups operations for updating a single entity.

public interface IEntityPutOperations<T> where T : ResourceBase
type IEntityPutOperations<'T (requires 'T :> ResourceBase)> = interface
Public Interface IEntityPutOperations(Of T)

Type Parameters

T

The entity type.

Derived

Methods

Put(T)

Updates an entity.

PutAsync(T)

Asynchronously updates an entity.

Applies to