-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
get.json
43 lines (43 loc) · 1.1 KB
/
get.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"api-version": "2022-10-01"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
},
"datastoreType": "AzureBlob",
"accountName": "string",
"containerName": "string",
"endpoint": "core.windows.net",
"protocol": "https"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999Z",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User"
}
}
}
}
}