Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
- Latest
- 2025-02-01
- 2025-01-01
- 2024-04-01
- 2024-03-01
- 2024-02-01-preview
- 2023-12-01
- 2023-11-01
- 2023-08-01-preview
- 2023-06-01-preview
- 2023-05-01
- 2023-04-01-preview
- 2023-01-01
- 2022-12-01
- 2022-11-01-preview
- 2022-10-01-preview
- 2022-09-01-preview
- 2022-05-01
- 2022-04-01
- 2022-03-31-preview
- 2022-03-01
- 2022-02-01-preview
- 2022-01-01
- 2021-12-01-preview
- 2021-10-01-preview
- 2021-07-01
- 2021-06-01-preview
- 2021-02-01-preview
- 2021-01-01
Bicep resource definition
The backupVaults/operationResults resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.DataProtection/backupVaults/operationResults resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.DataProtection/backupVaults/operationResults@2024-03-01' = {
parent: resourceSymbolicName
name: 'string'
}
Property Values
Microsoft.DataProtection/backupVaults/operationResults
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: backupVaults |
ARM template resource definition
The backupVaults/operationResults resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.DataProtection/backupVaults/operationResults resource, add the following JSON to your template.
{
"type": "Microsoft.DataProtection/backupVaults/operationResults",
"apiVersion": "2024-03-01",
"name": "string"
}
Property Values
Microsoft.DataProtection/backupVaults/operationResults
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2024-03-01' |
name | The resource name | string (required) |
type | The resource type | 'Microsoft.DataProtection/backupVaults/operationResults' |
Kullanım Örnekleri
Terraform (AzAPI provider) resource definition
The backupVaults/operationResults resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.DataProtection/backupVaults/operationResults resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataProtection/backupVaults/operationResults@2024-03-01"
name = "string"
}
Property Values
Microsoft.DataProtection/backupVaults/operationResults
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: backupVaults |
type | The resource type | "Microsoft.DataProtection/backupVaults/operationResults@2024-03-01" |