你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JobOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of operations which create jobs
public enum JobOperation
type JobOperation =
Public Enum JobOperation
- Inheritance
-
JobOperation
Fields
Name | Value | Description |
---|---|---|
Backup | 0 | Trigger backup |
Restore | 1 | Trigger restore |
ConfigureBackup | 2 | Enable protection |
DisableBackup | 3 | Disable protection with retain data |
DeleteBackupData | 4 | Disable protection with delete data |
BackupDataMove | 5 | Data move between source and target vaults |
UpdateCustomerManagedKey | 6 | update the customer managed key |
CrossRegionRestore | 7 | cross region restore |