Microsoft.DataBoxEdge dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings

ARM template resource definition

The dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings resource, add the following JSON to your template.

{
  "type": "Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings",
  "apiVersion": "2023-12-01",
  "name": "default",
  "properties": {
    "userConsent": "string"
  }
}

Property values

dataBoxEdgeDevices/diagnosticProactiveLogCollectionS...

Name Description Value
type The resource type 'Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings'
apiVersion The resource api version '2023-12-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
'default'
properties Properties of the diagnostic proactive log collection settings. ProactiveLogCollectionSettingsProperties (required)

ProactiveLogCollectionSettingsProperties

Name Description Value
userConsent Proactive diagnostic collection consent flag 'Disabled'
'Enabled' (required)