Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions schemas/2021-10-01/Microsoft.RecoveryServices.Backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,10 @@
"type": "string",
"description": "Indicates consistency of policy object and policy applied to this backup item."
},
"recoveryModel": {
"type": "string",
"description": "Indicates consistency of policy object and policy applied to this backup item."
},
"recoveryPointCount": {
"oneOf": [
{
Expand Down Expand Up @@ -1780,6 +1784,22 @@
],
"description": "Opt in details of Cross Region Restore feature."
},
"dedupState": {
"oneOf": [
{
"type": "string",
"enum": [
"Invalid",
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Vault Dedup state."
},
"storageModelType": {
"oneOf": [
{
Expand Down Expand Up @@ -1831,6 +1851,22 @@
}
],
"description": "Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked."
},
"xcoolState": {
"oneOf": [
{
"type": "string",
"enum": [
"Invalid",
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Vault x-cool state."
}
},
"description": "The resource storage details."
Expand Down Expand Up @@ -1918,6 +1954,17 @@
],
"description": "Enabled or Disabled."
},
"isSoftDeleteFeatureStateEditable": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Is soft delete feature state editable"
},
"resourceGuardOperationRequests": {
"oneOf": [
{
Expand Down Expand Up @@ -2442,6 +2489,10 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"linuxVmApplicationName": {
"type": "string",
"description": "Linux VM name"
}
},
"description": "Extended Properties for Azure IaasVM Backup."
Expand Down Expand Up @@ -3433,6 +3484,17 @@
"type": "string",
"description": "Time remaining before the DS marked for deferred delete is permanently deleted"
},
"isArchiveEnabled": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Flag to identify whether datasource is protected in archive"
},
"isDeferredDeleteScheduleUpcoming": {
"oneOf": [
{
Expand Down Expand Up @@ -3475,6 +3537,10 @@
"type": "string",
"description": "ID of the backup policy with which this item is backed up."
},
"policyName": {
"type": "string",
"description": "Name of the policy used for protection"
},
"resourceGuardOperationRequests": {
"oneOf": [
{
Expand Down Expand Up @@ -3580,6 +3646,10 @@
"type": "string",
"description": "Status of health of the container."
},
"protectableObjectType": {
"type": "string",
"description": "Type of the protectable object associated with this container"
},
"registrationStatus": {
"type": "string",
"description": "Status of registration of the container with the Recovery Services Vault."
Expand Down