Microsoft.MachineLearningServices workspaces/connections 2020-06-01
Template format
To create a Microsoft.MachineLearningServices/workspaces/connections resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.MachineLearningServices/workspaces/connections",
"apiVersion": "2020-06-01",
"properties": {
"category": "string",
"target": "string",
"authType": "string",
"value": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.MachineLearningServices/workspaces/connections object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | Friendly name of the workspace connection |
type | enum | Yes | connections -or- Microsoft.MachineLearningServices/workspaces/connections See Set name and type for child resources. |
apiVersion | enum | Yes | 2020-06-01 |
properties | object | Yes | Properties of workspace connection. - WorkspaceConnectionProps object |
WorkspaceConnectionProps object
Name | Type | Required | Value |
---|---|---|---|
category | string | No | Category of the workspace connection. |
target | string | No | Target of the workspace connection. |
authType | string | No | Authorization type of the workspace connection. |
value | string | No | Value details of the workspace connection. |