Microsoft認定資格 Developer Associate(予想問題) その16

問題 18 / 65

パーティションキーを持つコンテナに新しいアイテムを追加する際に必要な呼び出しはどれですか。

container.CreateItemAsync(item, new PartitionKey(item.partitionKey))
container.CreateItemAsync(item)
container.UpsertItemAsync(item)
client.CreateItem(item, partitionKey)
container.Insert(item)

当サイトでは、ユーザー体験の向上を目的としてCookieを使用しています。サイトの利用を継続することで、Cookieの使用に同意したものとみなされます。