次の方法で共有


TableOperation.Replace(ITableEntity) メソッド

定義

テーブル内の指定されたエンティティの内容を置き換える新しいテーブル操作を作成します。

public static Microsoft.Azure.Cosmos.Table.TableOperation Replace (Microsoft.Azure.Cosmos.Table.ITableEntity entity);
static member Replace : Microsoft.Azure.Cosmos.Table.ITableEntity -> Microsoft.Azure.Cosmos.Table.TableOperation
Public Shared Function Replace (entity As ITableEntity) As TableOperation

パラメーター

entity
ITableEntity

置き換える ITableEntity オブジェクトです。

戻り値

TableOperation オブジェクト。

適用対象