次の方法で共有


JobType type

JobType の値を定義します。

type JobType =
  | "Backup"
  | "Clone"
  | "Failover"
  | "DownloadUpdates"
  | "InstallUpdates"