@azure/arm-qumulo 1.0.0

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 (110) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +1602 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.js +93 -0
  11. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/fileSystemsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/fileSystemsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/fileSystemsDeleteSample.js +56 -0
  15. package/dist-esm/samples-dev/fileSystemsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/fileSystemsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/fileSystemsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/fileSystemsGetSample.js +56 -0
  19. package/dist-esm/samples-dev/fileSystemsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.js +96 -0
  23. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.js.map +1 -0
  24. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.js +94 -0
  27. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.js.map +1 -0
  28. package/dist-esm/samples-dev/fileSystemsUpdateSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/fileSystemsUpdateSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/fileSystemsUpdateSample.js +74 -0
  31. package/dist-esm/samples-dev/fileSystemsUpdateSample.js.map +1 -0
  32. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/operationsListSample.js +96 -0
  35. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  36. package/dist-esm/src/index.d.ts +6 -0
  37. package/dist-esm/src/index.d.ts.map +1 -0
  38. package/dist-esm/src/index.js +13 -0
  39. package/dist-esm/src/index.js.map +1 -0
  40. package/dist-esm/src/lroImpl.d.ts +11 -0
  41. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  42. package/dist-esm/src/lroImpl.js +21 -0
  43. package/dist-esm/src/lroImpl.js.map +1 -0
  44. package/dist-esm/src/models/index.d.ts +415 -0
  45. package/dist-esm/src/models/index.d.ts.map +1 -0
  46. package/dist-esm/src/models/index.js +48 -0
  47. package/dist-esm/src/models/index.js.map +1 -0
  48. package/dist-esm/src/models/mappers.d.ts +19 -0
  49. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  50. package/dist-esm/src/models/mappers.js +618 -0
  51. package/dist-esm/src/models/mappers.js.map +1 -0
  52. package/dist-esm/src/models/parameters.d.ts +12 -0
  53. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  54. package/dist-esm/src/models/parameters.js +109 -0
  55. package/dist-esm/src/models/parameters.js.map +1 -0
  56. package/dist-esm/src/operations/fileSystems.d.ts +99 -0
  57. package/dist-esm/src/operations/fileSystems.d.ts.map +1 -0
  58. package/dist-esm/src/operations/fileSystems.js +499 -0
  59. package/dist-esm/src/operations/fileSystems.js.map +1 -0
  60. package/dist-esm/src/operations/index.d.ts +3 -0
  61. package/dist-esm/src/operations/index.d.ts.map +1 -0
  62. package/dist-esm/src/operations/index.js +10 -0
  63. package/dist-esm/src/operations/index.js.map +1 -0
  64. package/dist-esm/src/operations/operations.d.ts +32 -0
  65. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/operations.js +138 -0
  67. package/dist-esm/src/operations/operations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/fileSystems.d.ts +63 -0
  69. package/dist-esm/src/operationsInterfaces/fileSystems.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/fileSystems.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/fileSystems.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
  73. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/index.js +10 -0
  75. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  77. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  80. package/dist-esm/src/pagingHelper.d.ts +13 -0
  81. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  82. package/dist-esm/src/pagingHelper.js +32 -0
  83. package/dist-esm/src/pagingHelper.js.map +1 -0
  84. package/dist-esm/src/qumuloStorage.d.ts +21 -0
  85. package/dist-esm/src/qumuloStorage.d.ts.map +1 -0
  86. package/dist-esm/src/qumuloStorage.js +101 -0
  87. package/dist-esm/src/qumuloStorage.js.map +1 -0
  88. package/dist-esm/test/liftrqumulo_operations_test.spec.d.ts +4 -0
  89. package/dist-esm/test/liftrqumulo_operations_test.spec.d.ts.map +1 -0
  90. package/dist-esm/test/liftrqumulo_operations_test.spec.js +76 -0
  91. package/dist-esm/test/liftrqumulo_operations_test.spec.js.map +1 -0
  92. package/package.json +123 -0
  93. package/review/arm-qumulo.api.md +315 -0
  94. package/rollup.config.js +122 -0
  95. package/src/index.ts +13 -0
  96. package/src/lroImpl.ts +42 -0
  97. package/src/models/index.ts +477 -0
  98. package/src/models/mappers.ts +653 -0
  99. package/src/models/parameters.ts +127 -0
  100. package/src/operations/fileSystems.ts +633 -0
  101. package/src/operations/index.ts +10 -0
  102. package/src/operations/operations.ts +149 -0
  103. package/src/operationsInterfaces/fileSystems.ts +121 -0
  104. package/src/operationsInterfaces/index.ts +10 -0
  105. package/src/operationsInterfaces/operations.ts +22 -0
  106. package/src/pagingHelper.ts +39 -0
  107. package/src/qumuloStorage.ts +142 -0
  108. package/tsconfig.json +33 -0
  109. package/types/arm-qumulo.d.ts +563 -0
  110. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,499 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers";
12
+ import * as Parameters from "../models/parameters";
13
+ import { createHttpPoller } from "@azure/core-lro";
14
+ import { createLroSpec } from "../lroImpl";
15
+ /// <reference lib="esnext.asynciterable" />
16
+ /** Class containing FileSystems operations. */
17
+ export class FileSystemsImpl {
18
+ /**
19
+ * Initialize a new instance of the class FileSystems class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * List FileSystemResource resources by subscription ID
27
+ * @param options The options parameters.
28
+ */
29
+ listBySubscription(options) {
30
+ const iter = this.listBySubscriptionPagingAll(options);
31
+ return {
32
+ next() {
33
+ return iter.next();
34
+ },
35
+ [Symbol.asyncIterator]() {
36
+ return this;
37
+ },
38
+ byPage: (settings) => {
39
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
40
+ throw new Error("maxPageSize is not supported by this operation.");
41
+ }
42
+ return this.listBySubscriptionPagingPage(options, settings);
43
+ }
44
+ };
45
+ }
46
+ listBySubscriptionPagingPage(options, settings) {
47
+ return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
48
+ let result;
49
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
50
+ if (!continuationToken) {
51
+ result = yield __await(this._listBySubscription(options));
52
+ let page = result.value || [];
53
+ continuationToken = result.nextLink;
54
+ setContinuationToken(page, continuationToken);
55
+ yield yield __await(page);
56
+ }
57
+ while (continuationToken) {
58
+ result = yield __await(this._listBySubscriptionNext(continuationToken, options));
59
+ continuationToken = result.nextLink;
60
+ let page = result.value || [];
61
+ setContinuationToken(page, continuationToken);
62
+ yield yield __await(page);
63
+ }
64
+ });
65
+ }
66
+ listBySubscriptionPagingAll(options) {
67
+ return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
68
+ var _a, e_1, _b, _c;
69
+ try {
70
+ for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
71
+ _c = _f.value;
72
+ _d = false;
73
+ try {
74
+ const page = _c;
75
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
76
+ }
77
+ finally {
78
+ _d = true;
79
+ }
80
+ }
81
+ }
82
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
83
+ finally {
84
+ try {
85
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
86
+ }
87
+ finally { if (e_1) throw e_1.error; }
88
+ }
89
+ });
90
+ }
91
+ /**
92
+ * List FileSystemResource resources by resource group
93
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
94
+ * @param options The options parameters.
95
+ */
96
+ listByResourceGroup(resourceGroupName, options) {
97
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
98
+ return {
99
+ next() {
100
+ return iter.next();
101
+ },
102
+ [Symbol.asyncIterator]() {
103
+ return this;
104
+ },
105
+ byPage: (settings) => {
106
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
107
+ throw new Error("maxPageSize is not supported by this operation.");
108
+ }
109
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
110
+ }
111
+ };
112
+ }
113
+ listByResourceGroupPagingPage(resourceGroupName, options, settings) {
114
+ return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
115
+ let result;
116
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
117
+ if (!continuationToken) {
118
+ result = yield __await(this._listByResourceGroup(resourceGroupName, options));
119
+ let page = result.value || [];
120
+ continuationToken = result.nextLink;
121
+ setContinuationToken(page, continuationToken);
122
+ yield yield __await(page);
123
+ }
124
+ while (continuationToken) {
125
+ result = yield __await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
126
+ continuationToken = result.nextLink;
127
+ let page = result.value || [];
128
+ setContinuationToken(page, continuationToken);
129
+ yield yield __await(page);
130
+ }
131
+ });
132
+ }
133
+ listByResourceGroupPagingAll(resourceGroupName, options) {
134
+ return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
135
+ var _a, e_2, _b, _c;
136
+ try {
137
+ for (var _d = true, _e = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
138
+ _c = _f.value;
139
+ _d = false;
140
+ try {
141
+ const page = _c;
142
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
143
+ }
144
+ finally {
145
+ _d = true;
146
+ }
147
+ }
148
+ }
149
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
150
+ finally {
151
+ try {
152
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
153
+ }
154
+ finally { if (e_2) throw e_2.error; }
155
+ }
156
+ });
157
+ }
158
+ /**
159
+ * List FileSystemResource resources by subscription ID
160
+ * @param options The options parameters.
161
+ */
162
+ _listBySubscription(options) {
163
+ return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
164
+ }
165
+ /**
166
+ * List FileSystemResource resources by resource group
167
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
168
+ * @param options The options parameters.
169
+ */
170
+ _listByResourceGroup(resourceGroupName, options) {
171
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
172
+ }
173
+ /**
174
+ * Get a FileSystemResource
175
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
176
+ * @param fileSystemName Name of the File System resource
177
+ * @param options The options parameters.
178
+ */
179
+ get(resourceGroupName, fileSystemName, options) {
180
+ return this.client.sendOperationRequest({ resourceGroupName, fileSystemName, options }, getOperationSpec);
181
+ }
182
+ /**
183
+ * Create a FileSystemResource
184
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
185
+ * @param fileSystemName Name of the File System resource
186
+ * @param resource Resource create parameters.
187
+ * @param options The options parameters.
188
+ */
189
+ beginCreateOrUpdate(resourceGroupName, fileSystemName, resource, options) {
190
+ return __awaiter(this, void 0, void 0, function* () {
191
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
192
+ return this.client.sendOperationRequest(args, spec);
193
+ });
194
+ const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
195
+ var _a;
196
+ let currentRawResponse = undefined;
197
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
198
+ const callback = (rawResponse, flatResponse) => {
199
+ currentRawResponse = rawResponse;
200
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
201
+ };
202
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
203
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
204
+ return {
205
+ flatResponse,
206
+ rawResponse: {
207
+ statusCode: currentRawResponse.status,
208
+ body: currentRawResponse.parsedBody,
209
+ headers: currentRawResponse.headers.toJSON()
210
+ }
211
+ };
212
+ });
213
+ const lro = createLroSpec({
214
+ sendOperationFn,
215
+ args: { resourceGroupName, fileSystemName, resource, options },
216
+ spec: createOrUpdateOperationSpec
217
+ });
218
+ const poller = yield createHttpPoller(lro, {
219
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
220
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
221
+ resourceLocationConfig: "azure-async-operation"
222
+ });
223
+ yield poller.poll();
224
+ return poller;
225
+ });
226
+ }
227
+ /**
228
+ * Create a FileSystemResource
229
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
230
+ * @param fileSystemName Name of the File System resource
231
+ * @param resource Resource create parameters.
232
+ * @param options The options parameters.
233
+ */
234
+ beginCreateOrUpdateAndWait(resourceGroupName, fileSystemName, resource, options) {
235
+ return __awaiter(this, void 0, void 0, function* () {
236
+ const poller = yield this.beginCreateOrUpdate(resourceGroupName, fileSystemName, resource, options);
237
+ return poller.pollUntilDone();
238
+ });
239
+ }
240
+ /**
241
+ * Update a FileSystemResource
242
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
243
+ * @param fileSystemName Name of the File System resource
244
+ * @param properties The resource properties to be updated.
245
+ * @param options The options parameters.
246
+ */
247
+ update(resourceGroupName, fileSystemName, properties, options) {
248
+ return this.client.sendOperationRequest({ resourceGroupName, fileSystemName, properties, options }, updateOperationSpec);
249
+ }
250
+ /**
251
+ * Delete a FileSystemResource
252
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
253
+ * @param fileSystemName Name of the File System resource
254
+ * @param options The options parameters.
255
+ */
256
+ beginDelete(resourceGroupName, fileSystemName, options) {
257
+ return __awaiter(this, void 0, void 0, function* () {
258
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
259
+ return this.client.sendOperationRequest(args, spec);
260
+ });
261
+ const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
262
+ var _a;
263
+ let currentRawResponse = undefined;
264
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
265
+ const callback = (rawResponse, flatResponse) => {
266
+ currentRawResponse = rawResponse;
267
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
268
+ };
269
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
270
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
271
+ return {
272
+ flatResponse,
273
+ rawResponse: {
274
+ statusCode: currentRawResponse.status,
275
+ body: currentRawResponse.parsedBody,
276
+ headers: currentRawResponse.headers.toJSON()
277
+ }
278
+ };
279
+ });
280
+ const lro = createLroSpec({
281
+ sendOperationFn,
282
+ args: { resourceGroupName, fileSystemName, options },
283
+ spec: deleteOperationSpec
284
+ });
285
+ const poller = yield createHttpPoller(lro, {
286
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
287
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
288
+ resourceLocationConfig: "azure-async-operation"
289
+ });
290
+ yield poller.poll();
291
+ return poller;
292
+ });
293
+ }
294
+ /**
295
+ * Delete a FileSystemResource
296
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
297
+ * @param fileSystemName Name of the File System resource
298
+ * @param options The options parameters.
299
+ */
300
+ beginDeleteAndWait(resourceGroupName, fileSystemName, options) {
301
+ return __awaiter(this, void 0, void 0, function* () {
302
+ const poller = yield this.beginDelete(resourceGroupName, fileSystemName, options);
303
+ return poller.pollUntilDone();
304
+ });
305
+ }
306
+ /**
307
+ * ListBySubscriptionNext
308
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
309
+ * @param options The options parameters.
310
+ */
311
+ _listBySubscriptionNext(nextLink, options) {
312
+ return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
313
+ }
314
+ /**
315
+ * ListByResourceGroupNext
316
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
317
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
318
+ * @param options The options parameters.
319
+ */
320
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
321
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
322
+ }
323
+ }
324
+ // Operation Specifications
325
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
326
+ const listBySubscriptionOperationSpec = {
327
+ path: "/subscriptions/{subscriptionId}/providers/Qumulo.Storage/fileSystems",
328
+ httpMethod: "GET",
329
+ responses: {
330
+ 200: {
331
+ bodyMapper: Mappers.FileSystemResourceListResult
332
+ },
333
+ default: {
334
+ bodyMapper: Mappers.ErrorResponse
335
+ }
336
+ },
337
+ queryParameters: [Parameters.apiVersion],
338
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
339
+ headerParameters: [Parameters.accept],
340
+ serializer
341
+ };
342
+ const listByResourceGroupOperationSpec = {
343
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems",
344
+ httpMethod: "GET",
345
+ responses: {
346
+ 200: {
347
+ bodyMapper: Mappers.FileSystemResourceListResult
348
+ },
349
+ default: {
350
+ bodyMapper: Mappers.ErrorResponse
351
+ }
352
+ },
353
+ queryParameters: [Parameters.apiVersion],
354
+ urlParameters: [
355
+ Parameters.$host,
356
+ Parameters.subscriptionId,
357
+ Parameters.resourceGroupName
358
+ ],
359
+ headerParameters: [Parameters.accept],
360
+ serializer
361
+ };
362
+ const getOperationSpec = {
363
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
364
+ httpMethod: "GET",
365
+ responses: {
366
+ 200: {
367
+ bodyMapper: Mappers.FileSystemResource
368
+ },
369
+ default: {
370
+ bodyMapper: Mappers.ErrorResponse
371
+ }
372
+ },
373
+ queryParameters: [Parameters.apiVersion],
374
+ urlParameters: [
375
+ Parameters.$host,
376
+ Parameters.subscriptionId,
377
+ Parameters.resourceGroupName,
378
+ Parameters.fileSystemName
379
+ ],
380
+ headerParameters: [Parameters.accept],
381
+ serializer
382
+ };
383
+ const createOrUpdateOperationSpec = {
384
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
385
+ httpMethod: "PUT",
386
+ responses: {
387
+ 200: {
388
+ bodyMapper: Mappers.FileSystemResource
389
+ },
390
+ 201: {
391
+ bodyMapper: Mappers.FileSystemResource
392
+ },
393
+ 202: {
394
+ bodyMapper: Mappers.FileSystemResource
395
+ },
396
+ 204: {
397
+ bodyMapper: Mappers.FileSystemResource
398
+ },
399
+ default: {
400
+ bodyMapper: Mappers.ErrorResponse
401
+ }
402
+ },
403
+ requestBody: Parameters.resource,
404
+ queryParameters: [Parameters.apiVersion],
405
+ urlParameters: [
406
+ Parameters.$host,
407
+ Parameters.subscriptionId,
408
+ Parameters.resourceGroupName,
409
+ Parameters.fileSystemName
410
+ ],
411
+ headerParameters: [Parameters.accept, Parameters.contentType],
412
+ mediaType: "json",
413
+ serializer
414
+ };
415
+ const updateOperationSpec = {
416
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
417
+ httpMethod: "PATCH",
418
+ responses: {
419
+ 200: {
420
+ bodyMapper: Mappers.FileSystemResource
421
+ },
422
+ default: {
423
+ bodyMapper: Mappers.ErrorResponse
424
+ }
425
+ },
426
+ requestBody: Parameters.properties,
427
+ queryParameters: [Parameters.apiVersion],
428
+ urlParameters: [
429
+ Parameters.$host,
430
+ Parameters.subscriptionId,
431
+ Parameters.resourceGroupName,
432
+ Parameters.fileSystemName
433
+ ],
434
+ headerParameters: [Parameters.accept, Parameters.contentType],
435
+ mediaType: "json",
436
+ serializer
437
+ };
438
+ const deleteOperationSpec = {
439
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
440
+ httpMethod: "DELETE",
441
+ responses: {
442
+ 200: {},
443
+ 201: {},
444
+ 202: {},
445
+ 204: {},
446
+ default: {
447
+ bodyMapper: Mappers.ErrorResponse
448
+ }
449
+ },
450
+ queryParameters: [Parameters.apiVersion],
451
+ urlParameters: [
452
+ Parameters.$host,
453
+ Parameters.subscriptionId,
454
+ Parameters.resourceGroupName,
455
+ Parameters.fileSystemName
456
+ ],
457
+ headerParameters: [Parameters.accept],
458
+ serializer
459
+ };
460
+ const listBySubscriptionNextOperationSpec = {
461
+ path: "{nextLink}",
462
+ httpMethod: "GET",
463
+ responses: {
464
+ 200: {
465
+ bodyMapper: Mappers.FileSystemResourceListResult
466
+ },
467
+ default: {
468
+ bodyMapper: Mappers.ErrorResponse
469
+ }
470
+ },
471
+ urlParameters: [
472
+ Parameters.$host,
473
+ Parameters.nextLink,
474
+ Parameters.subscriptionId
475
+ ],
476
+ headerParameters: [Parameters.accept],
477
+ serializer
478
+ };
479
+ const listByResourceGroupNextOperationSpec = {
480
+ path: "{nextLink}",
481
+ httpMethod: "GET",
482
+ responses: {
483
+ 200: {
484
+ bodyMapper: Mappers.FileSystemResourceListResult
485
+ },
486
+ default: {
487
+ bodyMapper: Mappers.ErrorResponse
488
+ }
489
+ },
490
+ urlParameters: [
491
+ Parameters.$host,
492
+ Parameters.nextLink,
493
+ Parameters.subscriptionId,
494
+ Parameters.resourceGroupName
495
+ ],
496
+ headerParameters: [Parameters.accept],
497
+ serializer
498
+ };
499
+ //# sourceMappingURL=fileSystems.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileSystems.js","sourceRoot":"","sources":["../../../src/operations/fileSystems.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export * from "./operations";
2
+ export * from "./fileSystems";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
@@ -0,0 +1,10 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./operations";
9
+ export * from "./fileSystems";
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operations } from "../operationsInterfaces";
3
+ import { QumuloStorage } from "../qumuloStorage";
4
+ import { Operation, OperationsListOptionalParams } from "../models";
5
+ /** Class containing Operations operations. */
6
+ export declare class OperationsImpl implements Operations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Operations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: QumuloStorage);
13
+ /**
14
+ * List the operations for the provider
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * List the operations for the provider
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;IAEvC;;;OAGG;gBACS,MAAM,EAAE,aAAa;IAIjC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}