The vaults/backupEncryptionConfigs 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/backupEncryptionConfigs resource, add the following JSON to your template.
{
"type": "Microsoft.RecoveryServices/vaults/backupEncryptionConfigs",
"apiVersion": "2023-01-01",
"name": "backupResourceEncryptionConfig",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"eTag": "string",
"properties": {
"encryptionAtRestType": "string",
"infrastructureEncryptionState": "string",
"keyUri": "string",
"lastUpdateStatus": "string",
"subscriptionId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.RecoveryServices/vaults/backupEncryptionConfigs' |
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. |
'backupResourceEncryptionConfig' |
location | Resource location. | string |
tags | Resource tags. | Dictionary of tag names and values. See Tags in templates |
eTag | Optional ETag. | string |
properties | BackupResourceEncryptionConfigResource properties | BackupResourceEncryptionConfigOrBackupResourceEncryp... |
Name | Description | Value |
---|---|---|
encryptionAtRestType | Encryption At Rest Type | 'CustomerManaged' 'Invalid' 'MicrosoftManaged' |
infrastructureEncryptionState | 'Disabled' 'Enabled' 'Invalid' |
|
keyUri | Key Vault Key URI | string |
lastUpdateStatus | 'Failed' 'FirstInitialization' 'Initialized' 'Invalid' 'NotEnabled' 'PartiallyFailed' 'PartiallySucceeded' 'Succeeded' |
|
subscriptionId | Key Vault Subscription Id | string |