DeviceClassSubgroupDeploymentState type

Cihaz sınıfı alt grubu dağıtım durumu.

type DeviceClassSubgroupDeploymentState =
  | "Active"
  | "Failed"
  | "Inactive"
  | "Canceled"