Microsoft認定資格 Developer Associate(予想問題) その16
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 18 / 65
パーティションキーを持つコンテナに新しいアイテムを追加する際に必要な呼び出しはどれですか。
①container.CreateItemAsync(item, new PartitionKey(item.partitionKey))
②container.CreateItemAsync(item)
③container.UpsertItemAsync(item)
④client.CreateItem(item, partitionKey)
⑤container.Insert(item)
