MachineReferenceWithHints type

مرجع الجهاز مع تلميح لاسم الجهاز ونظام التشغيل.

type MachineReferenceWithHints = ResourceReference & {
  displayNameHint?: string
  kind: "ref:machinewithhints"
  osFamilyHint?: OperatingSystemFamily
}