@azure/arm-healthbot 2.1.1-alpha.20250205.1 → 2.1.1-alpha.20250206.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/{dist-esm/src → dist/browser}/healthbotClient.d.ts +2 -2
- package/dist/browser/healthbotClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/healthbotClient.js +15 -18
- package/dist/browser/healthbotClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/bots.d.ts +3 -3
- package/dist/browser/operations/bots.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/bots.js +70 -78
- package/dist/browser/operations/bots.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.d.ts +1 -1
- package/dist/browser/operationsInterfaces/bots.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/bots.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/healthbotClient.d.ts +21 -0
- package/dist/commonjs/healthbotClient.d.ts.map +1 -0
- package/dist/commonjs/healthbotClient.js +103 -0
- package/dist/commonjs/healthbotClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-healthbot.d.ts → dist/commonjs/models/index.d.ts} +313 -454
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +23 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +19 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +506 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +12 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +115 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/bots.d.ts +99 -0
- package/dist/commonjs/operations/bots.d.ts.map +1 -0
- package/dist/commonjs/operations/bots.js +481 -0
- package/dist/commonjs/operations/bots.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +138 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/bots.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/bots.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/bots.js +10 -0
- package/dist/commonjs/operationsInterfaces/bots.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/healthbotClient.d.ts +21 -0
- package/dist/esm/healthbotClient.d.ts.map +1 -0
- package/dist/esm/healthbotClient.js +98 -0
- package/dist/esm/healthbotClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +313 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +19 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +503 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +12 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +112 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/bots.d.ts +99 -0
- package/dist/esm/operations/bots.d.ts.map +1 -0
- package/dist/esm/operations/bots.js +477 -0
- package/dist/esm/operations/bots.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +134 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/bots.d.ts +63 -0
- package/dist/esm/operationsInterfaces/bots.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/bots.js} +2 -3
- package/dist/esm/operationsInterfaces/bots.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/healthbotClient.d.ts +21 -0
- package/dist/react-native/healthbotClient.d.ts.map +1 -0
- package/dist/react-native/healthbotClient.js +98 -0
- package/dist/react-native/healthbotClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +313 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +20 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +19 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +503 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +12 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +112 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/bots.d.ts +99 -0
- package/dist/react-native/operations/bots.d.ts.map +1 -0
- package/dist/react-native/operations/bots.js +477 -0
- package/dist/react-native/operations/bots.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +134 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/bots.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/bots.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/bots.js +9 -0
- package/dist/react-native/operationsInterfaces/bots.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -1451
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/botsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/botsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/botsCreateSample.js +0 -33
- package/dist-esm/samples-dev/botsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/botsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/botsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/botsDeleteSample.js +0 -29
- package/dist-esm/samples-dev/botsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/botsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/botsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/botsGetSample.js +0 -29
- package/dist-esm/samples-dev/botsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/botsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/botsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/botsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/botsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/botsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/botsListSample.js +0 -43
- package/dist-esm/samples-dev/botsListSample.js.map +0 -1
- package/dist-esm/samples-dev/botsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/botsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/botsUpdateSample.js +0 -23
- package/dist-esm/samples-dev/botsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -43
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/healthbotClient.d.ts.map +0 -1
- package/dist-esm/src/healthbotClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/bots.d.ts.map +0 -1
- package/dist-esm/src/operations/bots.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/bots.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/bots.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/healthbotClient.ts +0 -142
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -355
- package/src/models/mappers.ts +0 -530
- package/src/models/parameters.ts +0 -130
- package/src/operations/bots.ts +0 -619
- package/src/operations/operations.ts +0 -150
- package/src/operationsInterfaces/bots.ts +0 -116
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/bots.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -1,454 +1,313 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
export
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*/
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
*
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
*
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
/**
|
|
168
|
-
|
|
169
|
-
/**
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*/
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
/**
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
|
|
217
|
-
/** The
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
/**
|
|
249
|
-
export
|
|
250
|
-
/**
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
export
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
*/
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
User = "User",
|
|
315
|
-
/** Application */
|
|
316
|
-
Application = "Application",
|
|
317
|
-
/** ManagedIdentity */
|
|
318
|
-
ManagedIdentity = "ManagedIdentity",
|
|
319
|
-
/** Key */
|
|
320
|
-
Key = "Key"
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
/** Operation detail payload */
|
|
324
|
-
export declare interface OperationDetail {
|
|
325
|
-
/** Name of the operation */
|
|
326
|
-
name?: string;
|
|
327
|
-
/** Indicates whether the operation is a data action */
|
|
328
|
-
isDataAction?: boolean;
|
|
329
|
-
/** Display of the operation */
|
|
330
|
-
display?: OperationDisplay;
|
|
331
|
-
/** Origin of the operation */
|
|
332
|
-
origin?: string;
|
|
333
|
-
/** Additional properties. */
|
|
334
|
-
properties?: Record<string, unknown>;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/** Operation display payload */
|
|
338
|
-
export declare interface OperationDisplay {
|
|
339
|
-
/** Resource provider of the operation */
|
|
340
|
-
provider?: string;
|
|
341
|
-
/** Resource of the operation */
|
|
342
|
-
resource?: string;
|
|
343
|
-
/** Localized friendly name for the operation */
|
|
344
|
-
operation?: string;
|
|
345
|
-
/** Localized friendly description for the operation */
|
|
346
|
-
description?: string;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/** Interface representing a Operations. */
|
|
350
|
-
export declare interface Operations {
|
|
351
|
-
/**
|
|
352
|
-
* Lists all the available Azure Health Bot operations.
|
|
353
|
-
* @param options The options parameters.
|
|
354
|
-
*/
|
|
355
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDetail>;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
/** Optional parameters. */
|
|
359
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
/** Contains response data for the listNext operation. */
|
|
363
|
-
export declare type OperationsListNextResponse = AvailableOperations;
|
|
364
|
-
|
|
365
|
-
/** Optional parameters. */
|
|
366
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
/** Contains response data for the list operation. */
|
|
370
|
-
export declare type OperationsListResponse = AvailableOperations;
|
|
371
|
-
|
|
372
|
-
/** The resource model definition for a ARM tracked top level resource */
|
|
373
|
-
export declare interface Resource {
|
|
374
|
-
/**
|
|
375
|
-
* Fully qualified resource Id for the resource.
|
|
376
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
377
|
-
*/
|
|
378
|
-
readonly id?: string;
|
|
379
|
-
/**
|
|
380
|
-
* The name of the resource
|
|
381
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
382
|
-
*/
|
|
383
|
-
readonly name?: string;
|
|
384
|
-
/**
|
|
385
|
-
* The type of the resource.
|
|
386
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
387
|
-
*/
|
|
388
|
-
readonly type?: string;
|
|
389
|
-
/**
|
|
390
|
-
* Metadata pertaining to creation and last modification of the resource
|
|
391
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
392
|
-
*/
|
|
393
|
-
readonly systemData?: SystemData;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
/** Defines values for ResourceIdentityType. */
|
|
397
|
-
export declare type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
398
|
-
|
|
399
|
-
/** The resource model definition representing SKU */
|
|
400
|
-
export declare interface Sku {
|
|
401
|
-
/** The name of the Azure Health Bot SKU */
|
|
402
|
-
name: SkuName;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/** Defines values for SkuName. */
|
|
406
|
-
export declare type SkuName = "F0" | "S1" | "C0";
|
|
407
|
-
|
|
408
|
-
/** Read only system data */
|
|
409
|
-
export declare interface SystemData {
|
|
410
|
-
/** The identity that created the resource. */
|
|
411
|
-
createdBy?: string;
|
|
412
|
-
/** The type of identity that created the resource */
|
|
413
|
-
createdByType?: IdentityType;
|
|
414
|
-
/** The timestamp of resource creation (UTC) */
|
|
415
|
-
createdAt?: Date;
|
|
416
|
-
/** The identity that last modified the resource. */
|
|
417
|
-
lastModifiedBy?: string;
|
|
418
|
-
/** The type of identity that last modified the resource */
|
|
419
|
-
lastModifiedByType?: IdentityType;
|
|
420
|
-
/** The timestamp of resource last modification (UTC) */
|
|
421
|
-
lastModifiedAt?: Date;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
/** The resource model definition for a ARM tracked top level resource */
|
|
425
|
-
export declare interface TrackedResource extends Resource {
|
|
426
|
-
/** Resource tags. */
|
|
427
|
-
tags?: {
|
|
428
|
-
[propertyName: string]: string;
|
|
429
|
-
};
|
|
430
|
-
/** The geo-location where the resource lives */
|
|
431
|
-
location: string;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
/** The details of the user assigned managed identity used by the Video Analyzer resource. */
|
|
435
|
-
export declare interface UserAssignedIdentity {
|
|
436
|
-
/**
|
|
437
|
-
* The principal ID of user assigned identity.
|
|
438
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
439
|
-
*/
|
|
440
|
-
readonly principalId?: string;
|
|
441
|
-
/**
|
|
442
|
-
* The client ID of user assigned identity.
|
|
443
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
-
*/
|
|
445
|
-
readonly clientId?: string;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
/** The response returned from validation process */
|
|
449
|
-
export declare interface ValidationResult {
|
|
450
|
-
/** The status code of the response validation. */
|
|
451
|
-
status?: string;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The resource model definition representing SKU */
|
|
3
|
+
export interface Sku {
|
|
4
|
+
/** The name of the Azure Health Bot SKU */
|
|
5
|
+
name: SkuName;
|
|
6
|
+
}
|
|
7
|
+
/** Identity for the resource. */
|
|
8
|
+
export interface Identity {
|
|
9
|
+
/**
|
|
10
|
+
* The principal ID of resource identity. This property will only be provided for a system assigned identity.
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly principalId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The tenant ID of resource. This property will only be provided for a system assigned identity.
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly tenantId?: string;
|
|
19
|
+
/** The identity type. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the Azure Health Bot */
|
|
20
|
+
type?: ResourceIdentityType;
|
|
21
|
+
/**
|
|
22
|
+
* The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
|
|
23
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
userAssignedIdentities?: {
|
|
27
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
/** The details of the user assigned managed identity used by the Video Analyzer resource. */
|
|
31
|
+
export interface UserAssignedIdentity {
|
|
32
|
+
/**
|
|
33
|
+
* The principal ID of user assigned identity.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly principalId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The client ID of user assigned identity.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly clientId?: string;
|
|
42
|
+
}
|
|
43
|
+
/** The properties of a Azure Health Bot. The Health Bot Service is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs. */
|
|
44
|
+
export interface HealthBotProperties {
|
|
45
|
+
/**
|
|
46
|
+
* The provisioning state of the Azure Health Bot resource.
|
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
+
*/
|
|
49
|
+
readonly provisioningState?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The link.
|
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
+
*/
|
|
54
|
+
readonly botManagementPortalLink?: string;
|
|
55
|
+
}
|
|
56
|
+
/** The resource model definition for a ARM tracked top level resource */
|
|
57
|
+
export interface Resource {
|
|
58
|
+
/**
|
|
59
|
+
* Fully qualified resource Id for the resource.
|
|
60
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
+
*/
|
|
62
|
+
readonly id?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The name of the resource
|
|
65
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
+
*/
|
|
67
|
+
readonly name?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The type of the resource.
|
|
70
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
+
*/
|
|
72
|
+
readonly type?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Metadata pertaining to creation and last modification of the resource
|
|
75
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
+
*/
|
|
77
|
+
readonly systemData?: SystemData;
|
|
78
|
+
}
|
|
79
|
+
/** Read only system data */
|
|
80
|
+
export interface SystemData {
|
|
81
|
+
/** The identity that created the resource. */
|
|
82
|
+
createdBy?: string;
|
|
83
|
+
/** The type of identity that created the resource */
|
|
84
|
+
createdByType?: IdentityType;
|
|
85
|
+
/** The timestamp of resource creation (UTC) */
|
|
86
|
+
createdAt?: Date;
|
|
87
|
+
/** The identity that last modified the resource. */
|
|
88
|
+
lastModifiedBy?: string;
|
|
89
|
+
/** The type of identity that last modified the resource */
|
|
90
|
+
lastModifiedByType?: IdentityType;
|
|
91
|
+
/** The timestamp of resource last modification (UTC) */
|
|
92
|
+
lastModifiedAt?: Date;
|
|
93
|
+
}
|
|
94
|
+
/** The resource management error response. */
|
|
95
|
+
export interface ErrorModel {
|
|
96
|
+
/** The error object. */
|
|
97
|
+
error?: ErrorError;
|
|
98
|
+
}
|
|
99
|
+
/** The error object. */
|
|
100
|
+
export interface ErrorError {
|
|
101
|
+
/**
|
|
102
|
+
* The error code.
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly code?: string;
|
|
106
|
+
/**
|
|
107
|
+
* The error message.
|
|
108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
+
*/
|
|
110
|
+
readonly message?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The error target.
|
|
113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
114
|
+
*/
|
|
115
|
+
readonly target?: string;
|
|
116
|
+
/**
|
|
117
|
+
* The error details.
|
|
118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
+
*/
|
|
120
|
+
readonly details?: ErrorModel[];
|
|
121
|
+
/**
|
|
122
|
+
* The error additional info.
|
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
+
*/
|
|
125
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
126
|
+
}
|
|
127
|
+
/** The resource management error additional info. */
|
|
128
|
+
export interface ErrorAdditionalInfo {
|
|
129
|
+
/**
|
|
130
|
+
* The additional info type.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly type?: string;
|
|
134
|
+
/**
|
|
135
|
+
* The additional info.
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly info?: Record<string, unknown>;
|
|
139
|
+
}
|
|
140
|
+
/** Parameters for updating a Azure Health Bot. */
|
|
141
|
+
export interface HealthBotUpdateParameters {
|
|
142
|
+
/** Tags for a Azure Health Bot. */
|
|
143
|
+
tags?: {
|
|
144
|
+
[propertyName: string]: string;
|
|
145
|
+
};
|
|
146
|
+
/** SKU of the Azure Health Bot. */
|
|
147
|
+
sku?: Sku;
|
|
148
|
+
/** The identity of the Azure Health Bot. */
|
|
149
|
+
identity?: Identity;
|
|
150
|
+
location?: string;
|
|
151
|
+
}
|
|
152
|
+
/** The list of Azure Health Bot operation response. */
|
|
153
|
+
export interface BotResponseList {
|
|
154
|
+
/**
|
|
155
|
+
* The link used to get the next page of bot service resources.
|
|
156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
+
*/
|
|
158
|
+
readonly nextLink?: string;
|
|
159
|
+
/**
|
|
160
|
+
* Gets the list of Azure Health Bot results and their properties.
|
|
161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
+
*/
|
|
163
|
+
readonly value?: HealthBot[];
|
|
164
|
+
}
|
|
165
|
+
/** Available operations of the service */
|
|
166
|
+
export interface AvailableOperations {
|
|
167
|
+
/** Collection of available operation details */
|
|
168
|
+
value?: OperationDetail[];
|
|
169
|
+
/**
|
|
170
|
+
* URL client should use to fetch the next page (per server side paging).
|
|
171
|
+
* It's null for now, added for future use.
|
|
172
|
+
*/
|
|
173
|
+
nextLink?: string;
|
|
174
|
+
}
|
|
175
|
+
/** Operation detail payload */
|
|
176
|
+
export interface OperationDetail {
|
|
177
|
+
/** Name of the operation */
|
|
178
|
+
name?: string;
|
|
179
|
+
/** Indicates whether the operation is a data action */
|
|
180
|
+
isDataAction?: boolean;
|
|
181
|
+
/** Display of the operation */
|
|
182
|
+
display?: OperationDisplay;
|
|
183
|
+
/** Origin of the operation */
|
|
184
|
+
origin?: string;
|
|
185
|
+
/** Additional properties. */
|
|
186
|
+
properties?: Record<string, unknown>;
|
|
187
|
+
}
|
|
188
|
+
/** Operation display payload */
|
|
189
|
+
export interface OperationDisplay {
|
|
190
|
+
/** Resource provider of the operation */
|
|
191
|
+
provider?: string;
|
|
192
|
+
/** Resource of the operation */
|
|
193
|
+
resource?: string;
|
|
194
|
+
/** Localized friendly name for the operation */
|
|
195
|
+
operation?: string;
|
|
196
|
+
/** Localized friendly description for the operation */
|
|
197
|
+
description?: string;
|
|
198
|
+
}
|
|
199
|
+
/** The response returned from validation process */
|
|
200
|
+
export interface ValidationResult {
|
|
201
|
+
/** The status code of the response validation. */
|
|
202
|
+
status?: string;
|
|
203
|
+
}
|
|
204
|
+
/** The resource model definition for a ARM tracked top level resource */
|
|
205
|
+
export interface TrackedResource extends Resource {
|
|
206
|
+
/** Resource tags. */
|
|
207
|
+
tags?: {
|
|
208
|
+
[propertyName: string]: string;
|
|
209
|
+
};
|
|
210
|
+
/** The geo-location where the resource lives */
|
|
211
|
+
location: string;
|
|
212
|
+
}
|
|
213
|
+
/** Azure Health Bot resource definition */
|
|
214
|
+
export interface HealthBot extends TrackedResource {
|
|
215
|
+
/** SKU of the Azure Health Bot. */
|
|
216
|
+
sku: Sku;
|
|
217
|
+
/** The identity of the Azure Health Bot. */
|
|
218
|
+
identity?: Identity;
|
|
219
|
+
/** The set of properties specific to Azure Health Bot resource. */
|
|
220
|
+
properties?: HealthBotProperties;
|
|
221
|
+
}
|
|
222
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
223
|
+
export declare enum KnownIdentityType {
|
|
224
|
+
/** User */
|
|
225
|
+
User = "User",
|
|
226
|
+
/** Application */
|
|
227
|
+
Application = "Application",
|
|
228
|
+
/** ManagedIdentity */
|
|
229
|
+
ManagedIdentity = "ManagedIdentity",
|
|
230
|
+
/** Key */
|
|
231
|
+
Key = "Key"
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Defines values for IdentityType. \
|
|
235
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
236
|
+
* this enum contains the known values that the service supports.
|
|
237
|
+
* ### Known values supported by the service
|
|
238
|
+
* **User** \
|
|
239
|
+
* **Application** \
|
|
240
|
+
* **ManagedIdentity** \
|
|
241
|
+
* **Key**
|
|
242
|
+
*/
|
|
243
|
+
export type IdentityType = string;
|
|
244
|
+
/** Defines values for SkuName. */
|
|
245
|
+
export type SkuName = "F0" | "S1" | "C0";
|
|
246
|
+
/** Defines values for ResourceIdentityType. */
|
|
247
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
248
|
+
/** Optional parameters. */
|
|
249
|
+
export interface BotsCreateOptionalParams extends coreClient.OperationOptions {
|
|
250
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
251
|
+
updateIntervalInMs?: number;
|
|
252
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
253
|
+
resumeFrom?: string;
|
|
254
|
+
}
|
|
255
|
+
/** Contains response data for the create operation. */
|
|
256
|
+
export type BotsCreateResponse = HealthBot;
|
|
257
|
+
/** Optional parameters. */
|
|
258
|
+
export interface BotsGetOptionalParams extends coreClient.OperationOptions {
|
|
259
|
+
}
|
|
260
|
+
/** Contains response data for the get operation. */
|
|
261
|
+
export type BotsGetResponse = HealthBot;
|
|
262
|
+
/** Optional parameters. */
|
|
263
|
+
export interface BotsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
264
|
+
}
|
|
265
|
+
/** Contains response data for the update operation. */
|
|
266
|
+
export type BotsUpdateResponse = HealthBot;
|
|
267
|
+
/** Optional parameters. */
|
|
268
|
+
export interface BotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
269
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
270
|
+
updateIntervalInMs?: number;
|
|
271
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
272
|
+
resumeFrom?: string;
|
|
273
|
+
}
|
|
274
|
+
/** Optional parameters. */
|
|
275
|
+
export interface BotsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
276
|
+
}
|
|
277
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
278
|
+
export type BotsListByResourceGroupResponse = BotResponseList;
|
|
279
|
+
/** Optional parameters. */
|
|
280
|
+
export interface BotsListOptionalParams extends coreClient.OperationOptions {
|
|
281
|
+
}
|
|
282
|
+
/** Contains response data for the list operation. */
|
|
283
|
+
export type BotsListResponse = BotResponseList;
|
|
284
|
+
/** Optional parameters. */
|
|
285
|
+
export interface BotsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
286
|
+
}
|
|
287
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
288
|
+
export type BotsListByResourceGroupNextResponse = BotResponseList;
|
|
289
|
+
/** Optional parameters. */
|
|
290
|
+
export interface BotsListNextOptionalParams extends coreClient.OperationOptions {
|
|
291
|
+
}
|
|
292
|
+
/** Contains response data for the listNext operation. */
|
|
293
|
+
export type BotsListNextResponse = BotResponseList;
|
|
294
|
+
/** Optional parameters. */
|
|
295
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
296
|
+
}
|
|
297
|
+
/** Contains response data for the list operation. */
|
|
298
|
+
export type OperationsListResponse = AvailableOperations;
|
|
299
|
+
/** Optional parameters. */
|
|
300
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
301
|
+
}
|
|
302
|
+
/** Contains response data for the listNext operation. */
|
|
303
|
+
export type OperationsListNextResponse = AvailableOperations;
|
|
304
|
+
/** Optional parameters. */
|
|
305
|
+
export interface HealthbotClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
306
|
+
/** server parameter */
|
|
307
|
+
$host?: string;
|
|
308
|
+
/** Api Version */
|
|
309
|
+
apiVersion?: string;
|
|
310
|
+
/** Overrides client endpoint. */
|
|
311
|
+
endpoint?: string;
|
|
312
|
+
}
|
|
313
|
+
//# sourceMappingURL=index.d.ts.map
|