@azure-rest/arm-servicefabric 1.0.0-beta.1 → 1.0.0-beta.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.
Files changed (224) hide show
  1. package/LICENSE +4 -4
  2. package/README.md +4 -6
  3. package/dist/browser/clientDefinitions.d.ts +137 -0
  4. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  5. package/dist/browser/clientDefinitions.js +4 -0
  6. package/dist/browser/clientDefinitions.js.map +1 -0
  7. package/dist/browser/customizedApiVersionPolicy.d.ts +10 -0
  8. package/dist/browser/customizedApiVersionPolicy.d.ts.map +1 -0
  9. package/{dist-esm/src → dist/browser}/customizedApiVersionPolicy.js +1 -1
  10. package/dist/browser/customizedApiVersionPolicy.js.map +1 -0
  11. package/dist/browser/index.d.ts +12 -0
  12. package/dist/browser/index.d.ts.map +1 -0
  13. package/dist/browser/index.js +14 -0
  14. package/dist/browser/index.js.map +1 -0
  15. package/dist/browser/isUnexpected.d.ts +32 -0
  16. package/dist/browser/isUnexpected.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/isUnexpected.js +64 -120
  18. package/dist/browser/isUnexpected.js.map +1 -0
  19. package/dist/browser/logger.d.ts +2 -0
  20. package/dist/browser/logger.d.ts.map +1 -0
  21. package/dist/browser/logger.js +5 -0
  22. package/dist/browser/logger.js.map +1 -0
  23. package/dist/browser/models.d.ts +772 -0
  24. package/dist/browser/models.d.ts.map +1 -0
  25. package/dist/browser/models.js +4 -0
  26. package/dist/browser/models.js.map +1 -0
  27. package/dist/browser/outputModels.d.ts +861 -0
  28. package/dist/browser/outputModels.d.ts.map +1 -0
  29. package/dist/browser/outputModels.js +4 -0
  30. package/dist/browser/outputModels.js.map +1 -0
  31. package/dist/browser/package.json +3 -0
  32. package/dist/browser/paginateHelper.d.ts +68 -0
  33. package/dist/browser/paginateHelper.d.ts.map +1 -0
  34. package/dist/browser/paginateHelper.js +167 -0
  35. package/dist/browser/paginateHelper.js.map +1 -0
  36. package/dist/browser/parameters.d.ts +105 -0
  37. package/dist/browser/parameters.d.ts.map +1 -0
  38. package/dist/browser/parameters.js +4 -0
  39. package/dist/browser/parameters.js.map +1 -0
  40. package/dist/browser/pollingHelper.d.ts +76 -0
  41. package/dist/browser/pollingHelper.d.ts.map +1 -0
  42. package/dist/browser/pollingHelper.js +104 -0
  43. package/dist/browser/pollingHelper.js.map +1 -0
  44. package/dist/browser/responses.d.ts +328 -0
  45. package/dist/browser/responses.d.ts.map +1 -0
  46. package/dist/browser/responses.js +4 -0
  47. package/dist/browser/responses.js.map +1 -0
  48. package/dist/browser/serviceFabricClient.d.ts +15 -0
  49. package/dist/browser/serviceFabricClient.d.ts.map +1 -0
  50. package/dist/browser/serviceFabricClient.js +42 -0
  51. package/dist/browser/serviceFabricClient.js.map +1 -0
  52. package/dist/commonjs/clientDefinitions.d.ts +137 -0
  53. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  54. package/dist/commonjs/clientDefinitions.js +5 -0
  55. package/dist/commonjs/clientDefinitions.js.map +1 -0
  56. package/dist/commonjs/customizedApiVersionPolicy.d.ts +10 -0
  57. package/dist/commonjs/customizedApiVersionPolicy.d.ts.map +1 -0
  58. package/dist/commonjs/customizedApiVersionPolicy.js +27 -0
  59. package/dist/commonjs/customizedApiVersionPolicy.js.map +1 -0
  60. package/dist/commonjs/index.d.ts +12 -0
  61. package/dist/commonjs/index.d.ts.map +1 -0
  62. package/dist/commonjs/index.js +17 -0
  63. package/dist/commonjs/index.js.map +1 -0
  64. package/dist/commonjs/isUnexpected.d.ts +32 -0
  65. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  66. package/dist/commonjs/isUnexpected.js +102 -0
  67. package/dist/commonjs/isUnexpected.js.map +1 -0
  68. package/dist/commonjs/logger.d.ts +2 -0
  69. package/dist/commonjs/logger.d.ts.map +1 -0
  70. package/dist/commonjs/logger.js +8 -0
  71. package/dist/commonjs/logger.js.map +1 -0
  72. package/dist/commonjs/models.d.ts +772 -0
  73. package/dist/commonjs/models.d.ts.map +1 -0
  74. package/dist/commonjs/models.js +5 -0
  75. package/dist/commonjs/models.js.map +1 -0
  76. package/dist/commonjs/outputModels.d.ts +861 -0
  77. package/dist/commonjs/outputModels.d.ts.map +1 -0
  78. package/dist/commonjs/outputModels.js +5 -0
  79. package/dist/commonjs/outputModels.js.map +1 -0
  80. package/dist/commonjs/package.json +3 -0
  81. package/dist/commonjs/paginateHelper.d.ts +68 -0
  82. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  83. package/dist/commonjs/paginateHelper.js +170 -0
  84. package/dist/commonjs/paginateHelper.js.map +1 -0
  85. package/dist/commonjs/parameters.d.ts +105 -0
  86. package/dist/commonjs/parameters.d.ts.map +1 -0
  87. package/dist/commonjs/parameters.js +5 -0
  88. package/dist/commonjs/parameters.js.map +1 -0
  89. package/dist/commonjs/pollingHelper.d.ts +76 -0
  90. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  91. package/dist/commonjs/pollingHelper.js +107 -0
  92. package/dist/commonjs/pollingHelper.js.map +1 -0
  93. package/dist/commonjs/responses.d.ts +328 -0
  94. package/dist/commonjs/responses.d.ts.map +1 -0
  95. package/dist/commonjs/responses.js +5 -0
  96. package/dist/commonjs/responses.js.map +1 -0
  97. package/dist/commonjs/serviceFabricClient.d.ts +15 -0
  98. package/dist/commonjs/serviceFabricClient.d.ts.map +1 -0
  99. package/dist/commonjs/serviceFabricClient.js +45 -0
  100. package/dist/commonjs/serviceFabricClient.js.map +1 -0
  101. package/dist/commonjs/tsdoc-metadata.json +11 -0
  102. package/dist/esm/clientDefinitions.d.ts +137 -0
  103. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  104. package/dist/esm/clientDefinitions.js +4 -0
  105. package/dist/esm/clientDefinitions.js.map +1 -0
  106. package/dist/esm/customizedApiVersionPolicy.d.ts +10 -0
  107. package/dist/esm/customizedApiVersionPolicy.d.ts.map +1 -0
  108. package/dist/esm/customizedApiVersionPolicy.js +23 -0
  109. package/dist/esm/customizedApiVersionPolicy.js.map +1 -0
  110. package/dist/esm/index.d.ts +12 -0
  111. package/dist/esm/index.d.ts.map +1 -0
  112. package/dist/esm/index.js +14 -0
  113. package/dist/esm/index.js.map +1 -0
  114. package/dist/esm/isUnexpected.d.ts +32 -0
  115. package/dist/esm/isUnexpected.d.ts.map +1 -0
  116. package/dist/esm/isUnexpected.js +99 -0
  117. package/dist/esm/isUnexpected.js.map +1 -0
  118. package/dist/esm/logger.d.ts +2 -0
  119. package/dist/esm/logger.d.ts.map +1 -0
  120. package/dist/esm/logger.js +5 -0
  121. package/dist/esm/logger.js.map +1 -0
  122. package/dist/esm/models.d.ts +772 -0
  123. package/dist/esm/models.d.ts.map +1 -0
  124. package/dist/esm/models.js +4 -0
  125. package/dist/esm/models.js.map +1 -0
  126. package/dist/esm/outputModels.d.ts +861 -0
  127. package/dist/esm/outputModels.d.ts.map +1 -0
  128. package/dist/esm/outputModels.js +4 -0
  129. package/dist/esm/outputModels.js.map +1 -0
  130. package/dist/esm/package.json +3 -0
  131. package/dist/esm/paginateHelper.d.ts +68 -0
  132. package/dist/esm/paginateHelper.d.ts.map +1 -0
  133. package/dist/esm/paginateHelper.js +167 -0
  134. package/dist/esm/paginateHelper.js.map +1 -0
  135. package/dist/esm/parameters.d.ts +105 -0
  136. package/dist/esm/parameters.d.ts.map +1 -0
  137. package/dist/esm/parameters.js +4 -0
  138. package/dist/esm/parameters.js.map +1 -0
  139. package/dist/esm/pollingHelper.d.ts +76 -0
  140. package/dist/esm/pollingHelper.d.ts.map +1 -0
  141. package/dist/esm/pollingHelper.js +104 -0
  142. package/dist/esm/pollingHelper.js.map +1 -0
  143. package/dist/esm/responses.d.ts +328 -0
  144. package/dist/esm/responses.d.ts.map +1 -0
  145. package/dist/esm/responses.js +4 -0
  146. package/dist/esm/responses.js.map +1 -0
  147. package/dist/esm/serviceFabricClient.d.ts +15 -0
  148. package/dist/esm/serviceFabricClient.d.ts.map +1 -0
  149. package/dist/esm/serviceFabricClient.js +42 -0
  150. package/dist/esm/serviceFabricClient.js.map +1 -0
  151. package/dist/react-native/clientDefinitions.d.ts +137 -0
  152. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  153. package/dist/react-native/clientDefinitions.js +4 -0
  154. package/dist/react-native/clientDefinitions.js.map +1 -0
  155. package/dist/react-native/customizedApiVersionPolicy.d.ts +10 -0
  156. package/dist/react-native/customizedApiVersionPolicy.d.ts.map +1 -0
  157. package/dist/react-native/customizedApiVersionPolicy.js +23 -0
  158. package/dist/react-native/customizedApiVersionPolicy.js.map +1 -0
  159. package/dist/react-native/index.d.ts +12 -0
  160. package/dist/react-native/index.d.ts.map +1 -0
  161. package/dist/react-native/index.js +14 -0
  162. package/dist/react-native/index.js.map +1 -0
  163. package/dist/react-native/isUnexpected.d.ts +32 -0
  164. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  165. package/dist/react-native/isUnexpected.js +99 -0
  166. package/dist/react-native/isUnexpected.js.map +1 -0
  167. package/dist/react-native/logger.d.ts +2 -0
  168. package/dist/react-native/logger.d.ts.map +1 -0
  169. package/dist/react-native/logger.js +5 -0
  170. package/dist/react-native/logger.js.map +1 -0
  171. package/dist/react-native/models.d.ts +772 -0
  172. package/dist/react-native/models.d.ts.map +1 -0
  173. package/dist/react-native/models.js +4 -0
  174. package/dist/react-native/models.js.map +1 -0
  175. package/dist/react-native/outputModels.d.ts +861 -0
  176. package/dist/react-native/outputModels.d.ts.map +1 -0
  177. package/dist/react-native/outputModels.js +4 -0
  178. package/dist/react-native/outputModels.js.map +1 -0
  179. package/dist/react-native/package.json +3 -0
  180. package/dist/react-native/paginateHelper.d.ts +68 -0
  181. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  182. package/dist/react-native/paginateHelper.js +167 -0
  183. package/dist/react-native/paginateHelper.js.map +1 -0
  184. package/dist/react-native/parameters.d.ts +105 -0
  185. package/dist/react-native/parameters.d.ts.map +1 -0
  186. package/dist/react-native/parameters.js +4 -0
  187. package/dist/react-native/parameters.js.map +1 -0
  188. package/dist/react-native/pollingHelper.d.ts +76 -0
  189. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  190. package/dist/react-native/pollingHelper.js +104 -0
  191. package/dist/react-native/pollingHelper.js.map +1 -0
  192. package/dist/react-native/responses.d.ts +328 -0
  193. package/dist/react-native/responses.d.ts.map +1 -0
  194. package/dist/react-native/responses.js +4 -0
  195. package/dist/react-native/responses.js.map +1 -0
  196. package/dist/react-native/serviceFabricClient.d.ts +15 -0
  197. package/dist/react-native/serviceFabricClient.d.ts.map +1 -0
  198. package/dist/react-native/serviceFabricClient.js +42 -0
  199. package/dist/react-native/serviceFabricClient.js.map +1 -0
  200. package/package.json +82 -66
  201. package/dist/index.js +0 -330
  202. package/dist/index.js.map +0 -1
  203. package/dist-esm/src/clientDefinitions.js +0 -4
  204. package/dist-esm/src/clientDefinitions.js.map +0 -1
  205. package/dist-esm/src/customizedApiVersionPolicy.js.map +0 -1
  206. package/dist-esm/src/index.js +0 -14
  207. package/dist-esm/src/index.js.map +0 -1
  208. package/dist-esm/src/isUnexpected.js.map +0 -1
  209. package/dist-esm/src/models.js +0 -4
  210. package/dist-esm/src/models.js.map +0 -1
  211. package/dist-esm/src/outputModels.js +0 -4
  212. package/dist-esm/src/outputModels.js.map +0 -1
  213. package/dist-esm/src/paginateHelper.js +0 -70
  214. package/dist-esm/src/paginateHelper.js.map +0 -1
  215. package/dist-esm/src/parameters.js +0 -4
  216. package/dist-esm/src/parameters.js.map +0 -1
  217. package/dist-esm/src/pollingHelper.js +0 -48
  218. package/dist-esm/src/pollingHelper.js.map +0 -1
  219. package/dist-esm/src/responses.js +0 -4
  220. package/dist-esm/src/responses.js.map +0 -1
  221. package/dist-esm/src/serviceFabricClient.js +0 -27
  222. package/dist-esm/src/serviceFabricClient.js.map +0 -1
  223. package/review/arm-servicefabric.api.md +0 -2071
  224. package/types/arm-servicefabric.d.ts +0 -2480
@@ -1,2071 +0,0 @@
1
- ## API Report File for "@azure-rest/arm-servicefabric"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Client } from '@azure-rest/core-client';
8
- import { ClientOptions } from '@azure-rest/core-client';
9
- import { HttpResponse } from '@azure-rest/core-client';
10
- import { LroEngineOptions } from '@azure/core-lro';
11
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
12
- import { PathUncheckedResponse } from '@azure-rest/core-client';
13
- import { PollerLike } from '@azure/core-lro';
14
- import { PollOperationState } from '@azure/core-lro';
15
- import { RequestParameters } from '@azure-rest/core-client';
16
- import { StreamableMethod } from '@azure-rest/core-client';
17
- import { TokenCredential } from '@azure/core-auth';
18
-
19
- // @public (undocumented)
20
- export interface ApplicationDeltaHealthPolicy {
21
- defaultServiceTypeDeltaHealthPolicy?: ServiceTypeDeltaHealthPolicy;
22
- serviceTypeDeltaHealthPolicies?: Record<string, ServiceTypeDeltaHealthPolicy>;
23
- }
24
-
25
- // @public (undocumented)
26
- export interface ApplicationDeltaHealthPolicyOutput {
27
- defaultServiceTypeDeltaHealthPolicy?: ServiceTypeDeltaHealthPolicyOutput;
28
- serviceTypeDeltaHealthPolicies?: Record<string, ServiceTypeDeltaHealthPolicyOutput>;
29
- }
30
-
31
- // @public (undocumented)
32
- export interface ApplicationHealthPolicy {
33
- defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy;
34
- serviceTypeHealthPolicies?: Record<string, ServiceTypeHealthPolicy>;
35
- }
36
-
37
- // @public (undocumented)
38
- export interface ApplicationHealthPolicyOutput {
39
- defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicyOutput;
40
- serviceTypeHealthPolicies?: Record<string, ServiceTypeHealthPolicyOutput>;
41
- }
42
-
43
- // @public (undocumented)
44
- export interface ApplicationMetricDescription {
45
- maximumCapacity?: number;
46
- name?: string;
47
- reservationCapacity?: number;
48
- totalApplicationCapacity?: number;
49
- }
50
-
51
- // @public (undocumented)
52
- export interface ApplicationMetricDescriptionOutput {
53
- maximumCapacity?: number;
54
- name?: string;
55
- reservationCapacity?: number;
56
- totalApplicationCapacity?: number;
57
- }
58
-
59
- // @public (undocumented)
60
- export interface ApplicationResource extends ProxyResource {
61
- identity?: ManagedIdentity;
62
- properties?: ApplicationResourceProperties;
63
- }
64
-
65
- // @public (undocumented)
66
- export interface ApplicationResourceListOutput {
67
- nextLink?: string;
68
- // (undocumented)
69
- value?: Array<ApplicationResourceOutput>;
70
- }
71
-
72
- // @public (undocumented)
73
- export interface ApplicationResourceOutput extends ProxyResourceOutput {
74
- identity?: ManagedIdentityOutput;
75
- properties?: ApplicationResourcePropertiesOutput;
76
- }
77
-
78
- // @public (undocumented)
79
- export interface ApplicationResourceProperties extends ApplicationResourceUpdateProperties {
80
- provisioningState?: string;
81
- typeName?: string;
82
- }
83
-
84
- // @public (undocumented)
85
- export interface ApplicationResourcePropertiesOutput extends ApplicationResourceUpdatePropertiesOutput {
86
- provisioningState?: string;
87
- typeName?: string;
88
- }
89
-
90
- // @public (undocumented)
91
- export interface ApplicationResourceUpdate extends ProxyResource {
92
- properties?: ApplicationResourceUpdateProperties;
93
- }
94
-
95
- // @public (undocumented)
96
- export interface ApplicationResourceUpdateOutput extends ProxyResourceOutput {
97
- properties?: ApplicationResourceUpdatePropertiesOutput;
98
- }
99
-
100
- // @public (undocumented)
101
- export interface ApplicationResourceUpdateProperties {
102
- managedIdentities?: Array<ApplicationUserAssignedIdentity>;
103
- maximumNodes?: number;
104
- metrics?: Array<ApplicationMetricDescription>;
105
- minimumNodes?: number;
106
- parameters?: Record<string, string>;
107
- removeApplicationCapacity?: boolean;
108
- typeVersion?: string;
109
- upgradePolicy?: ApplicationUpgradePolicy;
110
- }
111
-
112
- // @public (undocumented)
113
- export interface ApplicationResourceUpdatePropertiesOutput {
114
- managedIdentities?: Array<ApplicationUserAssignedIdentityOutput>;
115
- maximumNodes?: number;
116
- metrics?: Array<ApplicationMetricDescriptionOutput>;
117
- minimumNodes?: number;
118
- parameters?: Record<string, string>;
119
- removeApplicationCapacity?: boolean;
120
- typeVersion?: string;
121
- upgradePolicy?: ApplicationUpgradePolicyOutput;
122
- }
123
-
124
- // @public
125
- export interface ApplicationsCreateOrUpdate202Response extends HttpResponse {
126
- // (undocumented)
127
- body: ApplicationResourceOutput;
128
- // (undocumented)
129
- status: "202";
130
- }
131
-
132
- // @public (undocumented)
133
- export interface ApplicationsCreateOrUpdateBodyParam {
134
- body: ApplicationResource;
135
- }
136
-
137
- // @public
138
- export interface ApplicationsCreateOrUpdatedefaultResponse extends HttpResponse {
139
- // (undocumented)
140
- body: ErrorModelOutput;
141
- // (undocumented)
142
- status: string;
143
- }
144
-
145
- // @public (undocumented)
146
- export interface ApplicationsCreateOrUpdateMediaTypesParam {
147
- contentType?: "application/json";
148
- }
149
-
150
- // @public (undocumented)
151
- export type ApplicationsCreateOrUpdateParameters = ApplicationsCreateOrUpdateMediaTypesParam & ApplicationsCreateOrUpdateBodyParam & RequestParameters;
152
-
153
- // @public
154
- export interface ApplicationsDelete202Response extends HttpResponse {
155
- // (undocumented)
156
- body: Record<string, unknown>;
157
- // (undocumented)
158
- status: "202";
159
- }
160
-
161
- // @public
162
- export interface ApplicationsDelete204Response extends HttpResponse {
163
- // (undocumented)
164
- body: Record<string, unknown>;
165
- // (undocumented)
166
- status: "204";
167
- }
168
-
169
- // @public
170
- export interface ApplicationsDeletedefaultResponse extends HttpResponse {
171
- // (undocumented)
172
- body: ErrorModelOutput;
173
- // (undocumented)
174
- status: string;
175
- }
176
-
177
- // @public (undocumented)
178
- export type ApplicationsDeleteParameters = RequestParameters;
179
-
180
- // @public (undocumented)
181
- export interface ApplicationsGet {
182
- delete(options?: ApplicationsDeleteParameters): StreamableMethod<ApplicationsDelete202Response | ApplicationsDelete204Response | ApplicationsDeletedefaultResponse>;
183
- get(options?: ApplicationsGetParameters): StreamableMethod<ApplicationsGet200Response | ApplicationsGetdefaultResponse>;
184
- patch(options: ApplicationsUpdateParameters): StreamableMethod<ApplicationsUpdate202Response | ApplicationsUpdatedefaultResponse>;
185
- put(options: ApplicationsCreateOrUpdateParameters): StreamableMethod<ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdatedefaultResponse>;
186
- }
187
-
188
- // @public
189
- export interface ApplicationsGet200Response extends HttpResponse {
190
- // (undocumented)
191
- body: ApplicationResourceOutput;
192
- // (undocumented)
193
- status: "200";
194
- }
195
-
196
- // @public
197
- export interface ApplicationsGetdefaultResponse extends HttpResponse {
198
- // (undocumented)
199
- body: ErrorModelOutput;
200
- // (undocumented)
201
- status: string;
202
- }
203
-
204
- // @public (undocumented)
205
- export type ApplicationsGetParameters = RequestParameters;
206
-
207
- // @public (undocumented)
208
- export interface ApplicationsList {
209
- get(options?: ApplicationsListParameters): StreamableMethod<ApplicationsList200Response | ApplicationsListdefaultResponse>;
210
- }
211
-
212
- // @public
213
- export interface ApplicationsList200Response extends HttpResponse {
214
- // (undocumented)
215
- body: ApplicationResourceListOutput;
216
- // (undocumented)
217
- status: "200";
218
- }
219
-
220
- // @public
221
- export interface ApplicationsListdefaultResponse extends HttpResponse {
222
- // (undocumented)
223
- body: ErrorModelOutput;
224
- // (undocumented)
225
- status: string;
226
- }
227
-
228
- // @public (undocumented)
229
- export type ApplicationsListParameters = RequestParameters;
230
-
231
- // @public
232
- export interface ApplicationsUpdate202Response extends HttpResponse {
233
- // (undocumented)
234
- body: ApplicationResourceOutput;
235
- // (undocumented)
236
- status: "202";
237
- }
238
-
239
- // @public (undocumented)
240
- export interface ApplicationsUpdateBodyParam {
241
- body: ApplicationResourceUpdate;
242
- }
243
-
244
- // @public
245
- export interface ApplicationsUpdatedefaultResponse extends HttpResponse {
246
- // (undocumented)
247
- body: ErrorModelOutput;
248
- // (undocumented)
249
- status: string;
250
- }
251
-
252
- // @public (undocumented)
253
- export interface ApplicationsUpdateMediaTypesParam {
254
- contentType?: "application/json";
255
- }
256
-
257
- // @public (undocumented)
258
- export type ApplicationsUpdateParameters = ApplicationsUpdateMediaTypesParam & ApplicationsUpdateBodyParam & RequestParameters;
259
-
260
- // @public (undocumented)
261
- export interface ApplicationTypeResource extends ProxyResource {
262
- properties?: ApplicationTypeResourceProperties;
263
- }
264
-
265
- // @public (undocumented)
266
- export interface ApplicationTypeResourceListOutput {
267
- nextLink?: string;
268
- // (undocumented)
269
- value?: Array<ApplicationTypeResourceOutput>;
270
- }
271
-
272
- // @public (undocumented)
273
- export interface ApplicationTypeResourceOutput extends ProxyResourceOutput {
274
- properties?: ApplicationTypeResourcePropertiesOutput;
275
- }
276
-
277
- // @public (undocumented)
278
- export interface ApplicationTypeResourceProperties {
279
- provisioningState?: string;
280
- }
281
-
282
- // @public (undocumented)
283
- export interface ApplicationTypeResourcePropertiesOutput {
284
- provisioningState?: string;
285
- }
286
-
287
- // @public
288
- export interface ApplicationTypesCreateOrUpdate200Response extends HttpResponse {
289
- // (undocumented)
290
- body: ApplicationTypeResourceOutput;
291
- // (undocumented)
292
- status: "200";
293
- }
294
-
295
- // @public (undocumented)
296
- export interface ApplicationTypesCreateOrUpdateBodyParam {
297
- body: ApplicationTypeResource;
298
- }
299
-
300
- // @public
301
- export interface ApplicationTypesCreateOrUpdatedefaultResponse extends HttpResponse {
302
- // (undocumented)
303
- body: ErrorModelOutput;
304
- // (undocumented)
305
- status: string;
306
- }
307
-
308
- // @public (undocumented)
309
- export interface ApplicationTypesCreateOrUpdateMediaTypesParam {
310
- contentType?: "application/json";
311
- }
312
-
313
- // @public (undocumented)
314
- export type ApplicationTypesCreateOrUpdateParameters = ApplicationTypesCreateOrUpdateMediaTypesParam & ApplicationTypesCreateOrUpdateBodyParam & RequestParameters;
315
-
316
- // @public
317
- export interface ApplicationTypesDelete202Response extends HttpResponse {
318
- // (undocumented)
319
- body: Record<string, unknown>;
320
- // (undocumented)
321
- status: "202";
322
- }
323
-
324
- // @public
325
- export interface ApplicationTypesDelete204Response extends HttpResponse {
326
- // (undocumented)
327
- body: Record<string, unknown>;
328
- // (undocumented)
329
- status: "204";
330
- }
331
-
332
- // @public
333
- export interface ApplicationTypesDeletedefaultResponse extends HttpResponse {
334
- // (undocumented)
335
- body: ErrorModelOutput;
336
- // (undocumented)
337
- status: string;
338
- }
339
-
340
- // @public (undocumented)
341
- export type ApplicationTypesDeleteParameters = RequestParameters;
342
-
343
- // @public (undocumented)
344
- export interface ApplicationTypesGet {
345
- delete(options?: ApplicationTypesDeleteParameters): StreamableMethod<ApplicationTypesDelete202Response | ApplicationTypesDelete204Response | ApplicationTypesDeletedefaultResponse>;
346
- get(options?: ApplicationTypesGetParameters): StreamableMethod<ApplicationTypesGet200Response | ApplicationTypesGetdefaultResponse>;
347
- put(options: ApplicationTypesCreateOrUpdateParameters): StreamableMethod<ApplicationTypesCreateOrUpdate200Response | ApplicationTypesCreateOrUpdatedefaultResponse>;
348
- }
349
-
350
- // @public
351
- export interface ApplicationTypesGet200Response extends HttpResponse {
352
- // (undocumented)
353
- body: ApplicationTypeResourceOutput;
354
- // (undocumented)
355
- status: "200";
356
- }
357
-
358
- // @public
359
- export interface ApplicationTypesGetdefaultResponse extends HttpResponse {
360
- // (undocumented)
361
- body: ErrorModelOutput;
362
- // (undocumented)
363
- status: string;
364
- }
365
-
366
- // @public (undocumented)
367
- export type ApplicationTypesGetParameters = RequestParameters;
368
-
369
- // @public (undocumented)
370
- export interface ApplicationTypesList {
371
- get(options?: ApplicationTypesListParameters): StreamableMethod<ApplicationTypesList200Response | ApplicationTypesListdefaultResponse>;
372
- }
373
-
374
- // @public
375
- export interface ApplicationTypesList200Response extends HttpResponse {
376
- // (undocumented)
377
- body: ApplicationTypeResourceListOutput;
378
- // (undocumented)
379
- status: "200";
380
- }
381
-
382
- // @public
383
- export interface ApplicationTypesListdefaultResponse extends HttpResponse {
384
- // (undocumented)
385
- body: ErrorModelOutput;
386
- // (undocumented)
387
- status: string;
388
- }
389
-
390
- // @public (undocumented)
391
- export type ApplicationTypesListParameters = RequestParameters;
392
-
393
- // @public (undocumented)
394
- export interface ApplicationTypeVersionResource extends ProxyResource {
395
- properties?: ApplicationTypeVersionResourceProperties;
396
- }
397
-
398
- // @public (undocumented)
399
- export interface ApplicationTypeVersionResourceListOutput {
400
- nextLink?: string;
401
- // (undocumented)
402
- value?: Array<ApplicationTypeVersionResourceOutput>;
403
- }
404
-
405
- // @public (undocumented)
406
- export interface ApplicationTypeVersionResourceOutput extends ProxyResourceOutput {
407
- properties?: ApplicationTypeVersionResourcePropertiesOutput;
408
- }
409
-
410
- // @public (undocumented)
411
- export interface ApplicationTypeVersionResourceProperties {
412
- appPackageUrl: string;
413
- defaultParameterList?: Record<string, string>;
414
- provisioningState?: string;
415
- }
416
-
417
- // @public (undocumented)
418
- export interface ApplicationTypeVersionResourcePropertiesOutput {
419
- appPackageUrl: string;
420
- defaultParameterList?: Record<string, string>;
421
- provisioningState?: string;
422
- }
423
-
424
- // @public (undocumented)
425
- export interface ApplicationTypeVersionsCleanupPolicy {
426
- maxUnusedVersionsToKeep: number;
427
- }
428
-
429
- // @public (undocumented)
430
- export interface ApplicationTypeVersionsCleanupPolicyOutput {
431
- maxUnusedVersionsToKeep: number;
432
- }
433
-
434
- // @public
435
- export interface ApplicationTypeVersionsCreateOrUpdate202Response extends HttpResponse {
436
- // (undocumented)
437
- body: ApplicationTypeVersionResourceOutput;
438
- // (undocumented)
439
- status: "202";
440
- }
441
-
442
- // @public (undocumented)
443
- export interface ApplicationTypeVersionsCreateOrUpdateBodyParam {
444
- body: ApplicationTypeVersionResource;
445
- }
446
-
447
- // @public
448
- export interface ApplicationTypeVersionsCreateOrUpdatedefaultResponse extends HttpResponse {
449
- // (undocumented)
450
- body: ErrorModelOutput;
451
- // (undocumented)
452
- status: string;
453
- }
454
-
455
- // @public (undocumented)
456
- export interface ApplicationTypeVersionsCreateOrUpdateMediaTypesParam {
457
- contentType?: "application/json";
458
- }
459
-
460
- // @public (undocumented)
461
- export type ApplicationTypeVersionsCreateOrUpdateParameters = ApplicationTypeVersionsCreateOrUpdateMediaTypesParam & ApplicationTypeVersionsCreateOrUpdateBodyParam & RequestParameters;
462
-
463
- // @public
464
- export interface ApplicationTypeVersionsDelete202Response extends HttpResponse {
465
- // (undocumented)
466
- body: Record<string, unknown>;
467
- // (undocumented)
468
- status: "202";
469
- }
470
-
471
- // @public
472
- export interface ApplicationTypeVersionsDelete204Response extends HttpResponse {
473
- // (undocumented)
474
- body: Record<string, unknown>;
475
- // (undocumented)
476
- status: "204";
477
- }
478
-
479
- // @public
480
- export interface ApplicationTypeVersionsDeletedefaultResponse extends HttpResponse {
481
- // (undocumented)
482
- body: ErrorModelOutput;
483
- // (undocumented)
484
- status: string;
485
- }
486
-
487
- // @public (undocumented)
488
- export type ApplicationTypeVersionsDeleteParameters = RequestParameters;
489
-
490
- // @public (undocumented)
491
- export interface ApplicationTypeVersionsGet {
492
- delete(options?: ApplicationTypeVersionsDeleteParameters): StreamableMethod<ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response | ApplicationTypeVersionsDeletedefaultResponse>;
493
- get(options?: ApplicationTypeVersionsGetParameters): StreamableMethod<ApplicationTypeVersionsGet200Response | ApplicationTypeVersionsGetdefaultResponse>;
494
- put(options: ApplicationTypeVersionsCreateOrUpdateParameters): StreamableMethod<ApplicationTypeVersionsCreateOrUpdate202Response | ApplicationTypeVersionsCreateOrUpdatedefaultResponse>;
495
- }
496
-
497
- // @public
498
- export interface ApplicationTypeVersionsGet200Response extends HttpResponse {
499
- // (undocumented)
500
- body: ApplicationTypeVersionResourceOutput;
501
- // (undocumented)
502
- status: "200";
503
- }
504
-
505
- // @public
506
- export interface ApplicationTypeVersionsGetdefaultResponse extends HttpResponse {
507
- // (undocumented)
508
- body: ErrorModelOutput;
509
- // (undocumented)
510
- status: string;
511
- }
512
-
513
- // @public (undocumented)
514
- export type ApplicationTypeVersionsGetParameters = RequestParameters;
515
-
516
- // @public (undocumented)
517
- export interface ApplicationTypeVersionsList {
518
- get(options?: ApplicationTypeVersionsListParameters): StreamableMethod<ApplicationTypeVersionsList200Response | ApplicationTypeVersionsListdefaultResponse>;
519
- }
520
-
521
- // @public
522
- export interface ApplicationTypeVersionsList200Response extends HttpResponse {
523
- // (undocumented)
524
- body: ApplicationTypeVersionResourceListOutput;
525
- // (undocumented)
526
- status: "200";
527
- }
528
-
529
- // @public
530
- export interface ApplicationTypeVersionsListdefaultResponse extends HttpResponse {
531
- // (undocumented)
532
- body: ErrorModelOutput;
533
- // (undocumented)
534
- status: string;
535
- }
536
-
537
- // @public (undocumented)
538
- export type ApplicationTypeVersionsListParameters = RequestParameters;
539
-
540
- // @public (undocumented)
541
- export interface ApplicationUpgradePolicy {
542
- applicationHealthPolicy?: ArmApplicationHealthPolicy;
543
- forceRestart?: boolean;
544
- recreateApplication?: boolean;
545
- rollingUpgradeMonitoringPolicy?: ArmRollingUpgradeMonitoringPolicy;
546
- upgradeMode?: "Invalid" | "UnmonitoredAuto" | "UnmonitoredManual" | "Monitored";
547
- upgradeReplicaSetCheckTimeout?: string;
548
- }
549
-
550
- // @public (undocumented)
551
- export interface ApplicationUpgradePolicyOutput {
552
- applicationHealthPolicy?: ArmApplicationHealthPolicyOutput;
553
- forceRestart?: boolean;
554
- recreateApplication?: boolean;
555
- rollingUpgradeMonitoringPolicy?: ArmRollingUpgradeMonitoringPolicyOutput;
556
- upgradeMode?: "Invalid" | "UnmonitoredAuto" | "UnmonitoredManual" | "Monitored";
557
- upgradeReplicaSetCheckTimeout?: string;
558
- }
559
-
560
- // @public (undocumented)
561
- export interface ApplicationUserAssignedIdentity {
562
- name: string;
563
- principalId: string;
564
- }
565
-
566
- // @public (undocumented)
567
- export interface ApplicationUserAssignedIdentityOutput {
568
- name: string;
569
- principalId: string;
570
- }
571
-
572
- // @public (undocumented)
573
- export interface ArmApplicationHealthPolicy {
574
- considerWarningAsError?: boolean;
575
- defaultServiceTypeHealthPolicy?: ArmServiceTypeHealthPolicy;
576
- maxPercentUnhealthyDeployedApplications?: number;
577
- serviceTypeHealthPolicyMap?: Record<string, ArmServiceTypeHealthPolicy>;
578
- }
579
-
580
- // @public (undocumented)
581
- export interface ArmApplicationHealthPolicyOutput {
582
- considerWarningAsError?: boolean;
583
- defaultServiceTypeHealthPolicy?: ArmServiceTypeHealthPolicyOutput;
584
- maxPercentUnhealthyDeployedApplications?: number;
585
- serviceTypeHealthPolicyMap?: Record<string, ArmServiceTypeHealthPolicyOutput>;
586
- }
587
-
588
- // @public (undocumented)
589
- export interface ArmRollingUpgradeMonitoringPolicy {
590
- failureAction?: "Rollback" | "Manual";
591
- healthCheckRetryTimeout?: string;
592
- healthCheckStableDuration?: string;
593
- healthCheckWaitDuration?: string;
594
- upgradeDomainTimeout?: string;
595
- upgradeTimeout?: string;
596
- }
597
-
598
- // @public (undocumented)
599
- export interface ArmRollingUpgradeMonitoringPolicyOutput {
600
- failureAction?: "Rollback" | "Manual";
601
- healthCheckRetryTimeout?: string;
602
- healthCheckStableDuration?: string;
603
- healthCheckWaitDuration?: string;
604
- upgradeDomainTimeout?: string;
605
- upgradeTimeout?: string;
606
- }
607
-
608
- // @public (undocumented)
609
- export interface ArmServiceTypeHealthPolicy {
610
- maxPercentUnhealthyPartitionsPerService?: number;
611
- maxPercentUnhealthyReplicasPerPartition?: number;
612
- maxPercentUnhealthyServices?: number;
613
- }
614
-
615
- // @public (undocumented)
616
- export interface ArmServiceTypeHealthPolicyOutput {
617
- maxPercentUnhealthyPartitionsPerService?: number;
618
- maxPercentUnhealthyReplicasPerPartition?: number;
619
- maxPercentUnhealthyServices?: number;
620
- }
621
-
622
- // @public (undocumented)
623
- export interface AvailableOperationDisplayOutput {
624
- description?: string;
625
- operation?: string;
626
- provider?: string;
627
- resource?: string;
628
- }
629
-
630
- // @public (undocumented)
631
- export interface AzureActiveDirectory {
632
- clientApplication?: string;
633
- clusterApplication?: string;
634
- tenantId?: string;
635
- }
636
-
637
- // @public (undocumented)
638
- export interface AzureActiveDirectoryOutput {
639
- clientApplication?: string;
640
- clusterApplication?: string;
641
- tenantId?: string;
642
- }
643
-
644
- // @public (undocumented)
645
- export interface CertificateDescription {
646
- thumbprint: string;
647
- thumbprintSecondary?: string;
648
- x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
649
- }
650
-
651
- // @public (undocumented)
652
- export interface CertificateDescriptionOutput {
653
- thumbprint: string;
654
- thumbprintSecondary?: string;
655
- x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
656
- }
657
-
658
- // @public (undocumented)
659
- export interface ClientCertificateCommonName {
660
- certificateCommonName: string;
661
- certificateIssuerThumbprint: string;
662
- isAdmin: boolean;
663
- }
664
-
665
- // @public (undocumented)
666
- export interface ClientCertificateCommonNameOutput {
667
- certificateCommonName: string;
668
- certificateIssuerThumbprint: string;
669
- isAdmin: boolean;
670
- }
671
-
672
- // @public (undocumented)
673
- export interface ClientCertificateThumbprint {
674
- certificateThumbprint: string;
675
- isAdmin: boolean;
676
- }
677
-
678
- // @public (undocumented)
679
- export interface ClientCertificateThumbprintOutput {
680
- certificateThumbprint: string;
681
- isAdmin: boolean;
682
- }
683
-
684
- // @public (undocumented)
685
- export interface Cluster extends Resource {
686
- properties?: ClusterProperties;
687
- }
688
-
689
- // @public (undocumented)
690
- export interface ClusterCodeVersionsListResultOutput {
691
- nextLink?: string;
692
- // (undocumented)
693
- value?: Array<ClusterCodeVersionsResultOutput>;
694
- }
695
-
696
- // @public (undocumented)
697
- export interface ClusterCodeVersionsResultOutput {
698
- id?: string;
699
- name?: string;
700
- properties?: ClusterVersionDetailsOutput;
701
- type?: string;
702
- }
703
-
704
- // @public (undocumented)
705
- export interface ClusterHealthPolicy {
706
- applicationHealthPolicies?: Record<string, ApplicationHealthPolicy>;
707
- maxPercentUnhealthyApplications?: number;
708
- maxPercentUnhealthyNodes?: number;
709
- }
710
-
711
- // @public (undocumented)
712
- export interface ClusterHealthPolicyOutput {
713
- applicationHealthPolicies?: Record<string, ApplicationHealthPolicyOutput>;
714
- maxPercentUnhealthyApplications?: number;
715
- maxPercentUnhealthyNodes?: number;
716
- }
717
-
718
- // @public (undocumented)
719
- export interface ClusterListResultOutput {
720
- nextLink?: string;
721
- // (undocumented)
722
- value?: Array<ClusterOutput>;
723
- }
724
-
725
- // @public (undocumented)
726
- export interface ClusterOutput extends ResourceOutput {
727
- properties?: ClusterPropertiesOutput;
728
- }
729
-
730
- // @public (undocumented)
731
- export interface ClusterProperties {
732
- addOnFeatures?: Array<"RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService">;
733
- applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
734
- availableClusterVersions?: Array<ClusterVersionDetails>;
735
- azureActiveDirectory?: AzureActiveDirectory;
736
- certificate?: CertificateDescription;
737
- certificateCommonNames?: ServerCertificateCommonNames;
738
- clientCertificateCommonNames?: Array<ClientCertificateCommonName>;
739
- clientCertificateThumbprints?: Array<ClientCertificateThumbprint>;
740
- clusterCodeVersion?: string;
741
- clusterEndpoint?: string;
742
- clusterId?: string;
743
- clusterState?: "WaitingForNodes" | "Deploying" | "BaselineUpgrade" | "UpdatingUserConfiguration" | "UpdatingUserCertificate" | "UpdatingInfrastructure" | "EnforcingClusterVersion" | "UpgradeServiceUnreachable" | "AutoScale" | "Ready";
744
- diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfig;
745
- eventStoreServiceEnabled?: boolean;
746
- fabricSettings?: Array<SettingsSectionDescription>;
747
- infrastructureServiceManager?: boolean;
748
- managementEndpoint: string;
749
- nodeTypes: Array<NodeTypeDescription>;
750
- notifications?: Array<Notification>;
751
- provisioningState?: "Updating" | "Succeeded" | "Failed" | "Canceled";
752
- reliabilityLevel?: "None" | "Bronze" | "Silver" | "Gold" | "Platinum";
753
- reverseProxyCertificate?: CertificateDescription;
754
- reverseProxyCertificateCommonNames?: ServerCertificateCommonNames;
755
- sfZonalUpgradeMode?: "Parallel" | "Hierarchical";
756
- upgradeDescription?: ClusterUpgradePolicy;
757
- upgradeMode?: "Automatic" | "Manual";
758
- upgradePauseEndTimestampUtc?: Date | string;
759
- upgradePauseStartTimestampUtc?: Date | string;
760
- upgradeWave?: "Wave0" | "Wave1" | "Wave2";
761
- vmImage?: string;
762
- vmssZonalUpgradeMode?: "Parallel" | "Hierarchical";
763
- waveUpgradePaused?: boolean;
764
- }
765
-
766
- // @public (undocumented)
767
- export interface ClusterPropertiesOutput {
768
- addOnFeatures?: Array<"RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService">;
769
- applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicyOutput;
770
- availableClusterVersions?: Array<ClusterVersionDetailsOutput>;
771
- azureActiveDirectory?: AzureActiveDirectoryOutput;
772
- certificate?: CertificateDescriptionOutput;
773
- certificateCommonNames?: ServerCertificateCommonNamesOutput;
774
- clientCertificateCommonNames?: Array<ClientCertificateCommonNameOutput>;
775
- clientCertificateThumbprints?: Array<ClientCertificateThumbprintOutput>;
776
- clusterCodeVersion?: string;
777
- clusterEndpoint?: string;
778
- clusterId?: string;
779
- clusterState?: "WaitingForNodes" | "Deploying" | "BaselineUpgrade" | "UpdatingUserConfiguration" | "UpdatingUserCertificate" | "UpdatingInfrastructure" | "EnforcingClusterVersion" | "UpgradeServiceUnreachable" | "AutoScale" | "Ready";
780
- diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfigOutput;
781
- eventStoreServiceEnabled?: boolean;
782
- fabricSettings?: Array<SettingsSectionDescriptionOutput>;
783
- infrastructureServiceManager?: boolean;
784
- managementEndpoint: string;
785
- nodeTypes: Array<NodeTypeDescriptionOutput>;
786
- notifications?: Array<NotificationOutput>;
787
- provisioningState?: "Updating" | "Succeeded" | "Failed" | "Canceled";
788
- reliabilityLevel?: "None" | "Bronze" | "Silver" | "Gold" | "Platinum";
789
- reverseProxyCertificate?: CertificateDescriptionOutput;
790
- reverseProxyCertificateCommonNames?: ServerCertificateCommonNamesOutput;
791
- sfZonalUpgradeMode?: "Parallel" | "Hierarchical";
792
- upgradeDescription?: ClusterUpgradePolicyOutput;
793
- upgradeMode?: "Automatic" | "Manual";
794
- upgradePauseEndTimestampUtc?: string;
795
- upgradePauseStartTimestampUtc?: string;
796
- upgradeWave?: "Wave0" | "Wave1" | "Wave2";
797
- vmImage?: string;
798
- vmssZonalUpgradeMode?: "Parallel" | "Hierarchical";
799
- waveUpgradePaused?: boolean;
800
- }
801
-
802
- // @public (undocumented)
803
- export interface ClusterPropertiesUpdateParameters {
804
- addOnFeatures?: Array<"RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService">;
805
- applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
806
- certificate?: CertificateDescription;
807
- certificateCommonNames?: ServerCertificateCommonNames;
808
- clientCertificateCommonNames?: Array<ClientCertificateCommonName>;
809
- clientCertificateThumbprints?: Array<ClientCertificateThumbprint>;
810
- clusterCodeVersion?: string;
811
- eventStoreServiceEnabled?: boolean;
812
- fabricSettings?: Array<SettingsSectionDescription>;
813
- infrastructureServiceManager?: boolean;
814
- nodeTypes?: Array<NodeTypeDescription>;
815
- notifications?: Array<Notification>;
816
- reliabilityLevel?: "None" | "Bronze" | "Silver" | "Gold" | "Platinum";
817
- reverseProxyCertificate?: CertificateDescription;
818
- sfZonalUpgradeMode?: "Parallel" | "Hierarchical";
819
- upgradeDescription?: ClusterUpgradePolicy;
820
- upgradeMode?: "Automatic" | "Manual";
821
- upgradePauseEndTimestampUtc?: Date | string;
822
- upgradePauseStartTimestampUtc?: Date | string;
823
- upgradeWave?: "Wave0" | "Wave1" | "Wave2";
824
- vmssZonalUpgradeMode?: "Parallel" | "Hierarchical";
825
- waveUpgradePaused?: boolean;
826
- }
827
-
828
- // @public
829
- export interface ClustersCreateOrUpdate200Response extends HttpResponse {
830
- // (undocumented)
831
- body: ClusterOutput;
832
- // (undocumented)
833
- status: "200";
834
- }
835
-
836
- // @public
837
- export interface ClustersCreateOrUpdate202Response extends HttpResponse {
838
- // (undocumented)
839
- body: ClusterOutput;
840
- // (undocumented)
841
- status: "202";
842
- }
843
-
844
- // @public (undocumented)
845
- export interface ClustersCreateOrUpdateBodyParam {
846
- body: Cluster;
847
- }
848
-
849
- // @public
850
- export interface ClustersCreateOrUpdatedefaultResponse extends HttpResponse {
851
- // (undocumented)
852
- body: ErrorModelOutput;
853
- // (undocumented)
854
- status: string;
855
- }
856
-
857
- // @public (undocumented)
858
- export interface ClustersCreateOrUpdateMediaTypesParam {
859
- contentType?: "application/json";
860
- }
861
-
862
- // @public (undocumented)
863
- export type ClustersCreateOrUpdateParameters = ClustersCreateOrUpdateMediaTypesParam & ClustersCreateOrUpdateBodyParam & RequestParameters;
864
-
865
- // @public
866
- export interface ClustersDelete200Response extends HttpResponse {
867
- // (undocumented)
868
- body: Record<string, unknown>;
869
- // (undocumented)
870
- status: "200";
871
- }
872
-
873
- // @public
874
- export interface ClustersDelete204Response extends HttpResponse {
875
- // (undocumented)
876
- body: Record<string, unknown>;
877
- // (undocumented)
878
- status: "204";
879
- }
880
-
881
- // @public
882
- export interface ClustersDeletedefaultResponse extends HttpResponse {
883
- // (undocumented)
884
- body: ErrorModelOutput;
885
- // (undocumented)
886
- status: string;
887
- }
888
-
889
- // @public (undocumented)
890
- export type ClustersDeleteParameters = RequestParameters;
891
-
892
- // @public (undocumented)
893
- export interface ClustersGet {
894
- delete(options?: ClustersDeleteParameters): StreamableMethod<ClustersDelete200Response | ClustersDelete204Response | ClustersDeletedefaultResponse>;
895
- get(options?: ClustersGetParameters): StreamableMethod<ClustersGet200Response | ClustersGetdefaultResponse>;
896
- patch(options: ClustersUpdateParameters): StreamableMethod<ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdatedefaultResponse>;
897
- put(options: ClustersCreateOrUpdateParameters): StreamableMethod<ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdatedefaultResponse>;
898
- }
899
-
900
- // @public
901
- export interface ClustersGet200Response extends HttpResponse {
902
- // (undocumented)
903
- body: ClusterOutput;
904
- // (undocumented)
905
- status: "200";
906
- }
907
-
908
- // @public
909
- export interface ClustersGetdefaultResponse extends HttpResponse {
910
- // (undocumented)
911
- body: ErrorModelOutput;
912
- // (undocumented)
913
- status: string;
914
- }
915
-
916
- // @public (undocumented)
917
- export type ClustersGetParameters = RequestParameters;
918
-
919
- // @public (undocumented)
920
- export interface ClustersList {
921
- get(options?: ClustersListParameters): StreamableMethod<ClustersList200Response | ClustersListdefaultResponse>;
922
- }
923
-
924
- // @public
925
- export interface ClustersList200Response extends HttpResponse {
926
- // (undocumented)
927
- body: ClusterListResultOutput;
928
- // (undocumented)
929
- status: "200";
930
- }
931
-
932
- // @public (undocumented)
933
- export interface ClustersListByResourceGroup {
934
- get(options?: ClustersListByResourceGroupParameters): StreamableMethod<ClustersListByResourceGroup200Response | ClustersListByResourceGroupdefaultResponse>;
935
- }
936
-
937
- // @public
938
- export interface ClustersListByResourceGroup200Response extends HttpResponse {
939
- // (undocumented)
940
- body: ClusterListResultOutput;
941
- // (undocumented)
942
- status: "200";
943
- }
944
-
945
- // @public
946
- export interface ClustersListByResourceGroupdefaultResponse extends HttpResponse {
947
- // (undocumented)
948
- body: ErrorModelOutput;
949
- // (undocumented)
950
- status: string;
951
- }
952
-
953
- // @public (undocumented)
954
- export type ClustersListByResourceGroupParameters = RequestParameters;
955
-
956
- // @public
957
- export interface ClustersListdefaultResponse extends HttpResponse {
958
- // (undocumented)
959
- body: ErrorModelOutput;
960
- // (undocumented)
961
- status: string;
962
- }
963
-
964
- // @public (undocumented)
965
- export type ClustersListParameters = RequestParameters;
966
-
967
- // @public (undocumented)
968
- export interface ClustersListUpgradableVersions {
969
- post(options?: ClustersListUpgradableVersionsParameters): StreamableMethod<ClustersListUpgradableVersions200Response | ClustersListUpgradableVersionsdefaultResponse>;
970
- }
971
-
972
- // @public
973
- export interface ClustersListUpgradableVersions200Response extends HttpResponse {
974
- // (undocumented)
975
- body: UpgradableVersionPathResultOutput;
976
- // (undocumented)
977
- status: "200";
978
- }
979
-
980
- // @public (undocumented)
981
- export interface ClustersListUpgradableVersionsBodyParam {
982
- body?: UpgradableVersionsDescription;
983
- }
984
-
985
- // @public
986
- export interface ClustersListUpgradableVersionsdefaultResponse extends HttpResponse {
987
- // (undocumented)
988
- body: ErrorModelOutput;
989
- // (undocumented)
990
- status: string;
991
- }
992
-
993
- // @public (undocumented)
994
- export interface ClustersListUpgradableVersionsMediaTypesParam {
995
- contentType?: "application/json";
996
- }
997
-
998
- // @public (undocumented)
999
- export type ClustersListUpgradableVersionsParameters = ClustersListUpgradableVersionsMediaTypesParam & ClustersListUpgradableVersionsBodyParam & RequestParameters;
1000
-
1001
- // @public
1002
- export interface ClustersUpdate200Response extends HttpResponse {
1003
- // (undocumented)
1004
- body: ClusterOutput;
1005
- // (undocumented)
1006
- status: "200";
1007
- }
1008
-
1009
- // @public
1010
- export interface ClustersUpdate202Response extends HttpResponse {
1011
- // (undocumented)
1012
- body: ClusterOutput;
1013
- // (undocumented)
1014
- status: "202";
1015
- }
1016
-
1017
- // @public (undocumented)
1018
- export interface ClustersUpdateBodyParam {
1019
- body: ClusterUpdateParameters;
1020
- }
1021
-
1022
- // @public
1023
- export interface ClustersUpdatedefaultResponse extends HttpResponse {
1024
- // (undocumented)
1025
- body: ErrorModelOutput;
1026
- // (undocumented)
1027
- status: string;
1028
- }
1029
-
1030
- // @public (undocumented)
1031
- export interface ClustersUpdateMediaTypesParam {
1032
- contentType?: "application/json";
1033
- }
1034
-
1035
- // @public (undocumented)
1036
- export type ClustersUpdateParameters = ClustersUpdateMediaTypesParam & ClustersUpdateBodyParam & RequestParameters;
1037
-
1038
- // @public (undocumented)
1039
- export interface ClusterUpdateParameters {
1040
- properties?: ClusterPropertiesUpdateParameters;
1041
- tags?: Record<string, string>;
1042
- }
1043
-
1044
- // @public (undocumented)
1045
- export interface ClusterUpgradeDeltaHealthPolicy {
1046
- applicationDeltaHealthPolicies?: Record<string, ApplicationDeltaHealthPolicy>;
1047
- maxPercentDeltaUnhealthyApplications: number;
1048
- maxPercentDeltaUnhealthyNodes: number;
1049
- maxPercentUpgradeDomainDeltaUnhealthyNodes: number;
1050
- }
1051
-
1052
- // @public (undocumented)
1053
- export interface ClusterUpgradeDeltaHealthPolicyOutput {
1054
- applicationDeltaHealthPolicies?: Record<string, ApplicationDeltaHealthPolicyOutput>;
1055
- maxPercentDeltaUnhealthyApplications: number;
1056
- maxPercentDeltaUnhealthyNodes: number;
1057
- maxPercentUpgradeDomainDeltaUnhealthyNodes: number;
1058
- }
1059
-
1060
- // @public (undocumented)
1061
- export interface ClusterUpgradePolicy {
1062
- deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicy;
1063
- forceRestart?: boolean;
1064
- healthCheckRetryTimeout: string;
1065
- healthCheckStableDuration: string;
1066
- healthCheckWaitDuration: string;
1067
- healthPolicy: ClusterHealthPolicy;
1068
- upgradeDomainTimeout: string;
1069
- upgradeReplicaSetCheckTimeout: string;
1070
- upgradeTimeout: string;
1071
- }
1072
-
1073
- // @public (undocumented)
1074
- export interface ClusterUpgradePolicyOutput {
1075
- deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicyOutput;
1076
- forceRestart?: boolean;
1077
- healthCheckRetryTimeout: string;
1078
- healthCheckStableDuration: string;
1079
- healthCheckWaitDuration: string;
1080
- healthPolicy: ClusterHealthPolicyOutput;
1081
- upgradeDomainTimeout: string;
1082
- upgradeReplicaSetCheckTimeout: string;
1083
- upgradeTimeout: string;
1084
- }
1085
-
1086
- // @public (undocumented)
1087
- export interface ClusterVersionDetails {
1088
- codeVersion?: string;
1089
- environment?: "Windows" | "Linux";
1090
- supportExpiryUtc?: string;
1091
- }
1092
-
1093
- // @public (undocumented)
1094
- export interface ClusterVersionDetailsOutput {
1095
- codeVersion?: string;
1096
- environment?: "Windows" | "Linux";
1097
- supportExpiryUtc?: string;
1098
- }
1099
-
1100
- // @public (undocumented)
1101
- export interface ClusterVersionsGet {
1102
- get(options?: ClusterVersionsGetParameters): StreamableMethod<ClusterVersionsGet200Response | ClusterVersionsGetdefaultResponse>;
1103
- }
1104
-
1105
- // @public
1106
- export interface ClusterVersionsGet200Response extends HttpResponse {
1107
- // (undocumented)
1108
- body: ClusterCodeVersionsListResultOutput;
1109
- // (undocumented)
1110
- status: "200";
1111
- }
1112
-
1113
- // @public (undocumented)
1114
- export interface ClusterVersionsGetByEnvironment {
1115
- get(options?: ClusterVersionsGetByEnvironmentParameters): StreamableMethod<ClusterVersionsGetByEnvironment200Response | ClusterVersionsGetByEnvironmentdefaultResponse>;
1116
- }
1117
-
1118
- // @public
1119
- export interface ClusterVersionsGetByEnvironment200Response extends HttpResponse {
1120
- // (undocumented)
1121
- body: ClusterCodeVersionsListResultOutput;
1122
- // (undocumented)
1123
- status: "200";
1124
- }
1125
-
1126
- // @public
1127
- export interface ClusterVersionsGetByEnvironmentdefaultResponse extends HttpResponse {
1128
- // (undocumented)
1129
- body: ErrorModelOutput;
1130
- // (undocumented)
1131
- status: string;
1132
- }
1133
-
1134
- // @public (undocumented)
1135
- export type ClusterVersionsGetByEnvironmentParameters = RequestParameters;
1136
-
1137
- // @public
1138
- export interface ClusterVersionsGetdefaultResponse extends HttpResponse {
1139
- // (undocumented)
1140
- body: ErrorModelOutput;
1141
- // (undocumented)
1142
- status: string;
1143
- }
1144
-
1145
- // @public (undocumented)
1146
- export type ClusterVersionsGetParameters = RequestParameters;
1147
-
1148
- // @public (undocumented)
1149
- export interface ClusterVersionsList {
1150
- get(options?: ClusterVersionsListParameters): StreamableMethod<ClusterVersionsList200Response | ClusterVersionsListdefaultResponse>;
1151
- }
1152
-
1153
- // @public
1154
- export interface ClusterVersionsList200Response extends HttpResponse {
1155
- // (undocumented)
1156
- body: ClusterCodeVersionsListResultOutput;
1157
- // (undocumented)
1158
- status: "200";
1159
- }
1160
-
1161
- // @public (undocumented)
1162
- export interface ClusterVersionsListByEnvironment {
1163
- get(options?: ClusterVersionsListByEnvironmentParameters): StreamableMethod<ClusterVersionsListByEnvironment200Response | ClusterVersionsListByEnvironmentdefaultResponse>;
1164
- }
1165
-
1166
- // @public
1167
- export interface ClusterVersionsListByEnvironment200Response extends HttpResponse {
1168
- // (undocumented)
1169
- body: ClusterCodeVersionsListResultOutput;
1170
- // (undocumented)
1171
- status: "200";
1172
- }
1173
-
1174
- // @public
1175
- export interface ClusterVersionsListByEnvironmentdefaultResponse extends HttpResponse {
1176
- // (undocumented)
1177
- body: ErrorModelOutput;
1178
- // (undocumented)
1179
- status: string;
1180
- }
1181
-
1182
- // @public (undocumented)
1183
- export type ClusterVersionsListByEnvironmentParameters = RequestParameters;
1184
-
1185
- // @public
1186
- export interface ClusterVersionsListdefaultResponse extends HttpResponse {
1187
- // (undocumented)
1188
- body: ErrorModelOutput;
1189
- // (undocumented)
1190
- status: string;
1191
- }
1192
-
1193
- // @public (undocumented)
1194
- export type ClusterVersionsListParameters = RequestParameters;
1195
-
1196
- // @public (undocumented)
1197
- function createClient(credentials: TokenCredential, options?: ClientOptions): ServiceFabricClient;
1198
- export default createClient;
1199
-
1200
- // @public (undocumented)
1201
- export interface DiagnosticsStorageAccountConfig {
1202
- blobEndpoint: string;
1203
- protectedAccountKeyName: string;
1204
- protectedAccountKeyName2?: string;
1205
- queueEndpoint: string;
1206
- storageAccountName: string;
1207
- tableEndpoint: string;
1208
- }
1209
-
1210
- // @public (undocumented)
1211
- export interface DiagnosticsStorageAccountConfigOutput {
1212
- blobEndpoint: string;
1213
- protectedAccountKeyName: string;
1214
- protectedAccountKeyName2?: string;
1215
- queueEndpoint: string;
1216
- storageAccountName: string;
1217
- tableEndpoint: string;
1218
- }
1219
-
1220
- // @public (undocumented)
1221
- export interface EndpointRangeDescription {
1222
- endPort: number;
1223
- startPort: number;
1224
- }
1225
-
1226
- // @public (undocumented)
1227
- export interface EndpointRangeDescriptionOutput {
1228
- endPort: number;
1229
- startPort: number;
1230
- }
1231
-
1232
- // @public (undocumented)
1233
- export interface ErrorModelErrorOutput {
1234
- code?: string;
1235
- message?: string;
1236
- }
1237
-
1238
- // @public (undocumented)
1239
- export interface ErrorModelOutput {
1240
- error?: ErrorModelErrorOutput;
1241
- }
1242
-
1243
- // @public
1244
- export type GetArrayType<T> = T extends Array<infer TData> ? TData : never;
1245
-
1246
- // @public
1247
- export function getLongRunningPoller<TResult extends HttpResponse>(client: Client, initialResponse: TResult, options?: LroEngineOptions<TResult, PollOperationState<TResult>>): PollerLike<PollOperationState<TResult>, TResult>;
1248
-
1249
- // @public
1250
- export type GetPage<TPage> = (pageLink: string, maxPageSize?: number) => Promise<{
1251
- page: TPage;
1252
- nextPageLink?: string;
1253
- }>;
1254
-
1255
- // @public (undocumented)
1256
- export function isUnexpected(response: ClustersGet200Response | ClustersGetdefaultResponse): response is ClustersGetdefaultResponse;
1257
-
1258
- // @public (undocumented)
1259
- export function isUnexpected(response: ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdatedefaultResponse): response is ClustersCreateOrUpdatedefaultResponse;
1260
-
1261
- // @public (undocumented)
1262
- export function isUnexpected(response: ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdatedefaultResponse): response is ClustersUpdatedefaultResponse;
1263
-
1264
- // @public (undocumented)
1265
- export function isUnexpected(response: ClustersDelete200Response | ClustersDelete204Response | ClustersDeletedefaultResponse): response is ClustersDeletedefaultResponse;
1266
-
1267
- // @public (undocumented)
1268
- export function isUnexpected(response: ClustersListByResourceGroup200Response | ClustersListByResourceGroupdefaultResponse): response is ClustersListByResourceGroupdefaultResponse;
1269
-
1270
- // @public (undocumented)
1271
- export function isUnexpected(response: ClustersList200Response | ClustersListdefaultResponse): response is ClustersListdefaultResponse;
1272
-
1273
- // @public (undocumented)
1274
- export function isUnexpected(response: ClustersListUpgradableVersions200Response | ClustersListUpgradableVersionsdefaultResponse): response is ClustersListUpgradableVersionsdefaultResponse;
1275
-
1276
- // @public (undocumented)
1277
- export function isUnexpected(response: ClusterVersionsGet200Response | ClusterVersionsGetdefaultResponse): response is ClusterVersionsGetdefaultResponse;
1278
-
1279
- // @public (undocumented)
1280
- export function isUnexpected(response: ClusterVersionsGetByEnvironment200Response | ClusterVersionsGetByEnvironmentdefaultResponse): response is ClusterVersionsGetByEnvironmentdefaultResponse;
1281
-
1282
- // @public (undocumented)
1283
- export function isUnexpected(response: ClusterVersionsList200Response | ClusterVersionsListdefaultResponse): response is ClusterVersionsListdefaultResponse;
1284
-
1285
- // @public (undocumented)
1286
- export function isUnexpected(response: ClusterVersionsListByEnvironment200Response | ClusterVersionsListByEnvironmentdefaultResponse): response is ClusterVersionsListByEnvironmentdefaultResponse;
1287
-
1288
- // @public (undocumented)
1289
- export function isUnexpected(response: OperationsList200Response | OperationsListdefaultResponse): response is OperationsListdefaultResponse;
1290
-
1291
- // @public (undocumented)
1292
- export function isUnexpected(response: ApplicationTypesGet200Response | ApplicationTypesGetdefaultResponse): response is ApplicationTypesGetdefaultResponse;
1293
-
1294
- // @public (undocumented)
1295
- export function isUnexpected(response: ApplicationTypesCreateOrUpdate200Response | ApplicationTypesCreateOrUpdatedefaultResponse): response is ApplicationTypesCreateOrUpdatedefaultResponse;
1296
-
1297
- // @public (undocumented)
1298
- export function isUnexpected(response: ApplicationTypesDelete202Response | ApplicationTypesDelete204Response | ApplicationTypesDeletedefaultResponse): response is ApplicationTypesDeletedefaultResponse;
1299
-
1300
- // @public (undocumented)
1301
- export function isUnexpected(response: ApplicationTypesList200Response | ApplicationTypesListdefaultResponse): response is ApplicationTypesListdefaultResponse;
1302
-
1303
- // @public (undocumented)
1304
- export function isUnexpected(response: ApplicationTypeVersionsGet200Response | ApplicationTypeVersionsGetdefaultResponse): response is ApplicationTypeVersionsGetdefaultResponse;
1305
-
1306
- // @public (undocumented)
1307
- export function isUnexpected(response: ApplicationTypeVersionsCreateOrUpdate202Response | ApplicationTypeVersionsCreateOrUpdatedefaultResponse): response is ApplicationTypeVersionsCreateOrUpdatedefaultResponse;
1308
-
1309
- // @public (undocumented)
1310
- export function isUnexpected(response: ApplicationTypeVersionsDelete202Response | ApplicationTypeVersionsDelete204Response | ApplicationTypeVersionsDeletedefaultResponse): response is ApplicationTypeVersionsDeletedefaultResponse;
1311
-
1312
- // @public (undocumented)
1313
- export function isUnexpected(response: ApplicationTypeVersionsList200Response | ApplicationTypeVersionsListdefaultResponse): response is ApplicationTypeVersionsListdefaultResponse;
1314
-
1315
- // @public (undocumented)
1316
- export function isUnexpected(response: ApplicationsGet200Response | ApplicationsGetdefaultResponse): response is ApplicationsGetdefaultResponse;
1317
-
1318
- // @public (undocumented)
1319
- export function isUnexpected(response: ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdatedefaultResponse): response is ApplicationsCreateOrUpdatedefaultResponse;
1320
-
1321
- // @public (undocumented)
1322
- export function isUnexpected(response: ApplicationsUpdate202Response | ApplicationsUpdatedefaultResponse): response is ApplicationsUpdatedefaultResponse;
1323
-
1324
- // @public (undocumented)
1325
- export function isUnexpected(response: ApplicationsDelete202Response | ApplicationsDelete204Response | ApplicationsDeletedefaultResponse): response is ApplicationsDeletedefaultResponse;
1326
-
1327
- // @public (undocumented)
1328
- export function isUnexpected(response: ApplicationsList200Response | ApplicationsListdefaultResponse): response is ApplicationsListdefaultResponse;
1329
-
1330
- // @public (undocumented)
1331
- export function isUnexpected(response: ServicesGet200Response | ServicesGetdefaultResponse): response is ServicesGetdefaultResponse;
1332
-
1333
- // @public (undocumented)
1334
- export function isUnexpected(response: ServicesCreateOrUpdate202Response | ServicesCreateOrUpdatedefaultResponse): response is ServicesCreateOrUpdatedefaultResponse;
1335
-
1336
- // @public (undocumented)
1337
- export function isUnexpected(response: ServicesUpdate202Response | ServicesUpdatedefaultResponse): response is ServicesUpdatedefaultResponse;
1338
-
1339
- // @public (undocumented)
1340
- export function isUnexpected(response: ServicesDelete202Response | ServicesDelete204Response | ServicesDeletedefaultResponse): response is ServicesDeletedefaultResponse;
1341
-
1342
- // @public (undocumented)
1343
- export function isUnexpected(response: ServicesList200Response | ServicesListdefaultResponse): response is ServicesListdefaultResponse;
1344
-
1345
- // @public (undocumented)
1346
- export interface ManagedIdentity {
1347
- principalId?: string;
1348
- tenantId?: string;
1349
- type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
1350
- userAssignedIdentities?: Record<string, UserAssignedIdentity>;
1351
- }
1352
-
1353
- // @public (undocumented)
1354
- export interface ManagedIdentityOutput {
1355
- principalId?: string;
1356
- tenantId?: string;
1357
- type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
1358
- userAssignedIdentities?: Record<string, UserAssignedIdentityOutput>;
1359
- }
1360
-
1361
- // @public (undocumented)
1362
- export interface NamedPartitionSchemeDescription extends PartitionSchemeDescriptionParent {
1363
- count: number;
1364
- names: Array<string>;
1365
- // (undocumented)
1366
- partitionScheme: "Named";
1367
- }
1368
-
1369
- // @public (undocumented)
1370
- export interface NamedPartitionSchemeDescriptionOutput extends PartitionSchemeDescriptionOutputParent {
1371
- count: number;
1372
- names: Array<string>;
1373
- // (undocumented)
1374
- partitionScheme: "Named";
1375
- }
1376
-
1377
- // @public (undocumented)
1378
- export interface NodeTypeDescription {
1379
- applicationPorts?: EndpointRangeDescription;
1380
- capacities?: Record<string, string>;
1381
- clientConnectionEndpointPort: number;
1382
- durabilityLevel?: "Bronze" | "Silver" | "Gold";
1383
- ephemeralPorts?: EndpointRangeDescription;
1384
- httpGatewayEndpointPort: number;
1385
- isPrimary: boolean;
1386
- isStateless?: boolean;
1387
- multipleAvailabilityZones?: boolean;
1388
- name: string;
1389
- placementProperties?: Record<string, string>;
1390
- reverseProxyEndpointPort?: number;
1391
- vmInstanceCount: number;
1392
- }
1393
-
1394
- // @public (undocumented)
1395
- export interface NodeTypeDescriptionOutput {
1396
- applicationPorts?: EndpointRangeDescriptionOutput;
1397
- capacities?: Record<string, string>;
1398
- clientConnectionEndpointPort: number;
1399
- durabilityLevel?: "Bronze" | "Silver" | "Gold";
1400
- ephemeralPorts?: EndpointRangeDescriptionOutput;
1401
- httpGatewayEndpointPort: number;
1402
- isPrimary: boolean;
1403
- isStateless?: boolean;
1404
- multipleAvailabilityZones?: boolean;
1405
- name: string;
1406
- placementProperties?: Record<string, string>;
1407
- reverseProxyEndpointPort?: number;
1408
- vmInstanceCount: number;
1409
- }
1410
-
1411
- // @public (undocumented)
1412
- export interface Notification {
1413
- isEnabled: boolean;
1414
- notificationCategory: "WaveProgress";
1415
- notificationLevel: "Critical" | "All";
1416
- notificationTargets: Array<NotificationTarget>;
1417
- }
1418
-
1419
- // @public (undocumented)
1420
- export interface NotificationOutput {
1421
- isEnabled: boolean;
1422
- notificationCategory: "WaveProgress";
1423
- notificationLevel: "Critical" | "All";
1424
- notificationTargets: Array<NotificationTargetOutput>;
1425
- }
1426
-
1427
- // @public (undocumented)
1428
- export interface NotificationTarget {
1429
- notificationChannel: "EmailUser" | "EmailSubscription";
1430
- receivers: Array<string>;
1431
- }
1432
-
1433
- // @public (undocumented)
1434
- export interface NotificationTargetOutput {
1435
- notificationChannel: "EmailUser" | "EmailSubscription";
1436
- receivers: Array<string>;
1437
- }
1438
-
1439
- // @public (undocumented)
1440
- export interface OperationListResultOutput {
1441
- nextLink?: string;
1442
- value?: Array<OperationResultOutput>;
1443
- }
1444
-
1445
- // @public (undocumented)
1446
- export interface OperationResultOutput {
1447
- display?: AvailableOperationDisplayOutput;
1448
- isDataAction?: boolean;
1449
- name?: string;
1450
- nextLink?: string;
1451
- origin?: string;
1452
- }
1453
-
1454
- // @public (undocumented)
1455
- export interface OperationsList {
1456
- get(options?: OperationsListParameters): StreamableMethod<OperationsList200Response | OperationsListdefaultResponse>;
1457
- }
1458
-
1459
- // @public
1460
- export interface OperationsList200Response extends HttpResponse {
1461
- // (undocumented)
1462
- body: OperationListResultOutput;
1463
- // (undocumented)
1464
- status: "200";
1465
- }
1466
-
1467
- // @public
1468
- export interface OperationsListdefaultResponse extends HttpResponse {
1469
- // (undocumented)
1470
- body: ErrorModelOutput;
1471
- // (undocumented)
1472
- status: string;
1473
- }
1474
-
1475
- // @public (undocumented)
1476
- export type OperationsListParameters = RequestParameters;
1477
-
1478
- // @public
1479
- export function paginate<TResponse extends PathUncheckedResponse>(client: Client, initialResponse: TResponse, options?: PagingOptions<TResponse>): PagedAsyncIterableIterator<PaginateReturn<TResponse>>;
1480
-
1481
- // @public
1482
- export type PaginateReturn<TResult> = TResult extends {
1483
- body: {
1484
- value?: infer TPage;
1485
- };
1486
- } ? GetArrayType<TPage> : Array<unknown>;
1487
-
1488
- // @public
1489
- export interface PagingOptions<TResponse> {
1490
- customGetPage?: GetPage<PaginateReturn<TResponse>[]>;
1491
- }
1492
-
1493
- // @public (undocumented)
1494
- export type PartitionSchemeDescription = NamedPartitionSchemeDescription | SingletonPartitionSchemeDescription | UniformInt64RangePartitionSchemeDescription;
1495
-
1496
- // @public (undocumented)
1497
- export type PartitionSchemeDescriptionOutput = NamedPartitionSchemeDescriptionOutput | SingletonPartitionSchemeDescriptionOutput | UniformInt64RangePartitionSchemeDescriptionOutput;
1498
-
1499
- // @public (undocumented)
1500
- export interface PartitionSchemeDescriptionOutputParent {
1501
- // (undocumented)
1502
- partitionScheme: "PartitionSchemeDescription" | "Named" | "Singleton" | "UniformInt64Range";
1503
- }
1504
-
1505
- // @public (undocumented)
1506
- export interface PartitionSchemeDescriptionParent {
1507
- // (undocumented)
1508
- partitionScheme: "PartitionSchemeDescription" | "Named" | "Singleton" | "UniformInt64Range";
1509
- }
1510
-
1511
- // @public (undocumented)
1512
- export interface ProxyResource {
1513
- etag?: string;
1514
- id?: string;
1515
- location?: string;
1516
- name?: string;
1517
- systemData?: SystemData;
1518
- tags?: Record<string, string>;
1519
- type?: string;
1520
- }
1521
-
1522
- // @public (undocumented)
1523
- export interface ProxyResourceOutput {
1524
- etag?: string;
1525
- id?: string;
1526
- location?: string;
1527
- name?: string;
1528
- systemData?: SystemDataOutput;
1529
- tags?: Record<string, string>;
1530
- type?: string;
1531
- }
1532
-
1533
- // @public (undocumented)
1534
- export interface Resource {
1535
- etag?: string;
1536
- id?: string;
1537
- location: string;
1538
- name?: string;
1539
- systemData?: SystemData;
1540
- tags?: Record<string, string>;
1541
- type?: string;
1542
- }
1543
-
1544
- // @public (undocumented)
1545
- export interface ResourceOutput {
1546
- etag?: string;
1547
- id?: string;
1548
- location: string;
1549
- name?: string;
1550
- systemData?: SystemDataOutput;
1551
- tags?: Record<string, string>;
1552
- type?: string;
1553
- }
1554
-
1555
- // @public (undocumented)
1556
- export interface Routes {
1557
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}", subscriptionId: string, resourceGroupName: string, clusterName: string): ClustersGet;
1558
- (path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters", subscriptionId: string, resourceGroupName: string): ClustersListByResourceGroup;
1559
- (path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters", subscriptionId: string): ClustersList;
1560
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/listUpgradableVersions", subscriptionId: string, resourceGroupName: string, clusterName: string): ClustersListUpgradableVersions;
1561
- (path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}", subscriptionId: string, location: string, clusterVersion: string): ClusterVersionsGet;
1562
- (path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}", subscriptionId: string, location: string, environment: "Windows" | "Linux", clusterVersion: string): ClusterVersionsGetByEnvironment;
1563
- (path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions", subscriptionId: string, location: string): ClusterVersionsList;
1564
- (path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions", subscriptionId: string, location: string, environment: "Windows" | "Linux"): ClusterVersionsListByEnvironment;
1565
- (path: "/providers/Microsoft.ServiceFabric/operations"): OperationsList;
1566
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationTypeName: string): ApplicationTypesGet;
1567
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes", subscriptionId: string, resourceGroupName: string, clusterName: string): ApplicationTypesList;
1568
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string): ApplicationTypeVersionsGet;
1569
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationTypeName: string): ApplicationTypeVersionsList;
1570
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationName: string): ApplicationsGet;
1571
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications", subscriptionId: string, resourceGroupName: string, clusterName: string): ApplicationsList;
1572
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string): ServicesGet;
1573
- (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services", subscriptionId: string, resourceGroupName: string, clusterName: string, applicationName: string): ServicesList;
1574
- }
1575
-
1576
- // @public (undocumented)
1577
- export interface ServerCertificateCommonName {
1578
- certificateCommonName: string;
1579
- certificateIssuerThumbprint: string;
1580
- }
1581
-
1582
- // @public (undocumented)
1583
- export interface ServerCertificateCommonNameOutput {
1584
- certificateCommonName: string;
1585
- certificateIssuerThumbprint: string;
1586
- }
1587
-
1588
- // @public (undocumented)
1589
- export interface ServerCertificateCommonNames {
1590
- commonNames?: Array<ServerCertificateCommonName>;
1591
- x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
1592
- }
1593
-
1594
- // @public (undocumented)
1595
- export interface ServerCertificateCommonNamesOutput {
1596
- commonNames?: Array<ServerCertificateCommonNameOutput>;
1597
- x509StoreName?: "AddressBook" | "AuthRoot" | "CertificateAuthority" | "Disallowed" | "My" | "Root" | "TrustedPeople" | "TrustedPublisher";
1598
- }
1599
-
1600
- // @public (undocumented)
1601
- export interface ServiceCorrelationDescription {
1602
- scheme: "Invalid" | "Affinity" | "AlignedAffinity" | "NonAlignedAffinity";
1603
- serviceName: string;
1604
- }
1605
-
1606
- // @public (undocumented)
1607
- export interface ServiceCorrelationDescriptionOutput {
1608
- scheme: "Invalid" | "Affinity" | "AlignedAffinity" | "NonAlignedAffinity";
1609
- serviceName: string;
1610
- }
1611
-
1612
- // @public (undocumented)
1613
- export type ServiceFabricClient = Client & {
1614
- path: Routes;
1615
- };
1616
-
1617
- // @public (undocumented)
1618
- export interface ServiceLoadMetricDescription {
1619
- defaultLoad?: number;
1620
- name: string;
1621
- primaryDefaultLoad?: number;
1622
- secondaryDefaultLoad?: number;
1623
- weight?: "Zero" | "Low" | "Medium" | "High";
1624
- }
1625
-
1626
- // @public (undocumented)
1627
- export interface ServiceLoadMetricDescriptionOutput {
1628
- defaultLoad?: number;
1629
- name: string;
1630
- primaryDefaultLoad?: number;
1631
- secondaryDefaultLoad?: number;
1632
- weight?: "Zero" | "Low" | "Medium" | "High";
1633
- }
1634
-
1635
- // @public (undocumented)
1636
- export interface ServicePlacementPolicyDescription {
1637
- // (undocumented)
1638
- type: "ServicePlacementPolicyDescription";
1639
- }
1640
-
1641
- // @public (undocumented)
1642
- export interface ServicePlacementPolicyDescriptionOutput {
1643
- // (undocumented)
1644
- type: "ServicePlacementPolicyDescription";
1645
- }
1646
-
1647
- // @public (undocumented)
1648
- export interface ServiceResource extends ProxyResource {
1649
- properties?: ServiceResourceProperties;
1650
- }
1651
-
1652
- // @public (undocumented)
1653
- export interface ServiceResourceListOutput {
1654
- nextLink?: string;
1655
- // (undocumented)
1656
- value?: Array<ServiceResourceOutput>;
1657
- }
1658
-
1659
- // @public (undocumented)
1660
- export interface ServiceResourceOutput extends ProxyResourceOutput {
1661
- properties?: ServiceResourcePropertiesOutput;
1662
- }
1663
-
1664
- // @public (undocumented)
1665
- export type ServiceResourceProperties = StatefulServiceProperties | StatelessServiceProperties;
1666
-
1667
- // @public (undocumented)
1668
- export interface ServiceResourcePropertiesBase {
1669
- correlationScheme?: Array<ServiceCorrelationDescription>;
1670
- defaultMoveCost?: "Zero" | "Low" | "Medium" | "High";
1671
- placementConstraints?: string;
1672
- serviceLoadMetrics?: Array<ServiceLoadMetricDescription>;
1673
- servicePlacementPolicies?: Array<ServicePlacementPolicyDescription>;
1674
- }
1675
-
1676
- // @public (undocumented)
1677
- export interface ServiceResourcePropertiesBaseOutput {
1678
- correlationScheme?: Array<ServiceCorrelationDescriptionOutput>;
1679
- defaultMoveCost?: "Zero" | "Low" | "Medium" | "High";
1680
- placementConstraints?: string;
1681
- serviceLoadMetrics?: Array<ServiceLoadMetricDescriptionOutput>;
1682
- servicePlacementPolicies?: Array<ServicePlacementPolicyDescriptionOutput>;
1683
- }
1684
-
1685
- // @public (undocumented)
1686
- export type ServiceResourcePropertiesOutput = StatefulServicePropertiesOutput | StatelessServicePropertiesOutput;
1687
-
1688
- // @public (undocumented)
1689
- export interface ServiceResourcePropertiesOutputParent extends ServiceResourcePropertiesBaseOutput {
1690
- partitionDescription?: PartitionSchemeDescriptionOutput;
1691
- provisioningState?: string;
1692
- serviceDnsName?: string;
1693
- // (undocumented)
1694
- serviceKind: "ServiceResourceProperties" | "Stateful" | "Stateless";
1695
- servicePackageActivationMode?: "SharedProcess" | "ExclusiveProcess";
1696
- serviceTypeName?: string;
1697
- }
1698
-
1699
- // @public (undocumented)
1700
- export interface ServiceResourcePropertiesParent extends ServiceResourcePropertiesBase {
1701
- partitionDescription?: PartitionSchemeDescription;
1702
- provisioningState?: string;
1703
- serviceDnsName?: string;
1704
- // (undocumented)
1705
- serviceKind: "ServiceResourceProperties" | "Stateful" | "Stateless";
1706
- servicePackageActivationMode?: "SharedProcess" | "ExclusiveProcess";
1707
- serviceTypeName?: string;
1708
- }
1709
-
1710
- // @public (undocumented)
1711
- export interface ServiceResourceUpdate extends ProxyResource {
1712
- properties?: ServiceResourceUpdateProperties;
1713
- }
1714
-
1715
- // @public (undocumented)
1716
- export interface ServiceResourceUpdateOutput extends ProxyResourceOutput {
1717
- properties?: ServiceResourceUpdatePropertiesOutput;
1718
- }
1719
-
1720
- // @public (undocumented)
1721
- export type ServiceResourceUpdateProperties = StatefulServiceUpdateProperties | StatelessServiceUpdateProperties;
1722
-
1723
- // @public (undocumented)
1724
- export type ServiceResourceUpdatePropertiesOutput = StatefulServiceUpdatePropertiesOutput | StatelessServiceUpdatePropertiesOutput;
1725
-
1726
- // @public (undocumented)
1727
- export interface ServiceResourceUpdatePropertiesOutputParent extends ServiceResourcePropertiesBaseOutput {
1728
- // (undocumented)
1729
- serviceKind: "ServiceResourceUpdateProperties" | "Stateful" | "Stateless";
1730
- }
1731
-
1732
- // @public (undocumented)
1733
- export interface ServiceResourceUpdatePropertiesParent extends ServiceResourcePropertiesBase {
1734
- // (undocumented)
1735
- serviceKind: "ServiceResourceUpdateProperties" | "Stateful" | "Stateless";
1736
- }
1737
-
1738
- // @public
1739
- export interface ServicesCreateOrUpdate202Response extends HttpResponse {
1740
- // (undocumented)
1741
- body: ServiceResourceOutput;
1742
- // (undocumented)
1743
- status: "202";
1744
- }
1745
-
1746
- // @public (undocumented)
1747
- export interface ServicesCreateOrUpdateBodyParam {
1748
- body: ServiceResource;
1749
- }
1750
-
1751
- // @public
1752
- export interface ServicesCreateOrUpdatedefaultResponse extends HttpResponse {
1753
- // (undocumented)
1754
- body: ErrorModelOutput;
1755
- // (undocumented)
1756
- status: string;
1757
- }
1758
-
1759
- // @public (undocumented)
1760
- export interface ServicesCreateOrUpdateMediaTypesParam {
1761
- contentType?: "application/json";
1762
- }
1763
-
1764
- // @public (undocumented)
1765
- export type ServicesCreateOrUpdateParameters = ServicesCreateOrUpdateMediaTypesParam & ServicesCreateOrUpdateBodyParam & RequestParameters;
1766
-
1767
- // @public
1768
- export interface ServicesDelete202Response extends HttpResponse {
1769
- // (undocumented)
1770
- body: Record<string, unknown>;
1771
- // (undocumented)
1772
- status: "202";
1773
- }
1774
-
1775
- // @public
1776
- export interface ServicesDelete204Response extends HttpResponse {
1777
- // (undocumented)
1778
- body: Record<string, unknown>;
1779
- // (undocumented)
1780
- status: "204";
1781
- }
1782
-
1783
- // @public
1784
- export interface ServicesDeletedefaultResponse extends HttpResponse {
1785
- // (undocumented)
1786
- body: ErrorModelOutput;
1787
- // (undocumented)
1788
- status: string;
1789
- }
1790
-
1791
- // @public (undocumented)
1792
- export type ServicesDeleteParameters = RequestParameters;
1793
-
1794
- // @public (undocumented)
1795
- export interface ServicesGet {
1796
- delete(options?: ServicesDeleteParameters): StreamableMethod<ServicesDelete202Response | ServicesDelete204Response | ServicesDeletedefaultResponse>;
1797
- get(options?: ServicesGetParameters): StreamableMethod<ServicesGet200Response | ServicesGetdefaultResponse>;
1798
- patch(options: ServicesUpdateParameters): StreamableMethod<ServicesUpdate202Response | ServicesUpdatedefaultResponse>;
1799
- put(options: ServicesCreateOrUpdateParameters): StreamableMethod<ServicesCreateOrUpdate202Response | ServicesCreateOrUpdatedefaultResponse>;
1800
- }
1801
-
1802
- // @public
1803
- export interface ServicesGet200Response extends HttpResponse {
1804
- // (undocumented)
1805
- body: ServiceResourceOutput;
1806
- // (undocumented)
1807
- status: "200";
1808
- }
1809
-
1810
- // @public
1811
- export interface ServicesGetdefaultResponse extends HttpResponse {
1812
- // (undocumented)
1813
- body: ErrorModelOutput;
1814
- // (undocumented)
1815
- status: string;
1816
- }
1817
-
1818
- // @public (undocumented)
1819
- export type ServicesGetParameters = RequestParameters;
1820
-
1821
- // @public (undocumented)
1822
- export interface ServicesList {
1823
- get(options?: ServicesListParameters): StreamableMethod<ServicesList200Response | ServicesListdefaultResponse>;
1824
- }
1825
-
1826
- // @public
1827
- export interface ServicesList200Response extends HttpResponse {
1828
- // (undocumented)
1829
- body: ServiceResourceListOutput;
1830
- // (undocumented)
1831
- status: "200";
1832
- }
1833
-
1834
- // @public
1835
- export interface ServicesListdefaultResponse extends HttpResponse {
1836
- // (undocumented)
1837
- body: ErrorModelOutput;
1838
- // (undocumented)
1839
- status: string;
1840
- }
1841
-
1842
- // @public (undocumented)
1843
- export type ServicesListParameters = RequestParameters;
1844
-
1845
- // @public
1846
- export interface ServicesUpdate202Response extends HttpResponse {
1847
- // (undocumented)
1848
- body: ServiceResourceOutput;
1849
- // (undocumented)
1850
- status: "202";
1851
- }
1852
-
1853
- // @public (undocumented)
1854
- export interface ServicesUpdateBodyParam {
1855
- body: ServiceResourceUpdate;
1856
- }
1857
-
1858
- // @public
1859
- export interface ServicesUpdatedefaultResponse extends HttpResponse {
1860
- // (undocumented)
1861
- body: ErrorModelOutput;
1862
- // (undocumented)
1863
- status: string;
1864
- }
1865
-
1866
- // @public (undocumented)
1867
- export interface ServicesUpdateMediaTypesParam {
1868
- contentType?: "application/json";
1869
- }
1870
-
1871
- // @public (undocumented)
1872
- export type ServicesUpdateParameters = ServicesUpdateMediaTypesParam & ServicesUpdateBodyParam & RequestParameters;
1873
-
1874
- // @public (undocumented)
1875
- export interface ServiceTypeDeltaHealthPolicy {
1876
- maxPercentDeltaUnhealthyServices?: number;
1877
- }
1878
-
1879
- // @public (undocumented)
1880
- export interface ServiceTypeDeltaHealthPolicyOutput {
1881
- maxPercentDeltaUnhealthyServices?: number;
1882
- }
1883
-
1884
- // @public (undocumented)
1885
- export interface ServiceTypeHealthPolicy {
1886
- maxPercentUnhealthyServices?: number;
1887
- }
1888
-
1889
- // @public (undocumented)
1890
- export interface ServiceTypeHealthPolicyOutput {
1891
- maxPercentUnhealthyServices?: number;
1892
- }
1893
-
1894
- // @public (undocumented)
1895
- export interface SettingsParameterDescription {
1896
- name: string;
1897
- value: string;
1898
- }
1899
-
1900
- // @public (undocumented)
1901
- export interface SettingsParameterDescriptionOutput {
1902
- name: string;
1903
- value: string;
1904
- }
1905
-
1906
- // @public (undocumented)
1907
- export interface SettingsSectionDescription {
1908
- name: string;
1909
- parameters: Array<SettingsParameterDescription>;
1910
- }
1911
-
1912
- // @public (undocumented)
1913
- export interface SettingsSectionDescriptionOutput {
1914
- name: string;
1915
- parameters: Array<SettingsParameterDescriptionOutput>;
1916
- }
1917
-
1918
- // @public (undocumented)
1919
- export interface SingletonPartitionSchemeDescription extends PartitionSchemeDescriptionParent {
1920
- // (undocumented)
1921
- partitionScheme: "Singleton";
1922
- }
1923
-
1924
- // @public (undocumented)
1925
- export interface SingletonPartitionSchemeDescriptionOutput extends PartitionSchemeDescriptionOutputParent {
1926
- // (undocumented)
1927
- partitionScheme: "Singleton";
1928
- }
1929
-
1930
- // @public (undocumented)
1931
- export interface StatefulServiceProperties extends ServiceResourcePropertiesParent {
1932
- hasPersistedState?: boolean;
1933
- minReplicaSetSize?: number;
1934
- quorumLossWaitDuration?: Date | string;
1935
- replicaRestartWaitDuration?: Date | string;
1936
- // (undocumented)
1937
- serviceKind: "Stateful";
1938
- standByReplicaKeepDuration?: Date | string;
1939
- targetReplicaSetSize?: number;
1940
- }
1941
-
1942
- // @public (undocumented)
1943
- export interface StatefulServicePropertiesOutput extends ServiceResourcePropertiesOutputParent {
1944
- hasPersistedState?: boolean;
1945
- minReplicaSetSize?: number;
1946
- quorumLossWaitDuration?: string;
1947
- replicaRestartWaitDuration?: string;
1948
- // (undocumented)
1949
- serviceKind: "Stateful";
1950
- standByReplicaKeepDuration?: string;
1951
- targetReplicaSetSize?: number;
1952
- }
1953
-
1954
- // @public (undocumented)
1955
- export interface StatefulServiceUpdateProperties extends ServiceResourceUpdatePropertiesParent {
1956
- minReplicaSetSize?: number;
1957
- quorumLossWaitDuration?: Date | string;
1958
- replicaRestartWaitDuration?: Date | string;
1959
- // (undocumented)
1960
- serviceKind: "Stateful";
1961
- standByReplicaKeepDuration?: Date | string;
1962
- targetReplicaSetSize?: number;
1963
- }
1964
-
1965
- // @public (undocumented)
1966
- export interface StatefulServiceUpdatePropertiesOutput extends ServiceResourceUpdatePropertiesOutputParent {
1967
- minReplicaSetSize?: number;
1968
- quorumLossWaitDuration?: string;
1969
- replicaRestartWaitDuration?: string;
1970
- // (undocumented)
1971
- serviceKind: "Stateful";
1972
- standByReplicaKeepDuration?: string;
1973
- targetReplicaSetSize?: number;
1974
- }
1975
-
1976
- // @public (undocumented)
1977
- export interface StatelessServiceProperties extends ServiceResourcePropertiesParent {
1978
- instanceCloseDelayDuration?: string;
1979
- instanceCount?: number;
1980
- // (undocumented)
1981
- serviceKind: "Stateless";
1982
- }
1983
-
1984
- // @public (undocumented)
1985
- export interface StatelessServicePropertiesOutput extends ServiceResourcePropertiesOutputParent {
1986
- instanceCloseDelayDuration?: string;
1987
- instanceCount?: number;
1988
- // (undocumented)
1989
- serviceKind: "Stateless";
1990
- }
1991
-
1992
- // @public (undocumented)
1993
- export interface StatelessServiceUpdateProperties extends ServiceResourceUpdatePropertiesParent {
1994
- instanceCloseDelayDuration?: string;
1995
- instanceCount?: number;
1996
- // (undocumented)
1997
- serviceKind: "Stateless";
1998
- }
1999
-
2000
- // @public (undocumented)
2001
- export interface StatelessServiceUpdatePropertiesOutput extends ServiceResourceUpdatePropertiesOutputParent {
2002
- instanceCloseDelayDuration?: string;
2003
- instanceCount?: number;
2004
- // (undocumented)
2005
- serviceKind: "Stateless";
2006
- }
2007
-
2008
- // @public (undocumented)
2009
- export interface SystemData {
2010
- createdAt?: Date | string;
2011
- createdBy?: string;
2012
- createdByType?: string;
2013
- lastModifiedAt?: Date | string;
2014
- lastModifiedBy?: string;
2015
- lastModifiedByType?: string;
2016
- }
2017
-
2018
- // @public (undocumented)
2019
- export interface SystemDataOutput {
2020
- createdAt?: string;
2021
- createdBy?: string;
2022
- createdByType?: string;
2023
- lastModifiedAt?: string;
2024
- lastModifiedBy?: string;
2025
- lastModifiedByType?: string;
2026
- }
2027
-
2028
- // @public (undocumented)
2029
- export interface UniformInt64RangePartitionSchemeDescription extends PartitionSchemeDescriptionParent {
2030
- count: number;
2031
- highKey: string;
2032
- lowKey: string;
2033
- // (undocumented)
2034
- partitionScheme: "UniformInt64Range";
2035
- }
2036
-
2037
- // @public (undocumented)
2038
- export interface UniformInt64RangePartitionSchemeDescriptionOutput extends PartitionSchemeDescriptionOutputParent {
2039
- count: number;
2040
- highKey: string;
2041
- lowKey: string;
2042
- // (undocumented)
2043
- partitionScheme: "UniformInt64Range";
2044
- }
2045
-
2046
- // @public (undocumented)
2047
- export interface UpgradableVersionPathResultOutput {
2048
- // (undocumented)
2049
- supportedPath?: Array<string>;
2050
- }
2051
-
2052
- // @public (undocumented)
2053
- export interface UpgradableVersionsDescription {
2054
- targetVersion: string;
2055
- }
2056
-
2057
- // @public (undocumented)
2058
- export interface UserAssignedIdentity {
2059
- clientId?: string;
2060
- principalId?: string;
2061
- }
2062
-
2063
- // @public (undocumented)
2064
- export interface UserAssignedIdentityOutput {
2065
- clientId?: string;
2066
- principalId?: string;
2067
- }
2068
-
2069
- // (No @packageDocumentation comment for this package)
2070
-
2071
- ```