MachineReferenceWithHints type
En datorreferens med en antydan om datorns namn och operativsystem.
type MachineReferenceWithHints = ResourceReference & {
displayNameHint?: string
kind: "ref:machinewithhints"
osFamilyHint?: OperatingSystemFamily
}