Microsoft.MachineLearningServices workspaces/linkedWorkspaces

ARM template resource definition

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

{
  "type": "Microsoft.MachineLearningServices/workspaces/linkedWorkspaces",
  "apiVersion": "2020-05-15-preview",
  "name": "string",
  "properties": {
    "linkedWorkspaceResourceId": "string",
    "userAssignedIdentityResourceId": "string"
  }
}

Property values

workspaces/linkedWorkspaces

Name Description Value
type The resource type 'Microsoft.MachineLearningServices/workspaces/linkedWorkspaces'
apiVersion The resource api version '2020-05-15-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties LinkedWorkspace specific properties. LinkedWorkspaceProps

LinkedWorkspaceProps

Name Description Value
linkedWorkspaceResourceId ResourceId of the link target of the linked workspace. string
userAssignedIdentityResourceId ResourceId of the user assigned identity for the linked workspace. string