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.
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"
}
}
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 |
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 |