Microsoft.RecoveryServices vaults/backupResourceGuardProxies

ARM template resource definition

The vaults/backupResourceGuardProxies resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.RecoveryServices/vaults/backupResourceGuardProxies resource, add the following JSON to your template.

{
  "type": "Microsoft.RecoveryServices/vaults/backupResourceGuardProxies",
  "apiVersion": "2023-01-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "eTag": "string",
  "properties": {
    "description": "string",
    "lastUpdatedTime": "string",
    "resourceGuardOperationDetails": [
      {
        "defaultResourceRequest": "string",
        "vaultCriticalOperation": "string"
      }
    ],
    "resourceGuardResourceId": "string"
  }
}

Property values

vaults/backupResourceGuardProxies

Name Description Value
type The resource type 'Microsoft.RecoveryServices/vaults/backupResourceGuardProxies'
apiVersion The resource api version '2023-01-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
location Resource location. string
tags Resource tags. Dictionary of tag names and values. See Tags in templates
eTag Optional ETag. string
properties ResourceGuardProxyBaseResource properties ResourceGuardProxyBase

ResourceGuardProxyBase

Name Description Value
description string
lastUpdatedTime string
resourceGuardOperationDetails ResourceGuardOperationDetail[]
resourceGuardResourceId string

ResourceGuardOperationDetail

Name Description Value
defaultResourceRequest string
vaultCriticalOperation string