|
1436 | 1436 | "type": "string", |
1437 | 1437 | "description": "Indicates consistency of policy object and policy applied to this backup item." |
1438 | 1438 | }, |
| 1439 | + "recoveryModel": { |
| 1440 | + "type": "string", |
| 1441 | + "description": "Indicates consistency of policy object and policy applied to this backup item." |
| 1442 | + }, |
1439 | 1443 | "recoveryPointCount": { |
1440 | 1444 | "oneOf": [ |
1441 | 1445 | { |
|
1780 | 1784 | ], |
1781 | 1785 | "description": "Opt in details of Cross Region Restore feature." |
1782 | 1786 | }, |
| 1787 | + "dedupState": { |
| 1788 | + "oneOf": [ |
| 1789 | + { |
| 1790 | + "type": "string", |
| 1791 | + "enum": [ |
| 1792 | + "Invalid", |
| 1793 | + "Enabled", |
| 1794 | + "Disabled" |
| 1795 | + ] |
| 1796 | + }, |
| 1797 | + { |
| 1798 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1799 | + } |
| 1800 | + ], |
| 1801 | + "description": "Vault Dedup state." |
| 1802 | + }, |
1783 | 1803 | "storageModelType": { |
1784 | 1804 | "oneOf": [ |
1785 | 1805 | { |
|
1831 | 1851 | } |
1832 | 1852 | ], |
1833 | 1853 | "description": "Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked." |
| 1854 | + }, |
| 1855 | + "xcoolState": { |
| 1856 | + "oneOf": [ |
| 1857 | + { |
| 1858 | + "type": "string", |
| 1859 | + "enum": [ |
| 1860 | + "Invalid", |
| 1861 | + "Enabled", |
| 1862 | + "Disabled" |
| 1863 | + ] |
| 1864 | + }, |
| 1865 | + { |
| 1866 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1867 | + } |
| 1868 | + ], |
| 1869 | + "description": "Vault x-cool state." |
1834 | 1870 | } |
1835 | 1871 | }, |
1836 | 1872 | "description": "The resource storage details." |
|
1918 | 1954 | ], |
1919 | 1955 | "description": "Enabled or Disabled." |
1920 | 1956 | }, |
| 1957 | + "isSoftDeleteFeatureStateEditable": { |
| 1958 | + "oneOf": [ |
| 1959 | + { |
| 1960 | + "type": "boolean" |
| 1961 | + }, |
| 1962 | + { |
| 1963 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1964 | + } |
| 1965 | + ], |
| 1966 | + "description": "Is soft delete feature state editable" |
| 1967 | + }, |
1921 | 1968 | "resourceGuardOperationRequests": { |
1922 | 1969 | "oneOf": [ |
1923 | 1970 | { |
|
2442 | 2489 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2443 | 2490 | } |
2444 | 2491 | ] |
| 2492 | + }, |
| 2493 | + "linuxVmApplicationName": { |
| 2494 | + "type": "string", |
| 2495 | + "description": "Linux VM name" |
2445 | 2496 | } |
2446 | 2497 | }, |
2447 | 2498 | "description": "Extended Properties for Azure IaasVM Backup." |
|
3433 | 3484 | "type": "string", |
3434 | 3485 | "description": "Time remaining before the DS marked for deferred delete is permanently deleted" |
3435 | 3486 | }, |
| 3487 | + "isArchiveEnabled": { |
| 3488 | + "oneOf": [ |
| 3489 | + { |
| 3490 | + "type": "boolean" |
| 3491 | + }, |
| 3492 | + { |
| 3493 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 3494 | + } |
| 3495 | + ], |
| 3496 | + "description": "Flag to identify whether datasource is protected in archive" |
| 3497 | + }, |
3436 | 3498 | "isDeferredDeleteScheduleUpcoming": { |
3437 | 3499 | "oneOf": [ |
3438 | 3500 | { |
|
3475 | 3537 | "type": "string", |
3476 | 3538 | "description": "ID of the backup policy with which this item is backed up." |
3477 | 3539 | }, |
| 3540 | + "policyName": { |
| 3541 | + "type": "string", |
| 3542 | + "description": "Name of the policy used for protection" |
| 3543 | + }, |
3478 | 3544 | "resourceGuardOperationRequests": { |
3479 | 3545 | "oneOf": [ |
3480 | 3546 | { |
|
3580 | 3646 | "type": "string", |
3581 | 3647 | "description": "Status of health of the container." |
3582 | 3648 | }, |
| 3649 | + "protectableObjectType": { |
| 3650 | + "type": "string", |
| 3651 | + "description": "Type of the protectable object associated with this container" |
| 3652 | + }, |
3583 | 3653 | "registrationStatus": { |
3584 | 3654 | "type": "string", |
3585 | 3655 | "description": "Status of registration of the container with the Recovery Services Vault." |
|
0 commit comments