MachineUpdate type

Karma makine güncelleştirmesini açıklar.

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