Dela via


UsageUnit type

Definierar värden för UsageUnit.

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