Microsoft.DataBoxEdge dataBoxEdgeDevices/diagnosticRemoteSupportSettings

ARM template resource definition

The dataBoxEdgeDevices/diagnosticRemoteSupportSettings 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/diagnosticRemoteSupportSettings resource, add the following JSON to your template.

{
  "type": "Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings",
  "apiVersion": "2023-12-01",
  "name": "default",
  "properties": {
    "remoteSupportSettingsList": [
      {
        "accessLevel": "string",
        "expirationTimeStampInUTC": "string",
        "remoteApplicationType": "string"
      }
    ]
  }
}

Property values

dataBoxEdgeDevices/diagnosticRemoteSupportSettings

Name Description Value
type The resource type 'Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings'
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 remote support settings. DiagnosticRemoteSupportSettingsProperties (required)

DiagnosticRemoteSupportSettingsProperties

Name Description Value
remoteSupportSettingsList Remote support settings list according to the RemoteApplicationType RemoteSupportSettings[]

RemoteSupportSettings

Name Description Value
accessLevel Access level allowed for this remote application type 'FullAccess'
'None'
'ReadOnly'
'ReadWrite'

expirationTimeStampInUTC Expiration time stamp string
remoteApplicationType Remote application type 'AllApplications'
'LocalUI'
'Powershell'
'WAC'