-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathApplication_Create.json
61 lines (61 loc) · 2.28 KB
/
Application_Create.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"parameters": {
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa",
"resourceGroupName": "resourceGroup1",
"applicationGroupName": "applicationGroup1",
"applicationName": "application1",
"api-version": "2019-09-24-preview",
"application": {
"properties": {
"description": "des1",
"friendlyName": "friendly",
"filePath": "path",
"commandLineSetting": "Allow",
"commandLineArguments": "arguments",
"showInPortal": true,
"iconPath": "icon",
"iconIndex": 1
}
}
},
"responses": {
"200": {
"body": {
"name": "applicationGroup1/application1",
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1/applications/application1",
"type": "Microsoft.DesktopVirtualization/applicationGroups/applications",
"properties": {
"description": "des1",
"friendlyName": "friendly",
"filePath": "path",
"commandLineSetting": "Allow",
"commandLineArguments": "arguments",
"showInPortal": true,
"iconPath": "icon",
"iconIndex": 1,
"iconHash": "bEQ1n2HysrGxCDvgt4bfOtkET8ydzh5SXGM0KGTBPVc",
"iconContent": "AAABAAgAAAAAAAEAIAA7MwAAhgAAAEBAAAABACAAKEIAAMEzAAAwMAAAAQAgAKglAADpdQAAKCgAAAEA..."
}
}
},
"201": {
"body": {
"name": "applicationGroup1/application1",
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1/applications/application1",
"type": "Microsoft.DesktopVirtualization/applicationGroups/applications",
"properties": {
"description": "des1",
"friendlyName": "friendly",
"filePath": "path",
"commandLineSetting": "Allow",
"commandLineArguments": "arguments",
"showInPortal": true,
"iconPath": "icon",
"iconIndex": 1,
"iconHash": "bEQ1n2HysrGxCDvgt4bfOtkET8ydzh5SXGM0KGTBPVc",
"iconContent": "AAABAAgAAAAAAAEAIAA7MwAAhgAAAEBAAAABACAAKEIAAMEzAAAwMAAAAQAgAKglAADpdQAAKCgAAAEA..."
}
}
}
}
}