Microsoft.TestBase testBaseAccounts/packages/favoriteProcesses

ARM template resource definition

The testBaseAccounts/packages/favoriteProcesses 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.TestBase/testBaseAccounts/packages/favoriteProcesses resource, add the following JSON to your template.

{
  "type": "Microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses",
  "apiVersion": "2022-04-01-preview",
  "name": "string",
  "properties": {
    "actualProcessName": "string"
  }
}

Property values

testBaseAccounts/packages/favoriteProcesses

Name Description Value
type The resource type 'Microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses'
apiVersion The resource api version '2022-04-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Properties of a favorite process identifier. FavoriteProcessProperties

FavoriteProcessProperties

Name Description Value
actualProcessName The actual name of the favorite process. It will be equal to resource name except for the scenario that the process name contains characters that are not allowed in the resource name. string (required)