The vaults/backupResourceGuardProxies resource type can be deployed to:
For a list of changed properties in each API version, see change log.
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"
}
}
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 |
Name | Description | Value |
---|---|---|
description | string | |
lastUpdatedTime | string | |
resourceGuardOperationDetails | ResourceGuardOperationDetail[] | |
resourceGuardResourceId | string |
Name | Description | Value |
---|---|---|
defaultResourceRequest | string | |
vaultCriticalOperation | string |