HDInsight type

A HDInsight compute.

type HDInsight = Compute & {
  computeType: "HDInsight"
  properties?: HDInsightProperties
}