Share via


MachineUpdate type

Describes a hybrid machine Update.

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