MachineUpdate type

Menjelaskan Pembaruan mesin hibrid.

type MachineUpdate = ResourceUpdate & {
  identity?: Identity
  properties?: MachineUpdateProperties
}