MachineReferenceWithHints type

Makine adının ve işletim sisteminin ipucunu içeren bir makine başvurusu.

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