共用方式為


UsageUnit type

定義 UsageUnit 的值。

type UsageUnit =
  | "Count"
  | "Bytes"
  | "Seconds"
  | "Percent"
  | "CountsPerSecond"
  | "BytesPerSecond"