次の方法で共有


UsageCount type

UsageCount の値を定義します。

type UsageCount =
  | "Count"
  | "Bytes"
  | "Seconds"
  | "Percent"
  | "CountPerSecond"
  | "BytesPerSecond"