다음을 통해 공유


WindowsUpdateClasses type

WindowsUpdateClasses에 대한 값을 정의합니다. 가능한 값은 '분류되지 않음', '위험', '보안', 'UpdateRollup', 'FeaturePack', 'ServicePack', '정의', '도구', '업데이트'입니다.

type WindowsUpdateClasses =
  | "Unclassified"
  | "Critical"
  | "Security"
  | "UpdateRollup"
  | "FeaturePack"
  | "ServicePack"
  | "Definition"
  | "Tools"
  | "Updates"