次の方法で共有


BackupType type

BackupType の値を定義します。 指定できる値は、'Invalid'、'Full'、'Incremental' です。

type BackupType = "Invalid" | "Full" | "Incremental"