Microsoft.RecoveryServices vaults/backupPolicies/operationResults 2024-01-01
- Latest
- 2024-04-30-preview
- 2024-04-01
- 2024-02-01
- 2024-01-01
- 2023-08-01
- 2023-06-01
- 2023-04-01
- 2023-02-01
- 2023-01-01
- 2022-10-01
- 2022-09-30-preview
- 2022-09-01-preview
- 2022-06-01-preview
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-01
- 2021-12-01
- 2021-10-01
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2021-02-01
- 2021-02-01-preview
- 2021-01-01
- 2020-12-01
- 2020-10-01
- 2019-06-15
- 2019-05-13
- 2016-06-01
Bicep resource definition
The vaults/backupPolicies/operationResults resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the existing
keyword.
Resource format
To create a Microsoft.RecoveryServices/vaults/backupPolicies/operationResults resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2024-01-01' existing = {
name: 'string'
}
Property values
vaults/backupPolicies/operationResults
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in Bicep. |
string (required) |
ARM template resource definition
The vaults/backupPolicies/operationResults resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the reference
function.
Resource format
To create a Microsoft.RecoveryServices/vaults/backupPolicies/operationResults resource, add the following JSON to your template.
[reference(resourceId('Microsoft.RecoveryServices/vaults/backupPolicies/operationResults', '{name}'), '2024-01-01')]
Property values
vaults/backupPolicies/operationResults
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in JSON ARM templates. |
string (required) |
Terraform (AzAPI provider) resource definition
The vaults/backupPolicies/operationResults resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the data
keyword.
Resource format
To create a Microsoft.RecoveryServices/vaults/backupPolicies/operationResults resource, add the following Terraform to your template.
data "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2024-01-01"
name = "string"
parent_id = "string"
}
Property values
vaults/backupPolicies/operationResults
Name | Description | Value |
---|---|---|
name | The name of the existing resource. | string (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: backupPolicies |