Microsoft.Compute locations/diagnostics 'diskInspection' 2024-06-01-preview
Bicep resource definition
The locations/diagnostics resource type can exist at: Subscriptions
Options for name property
The locations/diagnostics resource accepts different properties based on the value of the name property.
This article shows the properties that are available when you set name: 'diskInspection'
.
For other options, see:
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.Compute/locations/diagnostics resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Compute/locations/diagnostics@2024-06-01-preview' existing = {
name: 'string'
}
Property values
locations/diagnostics-diskInspection
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in Bicep. |
'diskInspection' |
ARM template resource definition
The locations/diagnostics resource type can exist at: Subscriptions
Options for name property
The locations/diagnostics resource accepts different properties based on the value of the name property.
This article shows the properties that are available when you set name: 'diskInspection'
.
For other options, see:
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.Compute/locations/diagnostics resource, add the following JSON to your template.
[reference(resourceId('Microsoft.Compute/locations/diagnostics', '{name}'), '2024-06-01-preview')]
Property values
locations/diagnostics-diskInspection
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in JSON ARM templates. |
'diskInspection' |
Terraform (AzAPI provider) resource definition
The locations/diagnostics resource type can exist at: Subscriptions
Options for name property
The locations/diagnostics resource accepts different properties based on the value of the name property.
This article shows the properties that are available when you set name: 'diskInspection'
.
For other options, see:
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.Compute/locations/diagnostics resource, add the following Terraform to your template.
data "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/locations/diagnostics@2024-06-01-preview"
name = "string"
parent_id = "string"
}
Property values
locations/diagnostics-diskInspection
Name | Description | Value |
---|---|---|
name | The name of the existing resource. | "diskInspection" |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: locations |