다음을 통해 공유


UsageCount type

UsageCount에 대한 값을 정의합니다.

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