@azure/arm-dell-storage 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/fileSystems/index.d.ts +3 -0
- package/dist/browser/api/fileSystems/index.d.ts.map +1 -0
- package/dist/browser/api/fileSystems/index.js +4 -0
- package/dist/browser/api/fileSystems/index.js.map +1 -0
- package/dist/browser/api/fileSystems/operations.d.ts +36 -0
- package/dist/browser/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/browser/api/fileSystems/operations.js +176 -0
- package/dist/browser/api/fileSystems/operations.js.map +1 -0
- package/dist/browser/api/fileSystems/options.d.ts +24 -0
- package/dist/browser/api/fileSystems/options.d.ts.map +1 -0
- package/dist/browser/api/fileSystems/options.js +4 -0
- package/dist/browser/api/fileSystems/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/storageContext.d.ts +19 -0
- package/dist/browser/api/storageContext.d.ts.map +1 -0
- package/dist/browser/api/storageContext.js +35 -0
- package/dist/browser/api/storageContext.js.map +1 -0
- package/dist/browser/classic/fileSystems/index.d.ts +27 -0
- package/dist/browser/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/browser/classic/fileSystems/index.js +17 -0
- package/dist/browser/classic/fileSystems/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +457 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +420 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +97 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/storageClient.d.ts +18 -0
- package/dist/browser/storageClient.d.ts.map +1 -0
- package/dist/browser/storageClient.js +20 -0
- package/dist/browser/storageClient.js.map +1 -0
- package/dist/commonjs/api/fileSystems/index.d.ts +3 -0
- package/dist/commonjs/api/fileSystems/index.d.ts.map +1 -0
- package/dist/commonjs/api/fileSystems/index.js +13 -0
- package/dist/commonjs/api/fileSystems/index.js.map +1 -0
- package/dist/commonjs/api/fileSystems/operations.d.ts +36 -0
- package/dist/commonjs/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/commonjs/api/fileSystems/operations.js +196 -0
- package/dist/commonjs/api/fileSystems/operations.js.map +1 -0
- package/dist/commonjs/api/fileSystems/options.d.ts +24 -0
- package/dist/commonjs/api/fileSystems/options.d.ts.map +1 -0
- package/dist/commonjs/api/fileSystems/options.js +5 -0
- package/dist/commonjs/api/fileSystems/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/storageContext.d.ts +19 -0
- package/dist/commonjs/api/storageContext.d.ts.map +1 -0
- package/dist/commonjs/api/storageContext.js +38 -0
- package/dist/commonjs/api/storageContext.js.map +1 -0
- package/dist/commonjs/classic/fileSystems/index.d.ts +27 -0
- package/dist/commonjs/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/commonjs/classic/fileSystems/index.js +20 -0
- package/dist/commonjs/classic/fileSystems/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +20 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +16 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +457 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +463 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +100 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/storageClient.d.ts +18 -0
- package/dist/commonjs/storageClient.d.ts.map +1 -0
- package/dist/commonjs/storageClient.js +24 -0
- package/dist/commonjs/storageClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/fileSystems/index.d.ts +3 -0
- package/dist/esm/api/fileSystems/index.d.ts.map +1 -0
- package/dist/esm/api/fileSystems/index.js +4 -0
- package/dist/esm/api/fileSystems/index.js.map +1 -0
- package/dist/esm/api/fileSystems/operations.d.ts +36 -0
- package/dist/esm/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/esm/api/fileSystems/operations.js +176 -0
- package/dist/esm/api/fileSystems/operations.js.map +1 -0
- package/dist/esm/api/fileSystems/options.d.ts +24 -0
- package/dist/esm/api/fileSystems/options.d.ts.map +1 -0
- package/dist/esm/api/fileSystems/options.js +4 -0
- package/dist/esm/api/fileSystems/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/storageContext.d.ts +19 -0
- package/dist/esm/api/storageContext.d.ts.map +1 -0
- package/dist/esm/api/storageContext.js +35 -0
- package/dist/esm/api/storageContext.js.map +1 -0
- package/dist/esm/classic/fileSystems/index.d.ts +27 -0
- package/dist/esm/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/esm/classic/fileSystems/index.js +17 -0
- package/dist/esm/classic/fileSystems/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +457 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +420 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +97 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/storageClient.d.ts +18 -0
- package/dist/esm/storageClient.d.ts.map +1 -0
- package/dist/esm/storageClient.js +20 -0
- package/dist/esm/storageClient.js.map +1 -0
- package/dist/react-native/api/fileSystems/index.d.ts +3 -0
- package/dist/react-native/api/fileSystems/index.d.ts.map +1 -0
- package/dist/react-native/api/fileSystems/index.js +4 -0
- package/dist/react-native/api/fileSystems/index.js.map +1 -0
- package/dist/react-native/api/fileSystems/operations.d.ts +36 -0
- package/dist/react-native/api/fileSystems/operations.d.ts.map +1 -0
- package/dist/react-native/api/fileSystems/operations.js +176 -0
- package/dist/react-native/api/fileSystems/operations.js.map +1 -0
- package/dist/react-native/api/fileSystems/options.d.ts +24 -0
- package/dist/react-native/api/fileSystems/options.d.ts.map +1 -0
- package/dist/react-native/api/fileSystems/options.js +4 -0
- package/dist/react-native/api/fileSystems/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/storageContext.d.ts +19 -0
- package/dist/react-native/api/storageContext.d.ts.map +1 -0
- package/dist/react-native/api/storageContext.js +35 -0
- package/dist/react-native/api/storageContext.js.map +1 -0
- package/dist/react-native/classic/fileSystems/index.d.ts +27 -0
- package/dist/react-native/classic/fileSystems/index.d.ts.map +1 -0
- package/dist/react-native/classic/fileSystems/index.js +17 -0
- package/dist/react-native/classic/fileSystems/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +3 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +457 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +420 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +97 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/storageClient.d.ts +18 -0
- package/dist/react-native/storageClient.d.ts.map +1 -0
- package/dist/react-native/storageClient.js +20 -0
- package/dist/react-native/storageClient.js.map +1 -0
- package/package.json +220 -0
- package/review/arm-dell-storage-api-fileSystems-node.api.md +58 -0
- package/review/arm-dell-storage-api-node.api.md +27 -0
- package/review/arm-dell-storage-api-operations-node.api.md +19 -0
- package/review/arm-dell-storage-models-node.api.md +267 -0
- package/review/arm-dell-storage-node.api.md +361 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export function _operationListResultDeserializer(item) {
|
|
4
|
+
return {
|
|
5
|
+
value: operationArrayDeserializer(item["value"]),
|
|
6
|
+
nextLink: item["nextLink"],
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function operationArrayDeserializer(result) {
|
|
10
|
+
return result.map((item) => {
|
|
11
|
+
return operationDeserializer(item);
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
export function operationDeserializer(item) {
|
|
15
|
+
return {
|
|
16
|
+
name: item["name"],
|
|
17
|
+
isDataAction: item["isDataAction"],
|
|
18
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
19
|
+
origin: item["origin"],
|
|
20
|
+
actionType: item["actionType"],
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export function operationDisplayDeserializer(item) {
|
|
24
|
+
return {
|
|
25
|
+
provider: item["provider"],
|
|
26
|
+
resource: item["resource"],
|
|
27
|
+
operation: item["operation"],
|
|
28
|
+
description: item["description"],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
32
|
+
export var KnownOrigin;
|
|
33
|
+
(function (KnownOrigin) {
|
|
34
|
+
/** Indicates the operation is initiated by a user. */
|
|
35
|
+
KnownOrigin["User"] = "user";
|
|
36
|
+
/** Indicates the operation is initiated by a system. */
|
|
37
|
+
KnownOrigin["System"] = "system";
|
|
38
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
39
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
40
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
41
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
42
|
+
export var KnownActionType;
|
|
43
|
+
(function (KnownActionType) {
|
|
44
|
+
/** Actions are for internal-only APIs. */
|
|
45
|
+
KnownActionType["Internal"] = "Internal";
|
|
46
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
47
|
+
export function errorResponseDeserializer(item) {
|
|
48
|
+
return {
|
|
49
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export function errorDetailDeserializer(item) {
|
|
53
|
+
return {
|
|
54
|
+
code: item["code"],
|
|
55
|
+
message: item["message"],
|
|
56
|
+
target: item["target"],
|
|
57
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
58
|
+
additionalInfo: !item["additionalInfo"]
|
|
59
|
+
? item["additionalInfo"]
|
|
60
|
+
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export function errorDetailArrayDeserializer(result) {
|
|
64
|
+
return result.map((item) => {
|
|
65
|
+
return errorDetailDeserializer(item);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
export function errorAdditionalInfoArrayDeserializer(result) {
|
|
69
|
+
return result.map((item) => {
|
|
70
|
+
return errorAdditionalInfoDeserializer(item);
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export function errorAdditionalInfoDeserializer(item) {
|
|
74
|
+
return {
|
|
75
|
+
type: item["type"],
|
|
76
|
+
info: item["info"],
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export function fileSystemResourceSerializer(item) {
|
|
80
|
+
return {
|
|
81
|
+
tags: item["tags"],
|
|
82
|
+
location: item["location"],
|
|
83
|
+
properties: !item["properties"]
|
|
84
|
+
? item["properties"]
|
|
85
|
+
: fileSystemResourcePropertiesSerializer(item["properties"]),
|
|
86
|
+
identity: !item["identity"]
|
|
87
|
+
? item["identity"]
|
|
88
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
export function fileSystemResourceDeserializer(item) {
|
|
92
|
+
return {
|
|
93
|
+
tags: item["tags"],
|
|
94
|
+
location: item["location"],
|
|
95
|
+
id: item["id"],
|
|
96
|
+
name: item["name"],
|
|
97
|
+
type: item["type"],
|
|
98
|
+
systemData: !item["systemData"]
|
|
99
|
+
? item["systemData"]
|
|
100
|
+
: systemDataDeserializer(item["systemData"]),
|
|
101
|
+
properties: !item["properties"]
|
|
102
|
+
? item["properties"]
|
|
103
|
+
: fileSystemResourcePropertiesDeserializer(item["properties"]),
|
|
104
|
+
identity: !item["identity"]
|
|
105
|
+
? item["identity"]
|
|
106
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
export function fileSystemResourcePropertiesSerializer(item) {
|
|
110
|
+
return {
|
|
111
|
+
capacity: !item["capacity"] ? item["capacity"] : capacitySerializer(item["capacity"]),
|
|
112
|
+
marketplace: marketplaceDetailsSerializer(item["marketplace"]),
|
|
113
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
114
|
+
delegatedSubnetCidr: item["delegatedSubnetCidr"],
|
|
115
|
+
user: userDetailsSerializer(item["user"]),
|
|
116
|
+
fileSystemId: item["fileSystemId"],
|
|
117
|
+
smartConnectFqdn: item["smartConnectFqdn"],
|
|
118
|
+
oneFsUrl: item["oneFsUrl"],
|
|
119
|
+
dellReferenceNumber: item["dellReferenceNumber"],
|
|
120
|
+
encryption: encryptionPropertiesSerializer(item["encryption"]),
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
export function fileSystemResourcePropertiesDeserializer(item) {
|
|
124
|
+
return {
|
|
125
|
+
capacity: !item["capacity"] ? item["capacity"] : capacityDeserializer(item["capacity"]),
|
|
126
|
+
marketplace: marketplaceDetailsDeserializer(item["marketplace"]),
|
|
127
|
+
provisioningState: item["provisioningState"],
|
|
128
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
129
|
+
delegatedSubnetCidr: item["delegatedSubnetCidr"],
|
|
130
|
+
user: userDetailsDeserializer(item["user"]),
|
|
131
|
+
fileSystemId: item["fileSystemId"],
|
|
132
|
+
smartConnectFqdn: item["smartConnectFqdn"],
|
|
133
|
+
oneFsUrl: item["oneFsUrl"],
|
|
134
|
+
dellReferenceNumber: item["dellReferenceNumber"],
|
|
135
|
+
encryption: encryptionPropertiesDeserializer(item["encryption"]),
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
export function capacitySerializer(item) {
|
|
139
|
+
return {
|
|
140
|
+
min: item["min"],
|
|
141
|
+
max: item["max"],
|
|
142
|
+
incremental: item["incremental"],
|
|
143
|
+
current: item["current"],
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
export function capacityDeserializer(item) {
|
|
147
|
+
return {
|
|
148
|
+
min: item["min"],
|
|
149
|
+
max: item["max"],
|
|
150
|
+
incremental: item["incremental"],
|
|
151
|
+
current: item["current"],
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
export function marketplaceDetailsSerializer(item) {
|
|
155
|
+
return {
|
|
156
|
+
marketplaceSubscriptionId: item["marketplaceSubscriptionId"],
|
|
157
|
+
planId: item["planId"],
|
|
158
|
+
offerId: item["offerId"],
|
|
159
|
+
publisherId: item["publisherId"],
|
|
160
|
+
privateOfferId: item["privateOfferId"],
|
|
161
|
+
planName: item["planName"],
|
|
162
|
+
endDate: item["endDate"],
|
|
163
|
+
termUnit: item["termUnit"],
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
export function marketplaceDetailsDeserializer(item) {
|
|
167
|
+
return {
|
|
168
|
+
marketplaceSubscriptionId: item["marketplaceSubscriptionId"],
|
|
169
|
+
planId: item["planId"],
|
|
170
|
+
offerId: item["offerId"],
|
|
171
|
+
publisherId: item["publisherId"],
|
|
172
|
+
privateOfferId: item["privateOfferId"],
|
|
173
|
+
planName: item["planName"],
|
|
174
|
+
marketplaceSubscriptionStatus: item["marketplaceSubscriptionStatus"],
|
|
175
|
+
endDate: item["endDate"],
|
|
176
|
+
termUnit: item["termUnit"],
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
/** Marketplace subscription status of the file system resource */
|
|
180
|
+
export var KnownMarketplaceSubscriptionStatus;
|
|
181
|
+
(function (KnownMarketplaceSubscriptionStatus) {
|
|
182
|
+
/** Fulfillment has not started */
|
|
183
|
+
KnownMarketplaceSubscriptionStatus["PendingFulfillmentStart"] = "PendingFulfillmentStart";
|
|
184
|
+
/** Marketplace offer is subscribed */
|
|
185
|
+
KnownMarketplaceSubscriptionStatus["Subscribed"] = "Subscribed";
|
|
186
|
+
/** Marketplace offer is suspended because of non payment */
|
|
187
|
+
KnownMarketplaceSubscriptionStatus["Suspended"] = "Suspended";
|
|
188
|
+
/** Marketplace offer is unsubscribed */
|
|
189
|
+
KnownMarketplaceSubscriptionStatus["Unsubscribed"] = "Unsubscribed";
|
|
190
|
+
})(KnownMarketplaceSubscriptionStatus || (KnownMarketplaceSubscriptionStatus = {}));
|
|
191
|
+
/** Provisioning State of the File system resource */
|
|
192
|
+
export var KnownProvisioningState;
|
|
193
|
+
(function (KnownProvisioningState) {
|
|
194
|
+
/** File system resource creation request accepted */
|
|
195
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
196
|
+
/** File system resource creation started */
|
|
197
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
198
|
+
/** File system resource is being updated */
|
|
199
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
200
|
+
/** File system resource deletion started */
|
|
201
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
202
|
+
/** File system resource creation successful */
|
|
203
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
204
|
+
/** File system resource creation failed */
|
|
205
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
206
|
+
/** File system resource creation canceled */
|
|
207
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
208
|
+
/** File system resource is deleted */
|
|
209
|
+
KnownProvisioningState["Deleted"] = "Deleted";
|
|
210
|
+
/** File system resource state is unknown */
|
|
211
|
+
KnownProvisioningState["NotSpecified"] = "NotSpecified";
|
|
212
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
213
|
+
export function userDetailsSerializer(item) {
|
|
214
|
+
return { email: item["email"] };
|
|
215
|
+
}
|
|
216
|
+
export function userDetailsDeserializer(item) {
|
|
217
|
+
return {
|
|
218
|
+
email: item["email"],
|
|
219
|
+
};
|
|
220
|
+
}
|
|
221
|
+
export function encryptionPropertiesSerializer(item) {
|
|
222
|
+
return {
|
|
223
|
+
encryptionType: item["encryptionType"],
|
|
224
|
+
keyUrl: item["keyUrl"],
|
|
225
|
+
encryptionIdentityProperties: !item["encryptionIdentityProperties"]
|
|
226
|
+
? item["encryptionIdentityProperties"]
|
|
227
|
+
: encryptionIdentityPropertiesSerializer(item["encryptionIdentityProperties"]),
|
|
228
|
+
};
|
|
229
|
+
}
|
|
230
|
+
export function encryptionPropertiesDeserializer(item) {
|
|
231
|
+
return {
|
|
232
|
+
encryptionType: item["encryptionType"],
|
|
233
|
+
keyUrl: item["keyUrl"],
|
|
234
|
+
encryptionIdentityProperties: !item["encryptionIdentityProperties"]
|
|
235
|
+
? item["encryptionIdentityProperties"]
|
|
236
|
+
: encryptionIdentityPropertiesDeserializer(item["encryptionIdentityProperties"]),
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
/** Identity type of ManagedIdentity Associated with Dell FileSystem resource */
|
|
240
|
+
export var KnownResourceEncryptionType;
|
|
241
|
+
(function (KnownResourceEncryptionType) {
|
|
242
|
+
/** Microsoft managed keys (Default) */
|
|
243
|
+
KnownResourceEncryptionType["MicrosoftManagedKeysMMK"] = "Microsoft-managed keys (MMK)";
|
|
244
|
+
/**
|
|
245
|
+
* Customer managed keys
|
|
246
|
+
* (CMK) - Only UserAssigned identity is supported
|
|
247
|
+
*/
|
|
248
|
+
KnownResourceEncryptionType["CustomerManagedKeysCMK"] = "Customer-managed keys (CMK)";
|
|
249
|
+
})(KnownResourceEncryptionType || (KnownResourceEncryptionType = {}));
|
|
250
|
+
export function encryptionIdentityPropertiesSerializer(item) {
|
|
251
|
+
return {
|
|
252
|
+
identityType: item["identityType"],
|
|
253
|
+
identityResourceId: item["identityResourceId"],
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
export function encryptionIdentityPropertiesDeserializer(item) {
|
|
257
|
+
return {
|
|
258
|
+
identityType: item["identityType"],
|
|
259
|
+
identityResourceId: item["identityResourceId"],
|
|
260
|
+
};
|
|
261
|
+
}
|
|
262
|
+
/** Identity type of ManagedIdentity Associated with Dell FileSystem resource */
|
|
263
|
+
export var KnownEncryptionIdentityType;
|
|
264
|
+
(function (KnownEncryptionIdentityType) {
|
|
265
|
+
/** System Assigned Managed identity */
|
|
266
|
+
KnownEncryptionIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
267
|
+
/** User Assigned managed identity */
|
|
268
|
+
KnownEncryptionIdentityType["UserAssigned"] = "UserAssigned";
|
|
269
|
+
})(KnownEncryptionIdentityType || (KnownEncryptionIdentityType = {}));
|
|
270
|
+
export function managedServiceIdentitySerializer(item) {
|
|
271
|
+
return {
|
|
272
|
+
type: item["type"],
|
|
273
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
274
|
+
};
|
|
275
|
+
}
|
|
276
|
+
export function managedServiceIdentityDeserializer(item) {
|
|
277
|
+
return {
|
|
278
|
+
principalId: item["principalId"],
|
|
279
|
+
tenantId: item["tenantId"],
|
|
280
|
+
type: item["type"],
|
|
281
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
282
|
+
};
|
|
283
|
+
}
|
|
284
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
285
|
+
export var KnownManagedServiceIdentityType;
|
|
286
|
+
(function (KnownManagedServiceIdentityType) {
|
|
287
|
+
/** No managed identity. */
|
|
288
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
289
|
+
/** System assigned managed identity. */
|
|
290
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
291
|
+
/** User assigned managed identity. */
|
|
292
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
293
|
+
/** System and user assigned managed identity. */
|
|
294
|
+
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
295
|
+
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
296
|
+
export function userAssignedIdentitySerializer(item) {
|
|
297
|
+
return item;
|
|
298
|
+
}
|
|
299
|
+
export function userAssignedIdentityDeserializer(item) {
|
|
300
|
+
return {
|
|
301
|
+
principalId: item["principalId"],
|
|
302
|
+
clientId: item["clientId"],
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
export function trackedResourceSerializer(item) {
|
|
306
|
+
return { tags: item["tags"], location: item["location"] };
|
|
307
|
+
}
|
|
308
|
+
export function trackedResourceDeserializer(item) {
|
|
309
|
+
return {
|
|
310
|
+
id: item["id"],
|
|
311
|
+
name: item["name"],
|
|
312
|
+
type: item["type"],
|
|
313
|
+
systemData: !item["systemData"]
|
|
314
|
+
? item["systemData"]
|
|
315
|
+
: systemDataDeserializer(item["systemData"]),
|
|
316
|
+
tags: item["tags"],
|
|
317
|
+
location: item["location"],
|
|
318
|
+
};
|
|
319
|
+
}
|
|
320
|
+
export function resourceSerializer(item) {
|
|
321
|
+
return item;
|
|
322
|
+
}
|
|
323
|
+
export function resourceDeserializer(item) {
|
|
324
|
+
return {
|
|
325
|
+
id: item["id"],
|
|
326
|
+
name: item["name"],
|
|
327
|
+
type: item["type"],
|
|
328
|
+
systemData: !item["systemData"]
|
|
329
|
+
? item["systemData"]
|
|
330
|
+
: systemDataDeserializer(item["systemData"]),
|
|
331
|
+
};
|
|
332
|
+
}
|
|
333
|
+
export function systemDataDeserializer(item) {
|
|
334
|
+
return {
|
|
335
|
+
createdBy: item["createdBy"],
|
|
336
|
+
createdByType: item["createdByType"],
|
|
337
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
338
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
339
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
340
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
341
|
+
? item["lastModifiedAt"]
|
|
342
|
+
: new Date(item["lastModifiedAt"]),
|
|
343
|
+
};
|
|
344
|
+
}
|
|
345
|
+
/** The kind of entity that created the resource. */
|
|
346
|
+
export var KnownCreatedByType;
|
|
347
|
+
(function (KnownCreatedByType) {
|
|
348
|
+
/** The entity was created by a user. */
|
|
349
|
+
KnownCreatedByType["User"] = "User";
|
|
350
|
+
/** The entity was created by an application. */
|
|
351
|
+
KnownCreatedByType["Application"] = "Application";
|
|
352
|
+
/** The entity was created by a managed identity. */
|
|
353
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
354
|
+
/** The entity was created by a key. */
|
|
355
|
+
KnownCreatedByType["Key"] = "Key";
|
|
356
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
357
|
+
export function fileSystemResourceUpdateSerializer(item) {
|
|
358
|
+
return {
|
|
359
|
+
identity: !item["identity"]
|
|
360
|
+
? item["identity"]
|
|
361
|
+
: managedServiceIdentityUpdateSerializer(item["identity"]),
|
|
362
|
+
tags: item["tags"],
|
|
363
|
+
properties: !item["properties"]
|
|
364
|
+
? item["properties"]
|
|
365
|
+
: fileSystemResourceUpdatePropertiesSerializer(item["properties"]),
|
|
366
|
+
};
|
|
367
|
+
}
|
|
368
|
+
export function managedServiceIdentityUpdateSerializer(item) {
|
|
369
|
+
return {
|
|
370
|
+
type: item["type"],
|
|
371
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
372
|
+
};
|
|
373
|
+
}
|
|
374
|
+
export function fileSystemResourceUpdatePropertiesSerializer(item) {
|
|
375
|
+
return {
|
|
376
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
377
|
+
capacity: !item["capacity"] ? item["capacity"] : capacitySerializer(item["capacity"]),
|
|
378
|
+
encryption: !item["encryption"]
|
|
379
|
+
? item["encryption"]
|
|
380
|
+
: encryptionUpdatePropertiesSerializer(item["encryption"]),
|
|
381
|
+
};
|
|
382
|
+
}
|
|
383
|
+
export function encryptionUpdatePropertiesSerializer(item) {
|
|
384
|
+
return {
|
|
385
|
+
encryptionType: item["encryptionType"],
|
|
386
|
+
keyUrl: item["keyUrl"],
|
|
387
|
+
encryptionIdentityProperties: !item["encryptionIdentityProperties"]
|
|
388
|
+
? item["encryptionIdentityProperties"]
|
|
389
|
+
: encryptionIdentityUpdatePropertiesSerializer(item["encryptionIdentityProperties"]),
|
|
390
|
+
};
|
|
391
|
+
}
|
|
392
|
+
export function encryptionIdentityUpdatePropertiesSerializer(item) {
|
|
393
|
+
return {
|
|
394
|
+
identityType: item["identityType"],
|
|
395
|
+
identityResourceId: item["identityResourceId"],
|
|
396
|
+
};
|
|
397
|
+
}
|
|
398
|
+
export function _fileSystemResourceListResultDeserializer(item) {
|
|
399
|
+
return {
|
|
400
|
+
value: fileSystemResourceArrayDeserializer(item["value"]),
|
|
401
|
+
nextLink: item["nextLink"],
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
export function fileSystemResourceArraySerializer(result) {
|
|
405
|
+
return result.map((item) => {
|
|
406
|
+
return fileSystemResourceSerializer(item);
|
|
407
|
+
});
|
|
408
|
+
}
|
|
409
|
+
export function fileSystemResourceArrayDeserializer(result) {
|
|
410
|
+
return result.map((item) => {
|
|
411
|
+
return fileSystemResourceDeserializer(item);
|
|
412
|
+
});
|
|
413
|
+
}
|
|
414
|
+
/** The available API versions. */
|
|
415
|
+
export var KnownVersions;
|
|
416
|
+
(function (KnownVersions) {
|
|
417
|
+
/** The 2025-03-21-preview API version. */
|
|
418
|
+
KnownVersions["V2Preview"] = "2025-03-21-preview";
|
|
419
|
+
})(KnownVersions || (KnownVersions = {}));
|
|
420
|
+
//# sourceMappingURL=models.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface FileSystemResource extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: FileSystemResourceProperties;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function fileSystemResourceSerializer(item: FileSystemResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fileSystemResourcePropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function fileSystemResourceDeserializer(item: any): FileSystemResource {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fileSystemResourcePropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties specific to the Dell File System resource */\nexport interface FileSystemResourceProperties {\n /** Capacity for Dell Filesystem, Will be received as part of Job Status */\n capacity?: Capacity;\n /** Marketplace details */\n marketplace: MarketplaceDetails;\n /** Provisioning State of the resource */\n readonly provisioningState?: ProvisioningState;\n /** Delegated subnet id for Vnet injection */\n delegatedSubnetId: string;\n /** Domain range for the delegated subnet */\n delegatedSubnetCidr: string;\n /** User Details */\n user: UserDetails;\n /** File system Id of the resource */\n fileSystemId?: string;\n /** Smart Connect FQDN of the resource */\n smartConnectFqdn?: string;\n /** OneFS url */\n oneFsUrl?: string;\n /** DellReferenceNumber of the resource */\n dellReferenceNumber: string;\n /** EncryptionProperties of the resource */\n encryption: EncryptionProperties;\n}\n\nexport function fileSystemResourcePropertiesSerializer(item: FileSystemResourceProperties): any {\n return {\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : capacitySerializer(item[\"capacity\"]),\n marketplace: marketplaceDetailsSerializer(item[\"marketplace\"]),\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n delegatedSubnetCidr: item[\"delegatedSubnetCidr\"],\n user: userDetailsSerializer(item[\"user\"]),\n fileSystemId: item[\"fileSystemId\"],\n smartConnectFqdn: item[\"smartConnectFqdn\"],\n oneFsUrl: item[\"oneFsUrl\"],\n dellReferenceNumber: item[\"dellReferenceNumber\"],\n encryption: encryptionPropertiesSerializer(item[\"encryption\"]),\n };\n}\n\nexport function fileSystemResourcePropertiesDeserializer(item: any): FileSystemResourceProperties {\n return {\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : capacityDeserializer(item[\"capacity\"]),\n marketplace: marketplaceDetailsDeserializer(item[\"marketplace\"]),\n provisioningState: item[\"provisioningState\"],\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n delegatedSubnetCidr: item[\"delegatedSubnetCidr\"],\n user: userDetailsDeserializer(item[\"user\"]),\n fileSystemId: item[\"fileSystemId\"],\n smartConnectFqdn: item[\"smartConnectFqdn\"],\n oneFsUrl: item[\"oneFsUrl\"],\n dellReferenceNumber: item[\"dellReferenceNumber\"],\n encryption: encryptionPropertiesDeserializer(item[\"encryption\"]),\n };\n}\n\n/** Capacity for a Resource */\nexport interface Capacity {\n /** Minimum Capacity */\n min?: string;\n /** Maximum Capacity */\n max?: string;\n /** Units to be increased */\n incremental?: string;\n /** Current Capacity of the resource */\n current?: string;\n}\n\nexport function capacitySerializer(item: Capacity): any {\n return {\n min: item[\"min\"],\n max: item[\"max\"],\n incremental: item[\"incremental\"],\n current: item[\"current\"],\n };\n}\n\nexport function capacityDeserializer(item: any): Capacity {\n return {\n min: item[\"min\"],\n max: item[\"max\"],\n incremental: item[\"incremental\"],\n current: item[\"current\"],\n };\n}\n\n/** MarketplaceDetails of Dell FileSystem resource */\nexport interface MarketplaceDetails {\n /** Marketplace Subscription Id */\n marketplaceSubscriptionId?: string;\n /** Plan Id */\n planId: string;\n /** Offer Id */\n offerId: string;\n /** Publisher Id */\n publisherId?: string;\n /** Private Offer Id */\n privateOfferId?: string;\n /** Plan Name */\n planName: string;\n /** Marketplace subscription status */\n readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;\n /** End Date of the subscription */\n endDate?: string;\n /** Term Unit */\n termUnit?: string;\n}\n\nexport function marketplaceDetailsSerializer(item: MarketplaceDetails): any {\n return {\n marketplaceSubscriptionId: item[\"marketplaceSubscriptionId\"],\n planId: item[\"planId\"],\n offerId: item[\"offerId\"],\n publisherId: item[\"publisherId\"],\n privateOfferId: item[\"privateOfferId\"],\n planName: item[\"planName\"],\n endDate: item[\"endDate\"],\n termUnit: item[\"termUnit\"],\n };\n}\n\nexport function marketplaceDetailsDeserializer(item: any): MarketplaceDetails {\n return {\n marketplaceSubscriptionId: item[\"marketplaceSubscriptionId\"],\n planId: item[\"planId\"],\n offerId: item[\"offerId\"],\n publisherId: item[\"publisherId\"],\n privateOfferId: item[\"privateOfferId\"],\n planName: item[\"planName\"],\n marketplaceSubscriptionStatus: item[\"marketplaceSubscriptionStatus\"],\n endDate: item[\"endDate\"],\n termUnit: item[\"termUnit\"],\n };\n}\n\n/** Marketplace subscription status of the file system resource */\nexport enum KnownMarketplaceSubscriptionStatus {\n /** Fulfillment has not started */\n PendingFulfillmentStart = \"PendingFulfillmentStart\",\n /** Marketplace offer is subscribed */\n Subscribed = \"Subscribed\",\n /** Marketplace offer is suspended because of non payment */\n Suspended = \"Suspended\",\n /** Marketplace offer is unsubscribed */\n Unsubscribed = \"Unsubscribed\",\n}\n\n/**\n * Marketplace subscription status of the file system resource \\\n * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PendingFulfillmentStart**: Fulfillment has not started \\\n * **Subscribed**: Marketplace offer is subscribed \\\n * **Suspended**: Marketplace offer is suspended because of non payment \\\n * **Unsubscribed**: Marketplace offer is unsubscribed\n */\nexport type MarketplaceSubscriptionStatus = string;\n\n/** Provisioning State of the File system resource */\nexport enum KnownProvisioningState {\n /** File system resource creation request accepted */\n Accepted = \"Accepted\",\n /** File system resource creation started */\n Creating = \"Creating\",\n /** File system resource is being updated */\n Updating = \"Updating\",\n /** File system resource deletion started */\n Deleting = \"Deleting\",\n /** File system resource creation successful */\n Succeeded = \"Succeeded\",\n /** File system resource creation failed */\n Failed = \"Failed\",\n /** File system resource creation canceled */\n Canceled = \"Canceled\",\n /** File system resource is deleted */\n Deleted = \"Deleted\",\n /** File system resource state is unknown */\n NotSpecified = \"NotSpecified\",\n}\n\n/**\n * Provisioning State of the File system resource \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: File system resource creation request accepted \\\n * **Creating**: File system resource creation started \\\n * **Updating**: File system resource is being updated \\\n * **Deleting**: File system resource deletion started \\\n * **Succeeded**: File system resource creation successful \\\n * **Failed**: File system resource creation failed \\\n * **Canceled**: File system resource creation canceled \\\n * **Deleted**: File system resource is deleted \\\n * **NotSpecified**: File system resource state is unknown\n */\nexport type ProvisioningState = string;\n\n/** User Details of Dell FileSystem resource */\nexport interface UserDetails {\n /** User Email */\n email: string;\n}\n\nexport function userDetailsSerializer(item: UserDetails): any {\n return { email: item[\"email\"] };\n}\n\nexport function userDetailsDeserializer(item: any): UserDetails {\n return {\n email: item[\"email\"],\n };\n}\n\n/** EncryptionProperties of Dell FileSystem resource */\nexport interface EncryptionProperties {\n /** Encryption Type - MMK/CMK */\n encryptionType: ResourceEncryptionType;\n /** Versioned Encryption Key Url - Only when user opts for CMK and hence optional */\n keyUrl?: string;\n /** Identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault - Only when user opts for CMK and hence optional */\n encryptionIdentityProperties?: EncryptionIdentityProperties;\n}\n\nexport function encryptionPropertiesSerializer(item: EncryptionProperties): any {\n return {\n encryptionType: item[\"encryptionType\"],\n keyUrl: item[\"keyUrl\"],\n encryptionIdentityProperties: !item[\"encryptionIdentityProperties\"]\n ? item[\"encryptionIdentityProperties\"]\n : encryptionIdentityPropertiesSerializer(item[\"encryptionIdentityProperties\"]),\n };\n}\n\nexport function encryptionPropertiesDeserializer(item: any): EncryptionProperties {\n return {\n encryptionType: item[\"encryptionType\"],\n keyUrl: item[\"keyUrl\"],\n encryptionIdentityProperties: !item[\"encryptionIdentityProperties\"]\n ? item[\"encryptionIdentityProperties\"]\n : encryptionIdentityPropertiesDeserializer(item[\"encryptionIdentityProperties\"]),\n };\n}\n\n/** Identity type of ManagedIdentity Associated with Dell FileSystem resource */\nexport enum KnownResourceEncryptionType {\n /** Microsoft managed keys (Default) */\n MicrosoftManagedKeysMMK = \"Microsoft-managed keys (MMK)\",\n /**\n * Customer managed keys\n * (CMK) - Only UserAssigned identity is supported\n */\n CustomerManagedKeysCMK = \"Customer-managed keys (CMK)\",\n}\n\n/**\n * Identity type of ManagedIdentity Associated with Dell FileSystem resource \\\n * {@link KnownResourceEncryptionType} can be used interchangeably with ResourceEncryptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft-managed keys (MMK)**: Microsoft managed keys (Default) \\\n * **Customer-managed keys (CMK)**: Customer managed keys\n * (CMK) - Only UserAssigned identity is supported\n */\nexport type ResourceEncryptionType = string;\n\n/** EncryptionIdentityProperties of Dell FileSystem resource */\nexport interface EncryptionIdentityProperties {\n /** Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now */\n identityType?: EncryptionIdentityType;\n /** User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional */\n identityResourceId?: string;\n}\n\nexport function encryptionIdentityPropertiesSerializer(item: EncryptionIdentityProperties): any {\n return {\n identityType: item[\"identityType\"],\n identityResourceId: item[\"identityResourceId\"],\n };\n}\n\nexport function encryptionIdentityPropertiesDeserializer(item: any): EncryptionIdentityProperties {\n return {\n identityType: item[\"identityType\"],\n identityResourceId: item[\"identityResourceId\"],\n };\n}\n\n/** Identity type of ManagedIdentity Associated with Dell FileSystem resource */\nexport enum KnownEncryptionIdentityType {\n /** System Assigned Managed identity */\n SystemAssigned = \"SystemAssigned\",\n /** User Assigned managed identity */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Identity type of ManagedIdentity Associated with Dell FileSystem resource \\\n * {@link KnownEncryptionIdentityType} can be used interchangeably with EncryptionIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned**: System Assigned Managed identity \\\n * **UserAssigned**: User Assigned managed identity\n */\nexport type EncryptionIdentityType = string;\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The type used for update operations of the FileSystemResource. */\nexport interface FileSystemResourceUpdate {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentityUpdate;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The updatable properties of the FileSystemResource. */\n properties?: FileSystemResourceUpdateProperties;\n}\n\nexport function fileSystemResourceUpdateSerializer(item: FileSystemResourceUpdate): any {\n return {\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityUpdateSerializer(item[\"identity\"]),\n tags: item[\"tags\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fileSystemResourceUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentityUpdate {\n /** The type of managed identity assigned to this resource. */\n type?: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\nexport function managedServiceIdentityUpdateSerializer(item: ManagedServiceIdentityUpdate): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\n/** The updatable properties of the FileSystemResource. */\nexport interface FileSystemResourceUpdateProperties {\n /** Delegated subnet id for Vnet injection */\n delegatedSubnetId?: string;\n /** Capacity for Dell Filesystem */\n capacity?: Capacity;\n /** Encryption Details of the resource */\n encryption?: EncryptionUpdateProperties;\n}\n\nexport function fileSystemResourceUpdatePropertiesSerializer(\n item: FileSystemResourceUpdateProperties,\n): any {\n return {\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : capacitySerializer(item[\"capacity\"]),\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionUpdatePropertiesSerializer(item[\"encryption\"]),\n };\n}\n\n/** EncryptionUpdateProperties of Dell FileSystem resource */\nexport interface EncryptionUpdateProperties {\n /** Encryption Type - MMK/CMK */\n encryptionType?: ResourceEncryptionType;\n /** Versioned Encryption Key Url - Only when user opts for CMK and hence optional */\n keyUrl?: string;\n /** Identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault - Only when user opts for CMK and hence optional */\n encryptionIdentityProperties?: EncryptionIdentityUpdateProperties;\n}\n\nexport function encryptionUpdatePropertiesSerializer(item: EncryptionUpdateProperties): any {\n return {\n encryptionType: item[\"encryptionType\"],\n keyUrl: item[\"keyUrl\"],\n encryptionIdentityProperties: !item[\"encryptionIdentityProperties\"]\n ? item[\"encryptionIdentityProperties\"]\n : encryptionIdentityUpdatePropertiesSerializer(item[\"encryptionIdentityProperties\"]),\n };\n}\n\n/** EncryptionIdentityUpdateProperties of Dell FileSystem resource */\nexport interface EncryptionIdentityUpdateProperties {\n /** Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now */\n identityType?: EncryptionIdentityType;\n /** User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional */\n identityResourceId?: string;\n}\n\nexport function encryptionIdentityUpdatePropertiesSerializer(\n item: EncryptionIdentityUpdateProperties,\n): any {\n return {\n identityType: item[\"identityType\"],\n identityResourceId: item[\"identityResourceId\"],\n };\n}\n\n/** The response of a FileSystemResource list operation. */\nexport interface _FileSystemResourceListResult {\n /** The FileSystemResource items on this page */\n value: FileSystemResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _fileSystemResourceListResultDeserializer(\n item: any,\n): _FileSystemResourceListResult {\n return {\n value: fileSystemResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function fileSystemResourceArraySerializer(result: Array<FileSystemResource>): any[] {\n return result.map((item) => {\n return fileSystemResourceSerializer(item);\n });\n}\n\nexport function fileSystemResourceArrayDeserializer(result: Array<FileSystemResource>): any[] {\n return result.map((item) => {\n return fileSystemResourceDeserializer(item);\n });\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-03-21-preview API version. */\n V2Preview = \"2025-03-21-preview\",\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { StorageClient } from "./storageClient.js";
|
|
2
|
+
import { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
3
|
+
import { AbortSignalLike } from "@azure/abort-controller";
|
|
4
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
6
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
7
|
+
updateIntervalInMs?: number;
|
|
8
|
+
/**
|
|
9
|
+
* The signal which can be used to abort requests.
|
|
10
|
+
*/
|
|
11
|
+
abortSignal?: AbortSignalLike;
|
|
12
|
+
/** Deserialization function for raw response body */
|
|
13
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Creates a poller from the serialized state of another poller. This can be
|
|
17
|
+
* useful when you want to create pollers on a different host or a poller
|
|
18
|
+
* needs to be constructed after the original one is not in scope.
|
|
19
|
+
*/
|
|
20
|
+
export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: StorageClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
21
|
+
//# sourceMappingURL=restorePollerHelpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restorePollerHelpers.d.ts","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGnD,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EACL,UAAU,EACV,cAAc,EAGf,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,oBAAoB,CACnC,OAAO,EACP,SAAS,SAAS,qBAAqB,GAAG,qBAAqB,CAC/D,SAAQ,gBAAgB;IACxB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,qDAAqD;IACrD,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,SAAS,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAC/D;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,SAAS,SAAS,qBAAqB,EAAE,OAAO,EAC5E,MAAM,EAAE,aAAa,EACrB,eAAe,EAAE,MAAM,EACvB,eAAe,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,EACjF,OAAO,CAAC,EAAE,oBAAoB,CAAC,OAAO,CAAC,GACtC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CA+B9C"}
|