@azure/arm-storage-profile-2020-09-01-hybrid 1.1.0 → 2.0.1-alpha.20220309.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/LICENSE +21 -0
- package/README.md +80 -80
- package/dist/index.js +5576 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1772 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +185 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +84 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1591 -1449
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +30 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +242 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.js +278 -0
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
- package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/managementPolicies.js +126 -0
- package/dist-esm/src/operations/managementPolicies.js.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +74 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +222 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +87 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +26 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +87 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +228 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +722 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +28 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +93 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.js +9 -0
- package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +196 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/storageManagementClient.d.ts +27 -0
- package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
- package/dist-esm/src/storageManagementClient.js +60 -0
- package/dist-esm/src/storageManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +73 -22
- package/review/arm-storage-profile-2020-09-01-hybrid.api.md +1396 -0
- package/rollup.config.js +115 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1411 -2087
- package/src/models/mappers.ts +1470 -1320
- package/src/models/parameters.ts +186 -76
- package/src/operations/blobInventoryPolicies.ts +282 -0
- package/src/operations/encryptionScopes.ts +238 -295
- package/src/operations/index.ts +4 -5
- package/src/operations/managementPolicies.ts +108 -182
- package/src/operations/objectReplicationPoliciesOperations.ts +186 -234
- package/src/operations/operations.ts +66 -45
- package/src/operations/privateEndpointConnections.ts +182 -221
- package/src/operations/privateLinkResources.ts +43 -67
- package/src/operations/skus.ts +64 -48
- package/src/operations/storageAccounts.ts +759 -838
- package/src/operations/usages.ts +78 -52
- package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
- package/src/operationsInterfaces/encryptionScopes.ts +102 -0
- package/src/operationsInterfaces/index.ts +18 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +91 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/storageAccounts.ts +319 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/storageManagementClient.ts +104 -51
- package/tsconfig.json +14 -6
- package/types/arm-storage-profile-2020-09-01-hybrid.d.ts +2508 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-storage-profile-2020-09-01-hybrid.js +0 -5027
- package/dist/arm-storage-profile-2020-09-01-hybrid.js.map +0 -1
- package/dist/arm-storage-profile-2020-09-01-hybrid.min.js +0 -1
- package/dist/arm-storage-profile-2020-09-01-hybrid.min.js.map +0 -1
- package/esm/models/encryptionScopesMappers.d.ts +0 -2
- package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
- package/esm/models/encryptionScopesMappers.js +0 -9
- package/esm/models/encryptionScopesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2493
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/managementPoliciesMappers.d.ts +0 -2
- package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
- package/esm/models/managementPoliciesMappers.js +0 -9
- package/esm/models/managementPoliciesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -79
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
- package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -15
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -176
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js +0 -9
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js +0 -9
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/operations/encryptionScopes.d.ts +0 -196
- package/esm/operations/encryptionScopes.d.ts.map +0 -1
- package/esm/operations/encryptionScopes.js +0 -197
- package/esm/operations/encryptionScopes.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managementPolicies.d.ts +0 -109
- package/esm/operations/managementPolicies.d.ts.map +0 -1
- package/esm/operations/managementPolicies.js +0 -130
- package/esm/operations/managementPolicies.js.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +0 -162
- package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -154
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -162
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -43
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/skus.d.ts +0 -28
- package/esm/operations/skus.d.ts.map +0 -1
- package/esm/operations/skus.js +0 -54
- package/esm/operations/skus.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -436
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -611
- package/esm/operations/storageAccounts.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -32
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -56
- package/esm/operations/usages.js.map +0 -1
- package/esm/storageManagementClient.d.ts +0 -32
- package/esm/storageManagementClient.d.ts.map +0 -1
- package/esm/storageManagementClient.js +0 -46
- package/esm/storageManagementClient.js.map +0 -1
- package/esm/storageManagementClientContext.d.ts +0 -22
- package/esm/storageManagementClientContext.d.ts.map +0 -1
- package/esm/storageManagementClientContext.js +0 -61
- package/esm/storageManagementClientContext.js.map +0 -1
- package/src/models/encryptionScopesMappers.ts +0 -59
- package/src/models/managementPoliciesMappers.ts +0 -57
- package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -58
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/privateEndpointConnectionsMappers.ts +0 -59
- package/src/models/privateLinkResourcesMappers.ts +0 -58
- package/src/models/skusMappers.ts +0 -15
- package/src/models/storageAccountsMappers.ts +0 -69
- package/src/models/usagesMappers.ts +0 -14
- package/src/storageManagementClientContext.ts +0 -68
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-storage-profile-2020-09-01-hybrid.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/skusMappers.ts","../src/operations/skus.ts","../src/models/storageAccountsMappers.ts","../src/operations/storageAccounts.ts","../src/models/usagesMappers.ts","../src/operations/usages.ts","../src/models/managementPoliciesMappers.ts","../src/operations/managementPolicies.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/objectReplicationPoliciesOperationsMappers.ts","../src/operations/objectReplicationPoliciesOperations.ts","../src/models/encryptionScopesMappers.ts","../src/operations/encryptionScopes.ts","../src/storageManagementClientContext.ts","../src/storageManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Display metadata associated with the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft Storage.\n */\n provider?: string;\n /**\n * Resource on which the operation is performed etc.\n */\n resource?: string;\n /**\n * Type of operation: get, read, delete, etc.\n */\n operation?: string;\n /**\n * Description of the operation.\n */\n description?: string;\n}\n\n/**\n * Dimension of blobs, possibly be blob type or access tier.\n */\nexport interface Dimension {\n /**\n * Display name of dimension.\n */\n name?: string;\n /**\n * Display name of dimension.\n */\n displayName?: string;\n}\n\n/**\n * Metric specification of operation.\n */\nexport interface MetricSpecification {\n /**\n * Name of metric specification.\n */\n name?: string;\n /**\n * Display name of metric specification.\n */\n displayName?: string;\n /**\n * Display description of metric specification.\n */\n displayDescription?: string;\n /**\n * Unit could be Bytes or Count.\n */\n unit?: string;\n /**\n * Dimensions of blobs, including blob type and access tier.\n */\n dimensions?: Dimension[];\n /**\n * Aggregation type could be Average.\n */\n aggregationType?: string;\n /**\n * The property to decide fill gap with zero or not.\n */\n fillGapWithZero?: boolean;\n /**\n * The category this metric specification belong to, could be Capacity.\n */\n category?: string;\n /**\n * Account Resource Id.\n */\n resourceIdDimensionNameOverride?: string;\n}\n\n/**\n * One property of operation, include metric specifications.\n */\nexport interface ServiceSpecification {\n /**\n * Metric specifications of operation.\n */\n metricSpecifications?: MetricSpecification[];\n}\n\n/**\n * Storage REST API operation definition.\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * Display metadata associated with the operation.\n */\n display?: OperationDisplay;\n /**\n * The origin of operations.\n */\n origin?: string;\n /**\n * One property of operation, include metric specifications.\n */\n serviceSpecification?: ServiceSpecification;\n}\n\n/**\n * The parameters used to check the availability of the storage account name.\n */\nexport interface StorageAccountCheckNameAvailabilityParameters {\n /**\n * The storage account name.\n */\n name: string;\n}\n\n/**\n * The capability information in the specified SKU, including file encryption, network ACLs, change\n * notification, etc.\n */\nexport interface SKUCapability {\n /**\n * The name of capability, The capability information in the specified SKU, including file\n * encryption, network ACLs, change notification, etc.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * A string value to indicate states of given capability. Possibly 'true' or 'false'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n}\n\n/**\n * The restriction because of which SKU cannot be used.\n */\nexport interface Restriction {\n /**\n * The type of restrictions. As of now only possible value for this is location.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different\n * locations where the SKU is restricted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly values?: string[];\n /**\n * The reason for the restriction. As of now this can be \"QuotaId\" or\n * \"NotAvailableForSubscription\". Quota Id is set when the SKU has requiredQuotas parameter as\n * the subscription does not belong to that quota. The \"NotAvailableForSubscription\" is related\n * to capacity at DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n */\n reasonCode?: ReasonCode;\n}\n\n/**\n * Storage SKU and its properties\n */\nexport interface SkuInformation {\n /**\n * Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',\n * 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'\n */\n name: SkuName;\n /**\n * Possible values include: 'Standard', 'Premium'\n */\n tier?: SkuTier;\n /**\n * The type of the resource, usually it is 'storageAccounts'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceType?: string;\n /**\n * Indicates the type of storage account. Possible values include: 'Storage', 'StorageV2',\n * 'BlobStorage', 'FileStorage', 'BlockBlobStorage'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: Kind;\n /**\n * The set of locations that the SKU is available. This will be supported and registered Azure\n * Geo Regions (e.g. West US, East US, Southeast Asia, etc.).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locations?: string[];\n /**\n * The capability information in the specified SKU, including file encryption, network ACLs,\n * change notification, etc.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly capabilities?: SKUCapability[];\n /**\n * The restrictions because of which SKU cannot be used. This is empty if there are no\n * restrictions.\n */\n restrictions?: Restriction[];\n}\n\n/**\n * The CheckNameAvailability operation response.\n */\nexport interface CheckNameAvailabilityResult {\n /**\n * Gets a boolean value that indicates whether the name is available for you to use. If true, the\n * name is available. If false, the name has already been taken or is invalid and cannot be used.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nameAvailable?: boolean;\n /**\n * Gets the reason that a storage account name could not be used. The Reason element is only\n * returned if NameAvailable is false. Possible values include: 'AccountNameInvalid',\n * 'AlreadyExists'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: Reason;\n /**\n * Gets an error message explaining the Reason value in more detail.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n}\n\n/**\n * The custom domain assigned to this storage account. This can be set via Update.\n */\nexport interface CustomDomain {\n /**\n * Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.\n */\n name: string;\n /**\n * Indicates whether indirect CName validation is enabled. Default value is false. This should\n * only be set on updates.\n */\n useSubDomainName?: boolean;\n}\n\n/**\n * A service that allows server-side encryption to be used.\n */\nexport interface EncryptionService {\n /**\n * A boolean indicating whether or not the service encrypts the data as it is stored.\n */\n enabled?: boolean;\n /**\n * Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only\n * returned when encryption is enabled. There might be some unencrypted blobs which were written\n * after this time, as it is just a rough estimate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastEnabledTime?: Date;\n /**\n * Encryption key type to be used for the encryption service. 'Account' key type implies that an\n * account-scoped encryption key will be used. 'Service' key type implies that a default service\n * key is used. Possible values include: 'Service', 'Account'\n */\n keyType?: KeyType;\n}\n\n/**\n * A list of services that support encryption.\n */\nexport interface EncryptionServices {\n /**\n * The encryption function of the blob storage service.\n */\n blob?: EncryptionService;\n /**\n * The encryption function of the file storage service.\n */\n file?: EncryptionService;\n /**\n * The encryption function of the table storage service.\n */\n table?: EncryptionService;\n /**\n * The encryption function of the queue storage service.\n */\n queue?: EncryptionService;\n}\n\n/**\n * Properties of key vault.\n */\nexport interface KeyVaultProperties {\n /**\n * The name of KeyVault key.\n */\n keyName?: string;\n /**\n * The version of KeyVault key.\n */\n keyVersion?: string;\n /**\n * The Uri of KeyVault.\n */\n keyVaultUri?: string;\n /**\n * The object identifier of the current versioned Key Vault Key in use.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentVersionedKeyIdentifier?: string;\n /**\n * Timestamp of last rotation of the Key Vault Key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastKeyRotationTimestamp?: Date;\n}\n\n/**\n * The encryption settings on the storage account.\n */\nexport interface Encryption {\n /**\n * List of services which support encryption.\n */\n services?: EncryptionServices;\n /**\n * The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage,\n * Microsoft.Keyvault. Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'.\n * Default value: 'Microsoft.Storage'.\n */\n keySource: KeySource;\n /**\n * A boolean indicating whether or not the service applies a secondary layer of encryption with\n * platform managed keys for data at rest.\n */\n requireInfrastructureEncryption?: boolean;\n /**\n * Properties provided by key vault.\n */\n keyVaultProperties?: KeyVaultProperties;\n}\n\n/**\n * Virtual Network rule.\n */\nexport interface VirtualNetworkRule {\n /**\n * Resource ID of a subnet, for example:\n * /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.\n */\n virtualNetworkResourceId: string;\n /**\n * The action of virtual network rule. Possible values include: 'Allow'. Default value: 'Allow'.\n */\n action?: Action;\n /**\n * Gets the state of virtual network rule. Possible values include: 'provisioning',\n * 'deprovisioning', 'succeeded', 'failed', 'networkSourceDeleted'\n */\n state?: State;\n}\n\n/**\n * IP rule with specific IP or IP range in CIDR format.\n */\nexport interface IPRule {\n /**\n * Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.\n */\n iPAddressOrRange: string;\n /**\n * The action of IP ACL rule. Possible values include: 'Allow'. Default value: 'Allow'.\n */\n action?: Action;\n}\n\n/**\n * Network rule set\n */\nexport interface NetworkRuleSet {\n /**\n * Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are\n * any combination of Logging|Metrics|AzureServices (For example, \"Logging, Metrics\"), or None to\n * bypass none of those traffics. Possible values include: 'None', 'Logging', 'Metrics',\n * 'AzureServices'. Default value: 'AzureServices'.\n */\n bypass?: Bypass;\n /**\n * Sets the virtual network rules\n */\n virtualNetworkRules?: VirtualNetworkRule[];\n /**\n * Sets the IP ACL rules\n */\n ipRules?: IPRule[];\n /**\n * Specifies the default action of allow or deny when no other rules match. Possible values\n * include: 'Allow', 'Deny'. Default value: 'Allow'.\n */\n defaultAction: DefaultAction;\n}\n\n/**\n * Settings properties for Active Directory (AD).\n */\nexport interface ActiveDirectoryProperties {\n /**\n * Specifies the primary domain that the AD DNS server is authoritative for.\n */\n domainName: string;\n /**\n * Specifies the NetBIOS domain name.\n */\n netBiosDomainName: string;\n /**\n * Specifies the Active Directory forest to get.\n */\n forestName: string;\n /**\n * Specifies the domain GUID.\n */\n domainGuid: string;\n /**\n * Specifies the security identifier (SID).\n */\n domainSid: string;\n /**\n * Specifies the security identifier (SID) for Azure Storage.\n */\n azureStorageSid: string;\n}\n\n/**\n * Settings for Azure Files identity based authentication.\n */\nexport interface AzureFilesIdentityBasedAuthentication {\n /**\n * Indicates the directory service used. Possible values include: 'None', 'AADDS', 'AD'\n */\n directoryServiceOptions: DirectoryServiceOptions;\n /**\n * Required if choose AD.\n */\n activeDirectoryProperties?: ActiveDirectoryProperties;\n}\n\n/**\n * Routing preference defines the type of network, either microsoft or internet routing to be used\n * to deliver the user data, the default option is microsoft routing\n */\nexport interface RoutingPreference {\n /**\n * Routing Choice defines the kind of network routing opted by the user. Possible values include:\n * 'MicrosoftRouting', 'InternetRouting'\n */\n routingChoice?: RoutingChoice;\n /**\n * A boolean flag which indicates whether microsoft routing storage endpoints are to be published\n */\n publishMicrosoftEndpoints?: boolean;\n /**\n * A boolean flag which indicates whether internet routing storage endpoints are to be published\n */\n publishInternetEndpoints?: boolean;\n}\n\n/**\n * Identity for the resource.\n */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n}\n\n/**\n * The SKU of the storage account.\n */\nexport interface Sku {\n /**\n * Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',\n * 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'\n */\n name: SkuName;\n /**\n * Possible values include: 'Standard', 'Premium'\n */\n tier?: SkuTier;\n}\n\n/**\n * The parameters used when creating a storage account.\n */\nexport interface StorageAccountCreateParameters {\n /**\n * Required. Gets or sets the SKU name.\n */\n sku: Sku;\n /**\n * Required. Indicates the type of storage account. Possible values include: 'Storage',\n * 'StorageV2', 'BlobStorage', 'FileStorage', 'BlockBlobStorage'\n */\n kind: Kind;\n /**\n * Required. Gets or sets the location of the resource. This will be one of the supported and\n * registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of\n * a resource cannot be changed once it is created, but if an identical geo region is specified\n * on update, the request will succeed.\n */\n location: string;\n /**\n * Gets or sets a list of key value pairs that describe the resource. These tags can be used for\n * viewing and grouping this resource (across resource groups). A maximum of 15 tags can be\n * provided for a resource. Each tag must have a key with a length no greater than 128 characters\n * and a value with a length no greater than 256 characters.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n /**\n * User domain assigned to the storage account. Name is the CNAME source. Only one custom domain\n * is supported per storage account at this time. To clear the existing custom domain, use an\n * empty string for the custom domain name property.\n */\n customDomain?: CustomDomain;\n /**\n * Not applicable. Azure Storage encryption is enabled for all storage accounts and cannot be\n * disabled.\n */\n encryption?: Encryption;\n /**\n * Network rule set\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n * Possible values include: 'Hot', 'Cool'\n */\n accessTier?: AccessTier;\n /**\n * Provides the identity based authentication settings for Azure Files.\n */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /**\n * Allows https traffic only to storage service if sets to true. The default value is true since\n * API version 2019-04-01.\n */\n enableHttpsTrafficOnly?: boolean;\n /**\n * Account HierarchicalNamespace enabled if sets to true.\n */\n isHnsEnabled?: boolean;\n /**\n * Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible\n * values include: 'Disabled', 'Enabled'\n */\n largeFileSharesState?: LargeFileSharesState;\n /**\n * Maintains information about the network routing choice opted by the user for data transfer\n */\n routingPreference?: RoutingPreference;\n /**\n * Allow or disallow public access to all blobs or containers in the storage account. The default\n * interpretation is true for this property.\n */\n allowBlobPublicAccess?: boolean;\n /**\n * Set the minimum TLS version to be permitted on requests to storage. The default interpretation\n * is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n */\n minimumTlsVersion?: MinimumTlsVersion;\n}\n\n/**\n * The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object\n * via a microsoft routing endpoint.\n */\nexport interface StorageAccountMicrosoftEndpoints {\n /**\n * Gets the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blob?: string;\n /**\n * Gets the queue endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly queue?: string;\n /**\n * Gets the table endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly table?: string;\n /**\n * Gets the file endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly file?: string;\n /**\n * Gets the web endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly web?: string;\n /**\n * Gets the dfs endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dfs?: string;\n}\n\n/**\n * The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a\n * internet routing endpoint.\n */\nexport interface StorageAccountInternetEndpoints {\n /**\n * Gets the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blob?: string;\n /**\n * Gets the file endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly file?: string;\n /**\n * Gets the web endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly web?: string;\n /**\n * Gets the dfs endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dfs?: string;\n}\n\n/**\n * The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.\n */\nexport interface Endpoints {\n /**\n * Gets the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blob?: string;\n /**\n * Gets the queue endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly queue?: string;\n /**\n * Gets the table endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly table?: string;\n /**\n * Gets the file endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly file?: string;\n /**\n * Gets the web endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly web?: string;\n /**\n * Gets the dfs endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dfs?: string;\n /**\n * Gets the microsoft routing storage endpoints.\n */\n microsoftEndpoints?: StorageAccountMicrosoftEndpoints;\n /**\n * Gets the internet routing storage endpoints\n */\n internetEndpoints?: StorageAccountInternetEndpoints;\n}\n\n/**\n * Statistics related to replication for storage account's Blob, Table, Queue and File services. It\n * is only available when geo-redundant replication is enabled for the storage account.\n */\nexport interface GeoReplicationStats {\n /**\n * The status of the secondary location. Possible values are: - Live: Indicates that the\n * secondary location is active and operational. - Bootstrap: Indicates initial synchronization\n * from the primary location to the secondary location is in progress.This typically occurs when\n * replication is first enabled. - Unavailable: Indicates that the secondary location is\n * temporarily unavailable. Possible values include: 'Live', 'Bootstrap', 'Unavailable'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: GeoReplicationStatus;\n /**\n * All primary writes preceding this UTC date/time value are guaranteed to be available for read\n * operations. Primary writes following this point in time may or may not be available for reads.\n * Element may be default value if value of LastSyncTime is not available, this can happen if\n * secondary is offline or we are in bootstrap.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastSyncTime?: Date;\n /**\n * A boolean flag which indicates whether or not account failover is supported for the account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly canFailover?: boolean;\n}\n\n/**\n * Blob range\n */\nexport interface BlobRestoreRange {\n /**\n * Blob start range. This is inclusive. Empty means account start.\n */\n startRange: string;\n /**\n * Blob end range. This is exclusive. Empty means account end.\n */\n endRange: string;\n}\n\n/**\n * Blob restore parameters\n */\nexport interface BlobRestoreParameters {\n /**\n * Restore blob to the specified time.\n */\n timeToRestore: Date;\n /**\n * Blob ranges to restore.\n */\n blobRanges: BlobRestoreRange[];\n}\n\n/**\n * Blob restore status.\n */\nexport interface BlobRestoreStatus {\n /**\n * The status of blob restore progress. Possible values are: - InProgress: Indicates that blob\n * restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. -\n * Failed: Indicates that blob restore is failed. Possible values include: 'InProgress',\n * 'Complete', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: BlobRestoreProgressStatus;\n /**\n * Failure reason when blob restore is failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly failureReason?: string;\n /**\n * Id for tracking blob restore request.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restoreId?: string;\n /**\n * Blob restore request parameters.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly parameters?: BlobRestoreParameters;\n}\n\n/**\n * The Private Endpoint resource.\n */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the\n * service. Possible values include: 'Pending', 'Approved', 'Rejected'\n */\n status?: PrivateEndpointServiceConnectionStatus;\n /**\n * The reason for approval/rejection of the connection.\n */\n description?: string;\n /**\n * A message indicating if changes on the service provider require any updates on the consumer.\n */\n actionRequired?: string;\n}\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The Private Endpoint Connection resource.\n */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The resource of private end point.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource. Possible values include:\n * 'Succeeded', 'Creating', 'Deleting', 'Failed'\n */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The storage account.\n */\nexport interface StorageAccount extends TrackedResource {\n /**\n * Gets the SKU.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sku?: Sku;\n /**\n * Gets the Kind. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',\n * 'BlockBlobStorage'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: Kind;\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n /**\n * Gets the status of the storage account at the time the operation was called. Possible values\n * include: 'Creating', 'ResolvingDNS', 'Succeeded'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object.\n * Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly primaryEndpoints?: Endpoints;\n /**\n * Gets the location of the primary data center for the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly primaryLocation?: string;\n /**\n * Gets the status indicating whether the primary location of the storage account is available or\n * unavailable. Possible values include: 'available', 'unavailable'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusOfPrimary?: AccountStatus;\n /**\n * Gets the timestamp of the most recent instance of a failover to the secondary location. Only\n * the most recent timestamp is retained. This element is not returned if there has never been a\n * failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastGeoFailoverTime?: Date;\n /**\n * Gets the location of the geo-replicated secondary for the storage account. Only available if\n * the accountType is Standard_GRS or Standard_RAGRS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly secondaryLocation?: string;\n /**\n * Gets the status indicating whether the secondary location of the storage account is available\n * or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. Possible\n * values include: 'available', 'unavailable'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusOfSecondary?: AccountStatus;\n /**\n * Gets the creation date and time of the storage account in UTC.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the custom domain the user assigned to this storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customDomain?: CustomDomain;\n /**\n * Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object\n * from the secondary location of the storage account. Only available if the SKU name is\n * Standard_RAGRS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly secondaryEndpoints?: Endpoints;\n /**\n * Gets the encryption settings on the account. If unspecified, the account is unencrypted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly encryption?: Encryption;\n /**\n * Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n * Possible values include: 'Hot', 'Cool'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accessTier?: AccessTier;\n /**\n * Provides the identity based authentication settings for Azure Files.\n */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /**\n * Allows https traffic only to storage service if sets to true.\n */\n enableHttpsTrafficOnly?: boolean;\n /**\n * Network rule set\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkRuleSet?: NetworkRuleSet;\n /**\n * Account HierarchicalNamespace enabled if sets to true.\n */\n isHnsEnabled?: boolean;\n /**\n * Geo Replication Stats\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly geoReplicationStats?: GeoReplicationStats;\n /**\n * If the failover is in progress, the value will be true, otherwise, it will be null.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly failoverInProgress?: boolean;\n /**\n * Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible\n * values include: 'Disabled', 'Enabled'\n */\n largeFileSharesState?: LargeFileSharesState;\n /**\n * List of private endpoint connection associated with the specified storage account\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Maintains information about the network routing choice opted by the user for data transfer\n */\n routingPreference?: RoutingPreference;\n /**\n * Blob restore status\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blobRestoreStatus?: BlobRestoreStatus;\n /**\n * Allow or disallow public access to all blobs or containers in the storage account. The default\n * interpretation is true for this property.\n */\n allowBlobPublicAccess?: boolean;\n /**\n * Set the minimum TLS version to be permitted on requests to storage. The default interpretation\n * is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n */\n minimumTlsVersion?: MinimumTlsVersion;\n}\n\n/**\n * An access key for the storage account.\n */\nexport interface StorageAccountKey {\n /**\n * Name of the key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly keyName?: string;\n /**\n * Base 64-encoded value of the key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * Permissions for the key -- read-only or full permissions. Possible values include: 'Read',\n * 'Full'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly permissions?: KeyPermission;\n}\n\n/**\n * The response from the ListKeys operation.\n */\nexport interface StorageAccountListKeysResult {\n /**\n * Gets the list of storage account keys and their properties for the specified storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly keys?: StorageAccountKey[];\n}\n\n/**\n * The parameters used to regenerate the storage account key.\n */\nexport interface StorageAccountRegenerateKeyParameters {\n /**\n * The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1,\n * kerb2.\n */\n keyName: string;\n}\n\n/**\n * The parameters that can be provided when updating the storage account properties.\n */\nexport interface StorageAccountUpdateParameters {\n /**\n * Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS,\n * Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value.\n */\n sku?: Sku;\n /**\n * Gets or sets a list of key value pairs that describe the resource. These tags can be used in\n * viewing and grouping this resource (across resource groups). A maximum of 15 tags can be\n * provided for a resource. Each tag must have a key no greater in length than 128 characters and\n * a value no greater in length than 256 characters.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n /**\n * Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one\n * custom domain is supported per storage account at this time. To clear the existing custom\n * domain, use an empty string for the custom domain name property.\n */\n customDomain?: CustomDomain;\n /**\n * Provides the encryption settings on the account. The default setting is unencrypted.\n */\n encryption?: Encryption;\n /**\n * Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n * Possible values include: 'Hot', 'Cool'\n */\n accessTier?: AccessTier;\n /**\n * Provides the identity based authentication settings for Azure Files.\n */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /**\n * Allows https traffic only to storage service if sets to true.\n */\n enableHttpsTrafficOnly?: boolean;\n /**\n * Network rule set\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible\n * values include: 'Disabled', 'Enabled'\n */\n largeFileSharesState?: LargeFileSharesState;\n /**\n * Maintains information about the network routing choice opted by the user for data transfer\n */\n routingPreference?: RoutingPreference;\n /**\n * Allow or disallow public access to all blobs or containers in the storage account. The default\n * interpretation is true for this property.\n */\n allowBlobPublicAccess?: boolean;\n /**\n * Set the minimum TLS version to be permitted on requests to storage. The default interpretation\n * is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n */\n minimumTlsVersion?: MinimumTlsVersion;\n /**\n * Optional. Indicates the type of storage account. Currently only StorageV2 value supported by\n * server. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',\n * 'BlockBlobStorage'\n */\n kind?: Kind;\n}\n\n/**\n * The usage names that can be used; currently limited to StorageAccount.\n */\nexport interface UsageName {\n /**\n * Gets a string describing the resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * Gets a localized string describing the resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly localizedValue?: string;\n}\n\n/**\n * Describes Storage Resource Usage.\n */\nexport interface Usage {\n /**\n * Gets the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent',\n * 'CountsPerSecond', 'BytesPerSecond'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly unit?: UsageUnit;\n /**\n * Gets the current count of the allocated resources in the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentValue?: number;\n /**\n * Gets the maximum count of the resources that can be allocated in the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly limit?: number;\n /**\n * Gets the name of the type of usage.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: UsageName;\n}\n\n/**\n * The parameters to list SAS credentials of a storage account.\n */\nexport interface AccountSasParameters {\n /**\n * The signed services accessible with the account SAS. Possible values include: Blob (b), Queue\n * (q), Table (t), File (f). Possible values include: 'b', 'q', 't', 'f'\n */\n services: Services;\n /**\n * The signed resource types that are accessible with the account SAS. Service (s): Access to\n * service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to\n * object-level APIs for blobs, queue messages, table entities, and files. Possible values\n * include: 's', 'c', 'o'\n */\n resourceTypes: SignedResourceTypes;\n /**\n * The signed permissions for the account SAS. Possible values include: Read (r), Write (w),\n * Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Possible values\n * include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'\n */\n permissions: Permissions;\n /**\n * An IP address or a range of IP addresses from which to accept requests.\n */\n iPAddressOrRange?: string;\n /**\n * The protocol permitted for a request made with the account SAS. Possible values include:\n * 'https,http', 'https'\n */\n protocols?: HttpProtocol;\n /**\n * The time at which the SAS becomes valid.\n */\n sharedAccessStartTime?: Date;\n /**\n * The time at which the shared access signature becomes invalid.\n */\n sharedAccessExpiryTime: Date;\n /**\n * The key to sign the account SAS token with.\n */\n keyToSign?: string;\n}\n\n/**\n * The List SAS credentials operation response.\n */\nexport interface ListAccountSasResponse {\n /**\n * List SAS credentials of storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountSasToken?: string;\n}\n\n/**\n * The parameters to list service SAS credentials of a specific resource.\n */\nexport interface ServiceSasParameters {\n /**\n * The canonical path to the signed resource.\n */\n canonicalizedResource: string;\n /**\n * The signed services accessible with the service SAS. Possible values include: Blob (b),\n * Container (c), File (f), Share (s). Possible values include: 'b', 'c', 'f', 's'\n */\n resource?: SignedResource;\n /**\n * The signed permissions for the service SAS. Possible values include: Read (r), Write (w),\n * Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Possible values\n * include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'\n */\n permissions?: Permissions;\n /**\n * An IP address or a range of IP addresses from which to accept requests.\n */\n iPAddressOrRange?: string;\n /**\n * The protocol permitted for a request made with the account SAS. Possible values include:\n * 'https,http', 'https'\n */\n protocols?: HttpProtocol;\n /**\n * The time at which the SAS becomes valid.\n */\n sharedAccessStartTime?: Date;\n /**\n * The time at which the shared access signature becomes invalid.\n */\n sharedAccessExpiryTime?: Date;\n /**\n * A unique value up to 64 characters in length that correlates to an access policy specified for\n * the container, queue, or table.\n */\n identifier?: string;\n /**\n * The start of partition key.\n */\n partitionKeyStart?: string;\n /**\n * The end of partition key.\n */\n partitionKeyEnd?: string;\n /**\n * The start of row key.\n */\n rowKeyStart?: string;\n /**\n * The end of row key.\n */\n rowKeyEnd?: string;\n /**\n * The key to sign the account SAS token with.\n */\n keyToSign?: string;\n /**\n * The response header override for cache control.\n */\n cacheControl?: string;\n /**\n * The response header override for content disposition.\n */\n contentDisposition?: string;\n /**\n * The response header override for content encoding.\n */\n contentEncoding?: string;\n /**\n * The response header override for content language.\n */\n contentLanguage?: string;\n /**\n * The response header override for content type.\n */\n contentType?: string;\n}\n\n/**\n * The List service SAS credentials operation response.\n */\nexport interface ListServiceSasResponse {\n /**\n * List service SAS credentials of specific resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serviceSasToken?: string;\n}\n\n/**\n * Object to define the number of days after last modification.\n */\nexport interface DateAfterModification {\n /**\n * Value indicating the age in days after last modification\n */\n daysAfterModificationGreaterThan: number;\n}\n\n/**\n * Management policy action for base blob.\n */\nexport interface ManagementPolicyBaseBlob {\n /**\n * The function to tier blobs to cool storage. Support blobs currently at Hot tier\n */\n tierToCool?: DateAfterModification;\n /**\n * The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier\n */\n tierToArchive?: DateAfterModification;\n /**\n * The function to delete the blob\n */\n deleteProperty?: DateAfterModification;\n}\n\n/**\n * Object to define the number of days after creation.\n */\nexport interface DateAfterCreation {\n /**\n * Value indicating the age in days after creation\n */\n daysAfterCreationGreaterThan: number;\n}\n\n/**\n * Management policy action for snapshot.\n */\nexport interface ManagementPolicySnapShot {\n /**\n * The function to delete the blob snapshot\n */\n deleteProperty?: DateAfterCreation;\n}\n\n/**\n * Actions are applied to the filtered blobs when the execution condition is met.\n */\nexport interface ManagementPolicyAction {\n /**\n * The management policy action for base blob\n */\n baseBlob?: ManagementPolicyBaseBlob;\n /**\n * The management policy action for snapshot\n */\n snapshot?: ManagementPolicySnapShot;\n}\n\n/**\n * Blob index tag based filtering for blob objects\n */\nexport interface TagFilter {\n /**\n * This is the filter tag name, it can have 1 - 128 characters\n */\n name: string;\n /**\n * This is the comparison operator which is used for object comparison and filtering. Only ==\n * (equality operator) is currently supported\n */\n op: string;\n /**\n * This is the filter tag value field used for tag based filtering, it can have 0 - 256\n * characters\n */\n value: string;\n}\n\n/**\n * Filters limit rule actions to a subset of blobs within the storage account. If multiple filters\n * are defined, a logical AND is performed on all filters.\n */\nexport interface ManagementPolicyFilter {\n /**\n * An array of strings for prefixes to be match.\n */\n prefixMatch?: string[];\n /**\n * An array of predefined enum values. Only blockBlob is supported.\n */\n blobTypes: string[];\n /**\n * An array of blob index tag based filters, there can be at most 10 tag filters\n */\n blobIndexMatch?: TagFilter[];\n}\n\n/**\n * An object that defines the Lifecycle rule. Each definition is made up with a filters set and an\n * actions set.\n */\nexport interface ManagementPolicyDefinition {\n /**\n * An object that defines the action set.\n */\n actions: ManagementPolicyAction;\n /**\n * An object that defines the filter set.\n */\n filters?: ManagementPolicyFilter;\n}\n\n/**\n * An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.\n */\nexport interface ManagementPolicyRule {\n /**\n * Rule is enabled if set to true.\n */\n enabled?: boolean;\n /**\n * A rule name can contain any combination of alpha numeric characters. Rule name is\n * case-sensitive. It must be unique within a policy.\n */\n name: string;\n /**\n * An object that defines the Lifecycle rule.\n */\n definition: ManagementPolicyDefinition;\n}\n\n/**\n * The Storage Account ManagementPolicies Rules. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n */\nexport interface ManagementPolicySchema {\n /**\n * The Storage Account ManagementPolicies Rules. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n */\n rules: ManagementPolicyRule[];\n}\n\n/**\n * The Get Storage Account ManagementPolicies operation response.\n */\nexport interface ManagementPolicy extends Resource {\n /**\n * Returns the date and time the ManagementPolicies was last modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n */\n policy: ManagementPolicySchema;\n}\n\n/**\n * The key vault properties for the encryption scope. This is a required field if encryption scope\n * 'source' attribute is set to 'Microsoft.KeyVault'.\n */\nexport interface EncryptionScopeKeyVaultProperties {\n /**\n * The object identifier for a key vault key object. When applied, the encryption scope will use\n * the key referenced by the identifier to enable customer-managed key support on this encryption\n * scope.\n */\n keyUri?: string;\n}\n\n/**\n * The Encryption Scope resource.\n */\nexport interface EncryptionScope extends Resource {\n /**\n * The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage,\n * Microsoft.KeyVault. Possible values include: 'Microsoft.Storage', 'Microsoft.KeyVault'\n */\n source?: EncryptionScopeSource;\n /**\n * The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.\n * Possible values include: 'Enabled', 'Disabled'\n */\n state?: EncryptionScopeState;\n /**\n * Gets the creation date and time of the encryption scope in UTC.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modification date and time of the encryption scope in UTC.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The key vault properties for the encryption scope. This is a required field if encryption\n * scope 'source' attribute is set to 'Microsoft.KeyVault'.\n */\n keyVaultProperties?: EncryptionScopeKeyVaultProperties;\n}\n\n/**\n * Filters limit replication to a subset of blobs within the storage account. A logical OR is\n * performed on values in the filter. If multiple filters are defined, a logical AND is performed\n * on all filters.\n */\nexport interface ObjectReplicationPolicyFilter {\n /**\n * Optional. Filters the results to replicate only blobs whose names begin with the specified\n * prefix.\n */\n prefixMatch?: string[];\n /**\n * Blobs created after the time will be replicated to the destination. It must be in datetime\n * format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z\n */\n minCreationTime?: string;\n}\n\n/**\n * The replication policy rule between two containers.\n */\nexport interface ObjectReplicationPolicyRule {\n /**\n * Rule Id is auto-generated for each new rule on destination account. It is required for put\n * policy on source account.\n */\n ruleId?: string;\n /**\n * Required. Source container name.\n */\n sourceContainer: string;\n /**\n * Required. Destination container name.\n */\n destinationContainer: string;\n /**\n * Optional. An object that defines the filter set.\n */\n filters?: ObjectReplicationPolicyFilter;\n}\n\n/**\n * The replication policy between two storage accounts. Multiple rules can be defined in one\n * policy.\n */\nexport interface ObjectReplicationPolicy extends Resource {\n /**\n * A unique id for object replication policy.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyId?: string;\n /**\n * Indicates when the policy is enabled on the source account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly enabledTime?: Date;\n /**\n * Required. Source account name.\n */\n sourceAccount: string;\n /**\n * Required. Destination account name.\n */\n destinationAccount: string;\n /**\n * The storage account object replication rules.\n */\n rules?: ObjectReplicationPolicyRule[];\n}\n\n/**\n * An error response from the storage resource provider.\n */\nexport interface ErrorResponse {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed\n * programmatically.\n */\n code?: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n */\n message?: string;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The private link resource Private link DNS zone name.\n */\n requiredZoneNames?: string[];\n}\n\n/**\n * A list of private link resources\n */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of private link resources\n */\n value?: PrivateLinkResource[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StorageAccountsGetPropertiesOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the properties within account's properties. By default, data is not\n * included when fetching properties. Currently we only support geoReplicationStats and\n * blobRestoreStatus. Possible values include: 'geoReplicationStats', 'blobRestoreStatus'\n */\n expand?: StorageAccountExpand;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StorageAccountsListKeysOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specifies type of the key to be listed. Possible value is kerb. Possible values include:\n * 'kerb'\n */\n expand?: ListKeyExpand;\n}\n\n/**\n * An interface representing StorageManagementClientOptions.\n */\nexport interface StorageManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list Storage operations. It contains a list of operations and a URL\n * link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n}\n\n/**\n * @interface\n * The response from the List Storage SKUs operation.\n * @extends Array<SkuInformation>\n */\nexport interface StorageSkuListResult extends Array<SkuInformation> {\n}\n\n/**\n * @interface\n * The response from the List Storage Accounts operation.\n * @extends Array<StorageAccount>\n */\nexport interface StorageAccountListResult extends Array<StorageAccount> {\n /**\n * Request URL that can be used to query next page of storage accounts. Returned when total\n * number of requested storage accounts exceed maximum page size.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List Usages operation.\n * @extends Array<Usage>\n */\nexport interface UsageListResult extends Array<Usage> {\n}\n\n/**\n * @interface\n * List of private endpoint connection associated with the specified storage account\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {\n}\n\n/**\n * @interface\n * List storage account object replication policies.\n * @extends Array<ObjectReplicationPolicy>\n */\nexport interface ObjectReplicationPolicies extends Array<ObjectReplicationPolicy> {\n}\n\n/**\n * @interface\n * List of encryption scopes requested, and if paging is required, a URL to the next page of\n * encryption scopes.\n * @extends Array<EncryptionScope>\n */\nexport interface EncryptionScopeListResult extends Array<EncryptionScope> {\n /**\n * Request URL that can be used to query next page of encryption scopes. Returned when total\n * number of requested encryption scopes exceeds the maximum page size.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for ReasonCode.\n * Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n * @readonly\n * @enum {string}\n */\nexport type ReasonCode = 'QuotaId' | 'NotAvailableForSubscription';\n\n/**\n * Defines values for SkuName.\n * Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',\n * 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'\n * @readonly\n * @enum {string}\n */\nexport type SkuName = 'Standard_LRS' | 'Standard_GRS' | 'Standard_RAGRS' | 'Standard_ZRS' | 'Premium_LRS' | 'Premium_ZRS' | 'Standard_GZRS' | 'Standard_RAGZRS';\n\n/**\n * Defines values for SkuTier.\n * Possible values include: 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = 'Standard' | 'Premium';\n\n/**\n * Defines values for Kind.\n * Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',\n * 'BlockBlobStorage'\n * @readonly\n * @enum {string}\n */\nexport type Kind = 'Storage' | 'StorageV2' | 'BlobStorage' | 'FileStorage' | 'BlockBlobStorage';\n\n/**\n * Defines values for Reason.\n * Possible values include: 'AccountNameInvalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type Reason = 'AccountNameInvalid' | 'AlreadyExists';\n\n/**\n * Defines values for KeyType.\n * Possible values include: 'Service', 'Account'\n * @readonly\n * @enum {string}\n */\nexport type KeyType = 'Service' | 'Account';\n\n/**\n * Defines values for KeySource.\n * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'\n * @readonly\n * @enum {string}\n */\nexport type KeySource = 'Microsoft.Storage' | 'Microsoft.Keyvault';\n\n/**\n * Defines values for Action.\n * Possible values include: 'Allow'\n * @readonly\n * @enum {string}\n */\nexport type Action = 'Allow';\n\n/**\n * Defines values for State.\n * Possible values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed',\n * 'networkSourceDeleted'\n * @readonly\n * @enum {string}\n */\nexport type State = 'provisioning' | 'deprovisioning' | 'succeeded' | 'failed' | 'networkSourceDeleted';\n\n/**\n * Defines values for Bypass.\n * Possible values include: 'None', 'Logging', 'Metrics', 'AzureServices'\n * @readonly\n * @enum {string}\n */\nexport type Bypass = 'None' | 'Logging' | 'Metrics' | 'AzureServices';\n\n/**\n * Defines values for DefaultAction.\n * Possible values include: 'Allow', 'Deny'\n * @readonly\n * @enum {string}\n */\nexport type DefaultAction = 'Allow' | 'Deny';\n\n/**\n * Defines values for DirectoryServiceOptions.\n * Possible values include: 'None', 'AADDS', 'AD'\n * @readonly\n * @enum {string}\n */\nexport type DirectoryServiceOptions = 'None' | 'AADDS' | 'AD';\n\n/**\n * Defines values for AccessTier.\n * Possible values include: 'Hot', 'Cool'\n * @readonly\n * @enum {string}\n */\nexport type AccessTier = 'Hot' | 'Cool';\n\n/**\n * Defines values for LargeFileSharesState.\n * Possible values include: 'Disabled', 'Enabled'\n * @readonly\n * @enum {string}\n */\nexport type LargeFileSharesState = 'Disabled' | 'Enabled';\n\n/**\n * Defines values for RoutingChoice.\n * Possible values include: 'MicrosoftRouting', 'InternetRouting'\n * @readonly\n * @enum {string}\n */\nexport type RoutingChoice = 'MicrosoftRouting' | 'InternetRouting';\n\n/**\n * Defines values for MinimumTlsVersion.\n * Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n * @readonly\n * @enum {string}\n */\nexport type MinimumTlsVersion = 'TLS1_0' | 'TLS1_1' | 'TLS1_2';\n\n/**\n * Defines values for GeoReplicationStatus.\n * Possible values include: 'Live', 'Bootstrap', 'Unavailable'\n * @readonly\n * @enum {string}\n */\nexport type GeoReplicationStatus = 'Live' | 'Bootstrap' | 'Unavailable';\n\n/**\n * Defines values for BlobRestoreProgressStatus.\n * Possible values include: 'InProgress', 'Complete', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type BlobRestoreProgressStatus = 'InProgress' | 'Complete' | 'Failed';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Creating', 'ResolvingDNS', 'Succeeded'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Creating' | 'ResolvingDNS' | 'Succeeded';\n\n/**\n * Defines values for AccountStatus.\n * Possible values include: 'available', 'unavailable'\n * @readonly\n * @enum {string}\n */\nexport type AccountStatus = 'available' | 'unavailable';\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected';\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Deleting' | 'Failed';\n\n/**\n * Defines values for KeyPermission.\n * Possible values include: 'Read', 'Full'\n * @readonly\n * @enum {string}\n */\nexport type KeyPermission = 'Read' | 'Full';\n\n/**\n * Defines values for UsageUnit.\n * Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond',\n * 'BytesPerSecond'\n * @readonly\n * @enum {string}\n */\nexport type UsageUnit = 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountsPerSecond' | 'BytesPerSecond';\n\n/**\n * Defines values for Services.\n * Possible values include: 'b', 'q', 't', 'f'\n * @readonly\n * @enum {string}\n */\nexport type Services = 'b' | 'q' | 't' | 'f';\n\n/**\n * Defines values for SignedResourceTypes.\n * Possible values include: 's', 'c', 'o'\n * @readonly\n * @enum {string}\n */\nexport type SignedResourceTypes = 's' | 'c' | 'o';\n\n/**\n * Defines values for Permissions.\n * Possible values include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'\n * @readonly\n * @enum {string}\n */\nexport type Permissions = 'r' | 'd' | 'w' | 'l' | 'a' | 'c' | 'u' | 'p';\n\n/**\n * Defines values for HttpProtocol.\n * Possible values include: 'https,http', 'https'\n * @readonly\n * @enum {string}\n */\nexport type HttpProtocol = 'https,http' | 'https';\n\n/**\n * Defines values for SignedResource.\n * Possible values include: 'b', 'c', 'f', 's'\n * @readonly\n * @enum {string}\n */\nexport type SignedResource = 'b' | 'c' | 'f' | 's';\n\n/**\n * Defines values for EncryptionScopeSource.\n * Possible values include: 'Microsoft.Storage', 'Microsoft.KeyVault'\n * @readonly\n * @enum {string}\n */\nexport type EncryptionScopeSource = 'Microsoft.Storage' | 'Microsoft.KeyVault';\n\n/**\n * Defines values for EncryptionScopeState.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type EncryptionScopeState = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for StorageAccountExpand.\n * Possible values include: 'geoReplicationStats', 'blobRestoreStatus'\n * @readonly\n * @enum {string}\n */\nexport type StorageAccountExpand = 'geoReplicationStats' | 'blobRestoreStatus';\n\n/**\n * Defines values for ListKeyExpand.\n * Possible values include: 'kerb'\n * @readonly\n * @enum {string}\n */\nexport type ListKeyExpand = 'kerb';\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SkusListResponse = StorageSkuListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageSkuListResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameAvailabilityResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type StorageAccountsCreateResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the getProperties operation.\n */\nexport type StorageAccountsGetPropertiesResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type StorageAccountsUpdateResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type StorageAccountsListResponse = StorageAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type StorageAccountsListByResourceGroupResponse = StorageAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listKeys operation.\n */\nexport type StorageAccountsListKeysResponse = StorageAccountListKeysResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListKeysResult;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListKeysResult;\n };\n};\n\n/**\n * Contains response data for the listAccountSAS operation.\n */\nexport type StorageAccountsListAccountSASResponse = ListAccountSasResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListAccountSasResponse;\n };\n};\n\n/**\n * Contains response data for the listServiceSAS operation.\n */\nexport type StorageAccountsListServiceSASResponse = ListServiceSasResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListServiceSasResponse;\n };\n};\n\n/**\n * Contains response data for the restoreBlobRanges operation.\n */\nexport type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobRestoreStatus;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type StorageAccountsBeginCreateResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the beginRestoreBlobRanges operation.\n */\nexport type StorageAccountsBeginRestoreBlobRangesResponse = BlobRestoreStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobRestoreStatus;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type StorageAccountsListNextResponse = StorageAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByLocation operation.\n */\nexport type UsagesListByLocationResponse = UsageListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: UsageListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ManagementPoliciesGetResponse = ManagementPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ManagementPolicy;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ManagementPolicy;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the put operation.\n */\nexport type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the listByStorageAccount operation.\n */\nexport type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ObjectReplicationPolicies;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ObjectReplicationPolicy;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ObjectReplicationPolicy;\n };\n};\n\n/**\n * Contains response data for the put operation.\n */\nexport type EncryptionScopesPutResponse = EncryptionScope & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScope;\n };\n};\n\n/**\n * Contains response data for the patch operation.\n */\nexport type EncryptionScopesPatchResponse = EncryptionScope & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScope;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EncryptionScopesGetResponse = EncryptionScope & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScope;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type EncryptionScopesListResponse = EncryptionScopeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScopeListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type EncryptionScopesListNextResponse = EncryptionScopeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScopeListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Dimension: msRest.CompositeMapper = {\n serializedName: \"Dimension\",\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetricSpecification: msRest.CompositeMapper = {\n serializedName: \"MetricSpecification\",\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dimension\"\n }\n }\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\"\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceSpecification: msRest.CompositeMapper = {\n serializedName: \"ServiceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountCheckNameAvailabilityParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountCheckNameAvailabilityParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Microsoft.Storage/storageAccounts',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SKUCapability: msRest.CompositeMapper = {\n serializedName: \"SKUCapability\",\n type: {\n name: \"Composite\",\n className: \"SKUCapability\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Restriction: msRest.CompositeMapper = {\n serializedName: \"Restriction\",\n type: {\n name: \"Composite\",\n className: \"Restriction\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n values: {\n readOnly: true,\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasonCode: {\n serializedName: \"reasonCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuInformation: msRest.CompositeMapper = {\n serializedName: \"SkuInformation\",\n type: {\n name: \"Composite\",\n className: \"SkuInformation\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Standard\",\n \"Premium\"\n ]\n }\n },\n resourceType: {\n readOnly: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n capabilities: {\n readOnly: true,\n serializedName: \"capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SKUCapability\"\n }\n }\n }\n },\n restrictions: {\n serializedName: \"restrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Restriction\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityResult: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityResult\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResult\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"AccountNameInvalid\",\n \"AlreadyExists\"\n ]\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomDomain: msRest.CompositeMapper = {\n serializedName: \"CustomDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n useSubDomainName: {\n serializedName: \"useSubDomainName\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const EncryptionService: msRest.CompositeMapper = {\n serializedName: \"EncryptionService\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastEnabledTime: {\n readOnly: true,\n serializedName: \"lastEnabledTime\",\n type: {\n name: \"DateTime\"\n }\n },\n keyType: {\n serializedName: \"keyType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionServices: msRest.CompositeMapper = {\n serializedName: \"EncryptionServices\",\n type: {\n name: \"Composite\",\n className: \"EncryptionServices\",\n modelProperties: {\n blob: {\n serializedName: \"blob\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n },\n file: {\n serializedName: \"file\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n },\n queue: {\n serializedName: \"queue\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"KeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyName: {\n serializedName: \"keyname\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyversion\",\n type: {\n name: \"String\"\n }\n },\n keyVaultUri: {\n serializedName: \"keyvaulturi\",\n type: {\n name: \"String\"\n }\n },\n currentVersionedKeyIdentifier: {\n readOnly: true,\n serializedName: \"currentVersionedKeyIdentifier\",\n type: {\n name: \"String\"\n }\n },\n lastKeyRotationTimestamp: {\n readOnly: true,\n serializedName: \"lastKeyRotationTimestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Encryption: msRest.CompositeMapper = {\n serializedName: \"Encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\",\n modelProperties: {\n services: {\n serializedName: \"services\",\n type: {\n name: \"Composite\",\n className: \"EncryptionServices\"\n }\n },\n keySource: {\n required: true,\n serializedName: \"keySource\",\n defaultValue: 'Microsoft.Storage',\n type: {\n name: \"String\"\n }\n },\n requireInfrastructureEncryption: {\n serializedName: \"requireInfrastructureEncryption\",\n type: {\n name: \"Boolean\"\n }\n },\n keyVaultProperties: {\n serializedName: \"keyvaultproperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRule: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRule\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n virtualNetworkResourceId: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n defaultValue: 'Allow',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Allow\"\n ]\n }\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"provisioning\",\n \"deprovisioning\",\n \"succeeded\",\n \"failed\",\n \"networkSourceDeleted\"\n ]\n }\n }\n }\n }\n};\n\nexport const IPRule: msRest.CompositeMapper = {\n serializedName: \"IPRule\",\n type: {\n name: \"Composite\",\n className: \"IPRule\",\n modelProperties: {\n iPAddressOrRange: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n defaultValue: 'Allow',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Allow\"\n ]\n }\n }\n }\n }\n};\n\nexport const NetworkRuleSet: msRest.CompositeMapper = {\n serializedName: \"NetworkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n bypass: {\n serializedName: \"bypass\",\n defaultValue: 'AzureServices',\n type: {\n name: \"String\"\n }\n },\n virtualNetworkRules: {\n serializedName: \"virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPRule\"\n }\n }\n }\n },\n defaultAction: {\n required: true,\n serializedName: \"defaultAction\",\n defaultValue: 'Allow',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Allow\",\n \"Deny\"\n ]\n }\n }\n }\n }\n};\n\nexport const ActiveDirectoryProperties: msRest.CompositeMapper = {\n serializedName: \"ActiveDirectoryProperties\",\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryProperties\",\n modelProperties: {\n domainName: {\n required: true,\n serializedName: \"domainName\",\n type: {\n name: \"String\"\n }\n },\n netBiosDomainName: {\n required: true,\n serializedName: \"netBiosDomainName\",\n type: {\n name: \"String\"\n }\n },\n forestName: {\n required: true,\n serializedName: \"forestName\",\n type: {\n name: \"String\"\n }\n },\n domainGuid: {\n required: true,\n serializedName: \"domainGuid\",\n type: {\n name: \"String\"\n }\n },\n domainSid: {\n required: true,\n serializedName: \"domainSid\",\n type: {\n name: \"String\"\n }\n },\n azureStorageSid: {\n required: true,\n serializedName: \"azureStorageSid\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureFilesIdentityBasedAuthentication: msRest.CompositeMapper = {\n serializedName: \"AzureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\",\n modelProperties: {\n directoryServiceOptions: {\n required: true,\n serializedName: \"directoryServiceOptions\",\n type: {\n name: \"String\"\n }\n },\n activeDirectoryProperties: {\n serializedName: \"activeDirectoryProperties\",\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryProperties\"\n }\n }\n }\n }\n};\n\nexport const RoutingPreference: msRest.CompositeMapper = {\n serializedName: \"RoutingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\",\n modelProperties: {\n routingChoice: {\n serializedName: \"routingChoice\",\n type: {\n name: \"String\"\n }\n },\n publishMicrosoftEndpoints: {\n serializedName: \"publishMicrosoftEndpoints\",\n type: {\n name: \"Boolean\"\n }\n },\n publishInternetEndpoints: {\n serializedName: \"publishInternetEndpoints\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'SystemAssigned',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Standard\",\n \"Premium\"\n ]\n }\n }\n }\n }\n};\n\nexport const StorageAccountCreateParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCreateParameters\",\n modelProperties: {\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n customDomain: {\n serializedName: \"properties.customDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n accessTier: {\n serializedName: \"properties.accessTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Hot\",\n \"Cool\"\n ]\n }\n },\n azureFilesIdentityBasedAuthentication: {\n serializedName: \"properties.azureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\"\n }\n },\n enableHttpsTrafficOnly: {\n serializedName: \"properties.supportsHttpsTrafficOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n isHnsEnabled: {\n serializedName: \"properties.isHnsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n largeFileSharesState: {\n serializedName: \"properties.largeFileSharesState\",\n type: {\n name: \"String\"\n }\n },\n routingPreference: {\n serializedName: \"properties.routingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\"\n }\n },\n allowBlobPublicAccess: {\n serializedName: \"properties.allowBlobPublicAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n minimumTlsVersion: {\n serializedName: \"properties.minimumTlsVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountMicrosoftEndpoints: msRest.CompositeMapper = {\n serializedName: \"StorageAccountMicrosoftEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountMicrosoftEndpoints\",\n modelProperties: {\n blob: {\n readOnly: true,\n serializedName: \"blob\",\n type: {\n name: \"String\"\n }\n },\n queue: {\n readOnly: true,\n serializedName: \"queue\",\n type: {\n name: \"String\"\n }\n },\n table: {\n readOnly: true,\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n file: {\n readOnly: true,\n serializedName: \"file\",\n type: {\n name: \"String\"\n }\n },\n web: {\n readOnly: true,\n serializedName: \"web\",\n type: {\n name: \"String\"\n }\n },\n dfs: {\n readOnly: true,\n serializedName: \"dfs\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountInternetEndpoints: msRest.CompositeMapper = {\n serializedName: \"StorageAccountInternetEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountInternetEndpoints\",\n modelProperties: {\n blob: {\n readOnly: true,\n serializedName: \"blob\",\n type: {\n name: \"String\"\n }\n },\n file: {\n readOnly: true,\n serializedName: \"file\",\n type: {\n name: \"String\"\n }\n },\n web: {\n readOnly: true,\n serializedName: \"web\",\n type: {\n name: \"String\"\n }\n },\n dfs: {\n readOnly: true,\n serializedName: \"dfs\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Endpoints: msRest.CompositeMapper = {\n serializedName: \"Endpoints\",\n type: {\n name: \"Composite\",\n className: \"Endpoints\",\n modelProperties: {\n blob: {\n readOnly: true,\n serializedName: \"blob\",\n type: {\n name: \"String\"\n }\n },\n queue: {\n readOnly: true,\n serializedName: \"queue\",\n type: {\n name: \"String\"\n }\n },\n table: {\n readOnly: true,\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n file: {\n readOnly: true,\n serializedName: \"file\",\n type: {\n name: \"String\"\n }\n },\n web: {\n readOnly: true,\n serializedName: \"web\",\n type: {\n name: \"String\"\n }\n },\n dfs: {\n readOnly: true,\n serializedName: \"dfs\",\n type: {\n name: \"String\"\n }\n },\n microsoftEndpoints: {\n serializedName: \"microsoftEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountMicrosoftEndpoints\"\n }\n },\n internetEndpoints: {\n serializedName: \"internetEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountInternetEndpoints\"\n }\n }\n }\n }\n};\n\nexport const GeoReplicationStats: msRest.CompositeMapper = {\n serializedName: \"GeoReplicationStats\",\n type: {\n name: \"Composite\",\n className: \"GeoReplicationStats\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n lastSyncTime: {\n readOnly: true,\n serializedName: \"lastSyncTime\",\n type: {\n name: \"DateTime\"\n }\n },\n canFailover: {\n readOnly: true,\n serializedName: \"canFailover\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const BlobRestoreRange: msRest.CompositeMapper = {\n serializedName: \"BlobRestoreRange\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreRange\",\n modelProperties: {\n startRange: {\n required: true,\n serializedName: \"startRange\",\n type: {\n name: \"String\"\n }\n },\n endRange: {\n required: true,\n serializedName: \"endRange\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobRestoreParameters: msRest.CompositeMapper = {\n serializedName: \"BlobRestoreParameters\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreParameters\",\n modelProperties: {\n timeToRestore: {\n required: true,\n serializedName: \"timeToRestore\",\n type: {\n name: \"DateTime\"\n }\n },\n blobRanges: {\n required: true,\n serializedName: \"blobRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BlobRestoreRange\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BlobRestoreStatus: msRest.CompositeMapper = {\n serializedName: \"BlobRestoreStatus\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreStatus\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n failureReason: {\n readOnly: true,\n serializedName: \"failureReason\",\n type: {\n name: \"String\"\n }\n },\n restoreId: {\n readOnly: true,\n serializedName: \"restoreId\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n readOnly: true,\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreParameters\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionRequired: {\n serializedName: \"actionRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccount: msRest.CompositeMapper = {\n serializedName: \"StorageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n readOnly: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Creating\",\n \"ResolvingDNS\",\n \"Succeeded\"\n ]\n }\n },\n primaryEndpoints: {\n readOnly: true,\n serializedName: \"properties.primaryEndpoints\",\n type: {\n name: \"Composite\",\n className: \"Endpoints\"\n }\n },\n primaryLocation: {\n readOnly: true,\n serializedName: \"properties.primaryLocation\",\n type: {\n name: \"String\"\n }\n },\n statusOfPrimary: {\n readOnly: true,\n serializedName: \"properties.statusOfPrimary\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"available\",\n \"unavailable\"\n ]\n }\n },\n lastGeoFailoverTime: {\n readOnly: true,\n serializedName: \"properties.lastGeoFailoverTime\",\n type: {\n name: \"DateTime\"\n }\n },\n secondaryLocation: {\n readOnly: true,\n serializedName: \"properties.secondaryLocation\",\n type: {\n name: \"String\"\n }\n },\n statusOfSecondary: {\n readOnly: true,\n serializedName: \"properties.statusOfSecondary\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"available\",\n \"unavailable\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n customDomain: {\n readOnly: true,\n serializedName: \"properties.customDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\"\n }\n },\n secondaryEndpoints: {\n readOnly: true,\n serializedName: \"properties.secondaryEndpoints\",\n type: {\n name: \"Composite\",\n className: \"Endpoints\"\n }\n },\n encryption: {\n readOnly: true,\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n accessTier: {\n readOnly: true,\n serializedName: \"properties.accessTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Hot\",\n \"Cool\"\n ]\n }\n },\n azureFilesIdentityBasedAuthentication: {\n serializedName: \"properties.azureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\"\n }\n },\n enableHttpsTrafficOnly: {\n serializedName: \"properties.supportsHttpsTrafficOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n networkRuleSet: {\n readOnly: true,\n serializedName: \"properties.networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n isHnsEnabled: {\n serializedName: \"properties.isHnsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n geoReplicationStats: {\n readOnly: true,\n serializedName: \"properties.geoReplicationStats\",\n type: {\n name: \"Composite\",\n className: \"GeoReplicationStats\"\n }\n },\n failoverInProgress: {\n readOnly: true,\n serializedName: \"properties.failoverInProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n largeFileSharesState: {\n serializedName: \"properties.largeFileSharesState\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n routingPreference: {\n serializedName: \"properties.routingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\"\n }\n },\n blobRestoreStatus: {\n readOnly: true,\n serializedName: \"properties.blobRestoreStatus\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreStatus\"\n }\n },\n allowBlobPublicAccess: {\n serializedName: \"properties.allowBlobPublicAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n minimumTlsVersion: {\n serializedName: \"properties.minimumTlsVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountKey: msRest.CompositeMapper = {\n serializedName: \"StorageAccountKey\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountKey\",\n modelProperties: {\n keyName: {\n readOnly: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n readOnly: true,\n serializedName: \"permissions\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Read\",\n \"Full\"\n ]\n }\n }\n }\n }\n};\n\nexport const StorageAccountListKeysResult: msRest.CompositeMapper = {\n serializedName: \"StorageAccountListKeysResult\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountListKeysResult\",\n modelProperties: {\n keys: {\n readOnly: true,\n serializedName: \"keys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountKey\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageAccountRegenerateKeyParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountRegenerateKeyParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountRegenerateKeyParameters\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n customDomain: {\n serializedName: \"properties.customDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n accessTier: {\n serializedName: \"properties.accessTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Hot\",\n \"Cool\"\n ]\n }\n },\n azureFilesIdentityBasedAuthentication: {\n serializedName: \"properties.azureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\"\n }\n },\n enableHttpsTrafficOnly: {\n serializedName: \"properties.supportsHttpsTrafficOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n largeFileSharesState: {\n serializedName: \"properties.largeFileSharesState\",\n type: {\n name: \"String\"\n }\n },\n routingPreference: {\n serializedName: \"properties.routingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\"\n }\n },\n allowBlobPublicAccess: {\n serializedName: \"properties.allowBlobPublicAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n minimumTlsVersion: {\n serializedName: \"properties.minimumTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageName: msRest.CompositeMapper = {\n serializedName: \"UsageName\",\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n readOnly: true,\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Usage: msRest.CompositeMapper = {\n serializedName: \"Usage\",\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n readOnly: true,\n serializedName: \"unit\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Count\",\n \"Bytes\",\n \"Seconds\",\n \"Percent\",\n \"CountsPerSecond\",\n \"BytesPerSecond\"\n ]\n }\n },\n currentValue: {\n readOnly: true,\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n limit: {\n readOnly: true,\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\"\n }\n }\n }\n }\n};\n\nexport const AccountSasParameters: msRest.CompositeMapper = {\n serializedName: \"AccountSasParameters\",\n type: {\n name: \"Composite\",\n className: \"AccountSasParameters\",\n modelProperties: {\n services: {\n required: true,\n serializedName: \"signedServices\",\n type: {\n name: \"String\"\n }\n },\n resourceTypes: {\n required: true,\n serializedName: \"signedResourceTypes\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n required: true,\n serializedName: \"signedPermission\",\n type: {\n name: \"String\"\n }\n },\n iPAddressOrRange: {\n serializedName: \"signedIp\",\n type: {\n name: \"String\"\n }\n },\n protocols: {\n serializedName: \"signedProtocol\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"https,http\",\n \"https\"\n ]\n }\n },\n sharedAccessStartTime: {\n serializedName: \"signedStart\",\n type: {\n name: \"DateTime\"\n }\n },\n sharedAccessExpiryTime: {\n required: true,\n serializedName: \"signedExpiry\",\n type: {\n name: \"DateTime\"\n }\n },\n keyToSign: {\n serializedName: \"keyToSign\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListAccountSasResponse: msRest.CompositeMapper = {\n serializedName: \"ListAccountSasResponse\",\n type: {\n name: \"Composite\",\n className: \"ListAccountSasResponse\",\n modelProperties: {\n accountSasToken: {\n readOnly: true,\n serializedName: \"accountSasToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceSasParameters: msRest.CompositeMapper = {\n serializedName: \"ServiceSasParameters\",\n type: {\n name: \"Composite\",\n className: \"ServiceSasParameters\",\n modelProperties: {\n canonicalizedResource: {\n required: true,\n serializedName: \"canonicalizedResource\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"signedResource\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"signedPermission\",\n type: {\n name: \"String\"\n }\n },\n iPAddressOrRange: {\n serializedName: \"signedIp\",\n type: {\n name: \"String\"\n }\n },\n protocols: {\n serializedName: \"signedProtocol\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"https,http\",\n \"https\"\n ]\n }\n },\n sharedAccessStartTime: {\n serializedName: \"signedStart\",\n type: {\n name: \"DateTime\"\n }\n },\n sharedAccessExpiryTime: {\n serializedName: \"signedExpiry\",\n type: {\n name: \"DateTime\"\n }\n },\n identifier: {\n serializedName: \"signedIdentifier\",\n constraints: {\n MaxLength: 64\n },\n type: {\n name: \"String\"\n }\n },\n partitionKeyStart: {\n serializedName: \"startPk\",\n type: {\n name: \"String\"\n }\n },\n partitionKeyEnd: {\n serializedName: \"endPk\",\n type: {\n name: \"String\"\n }\n },\n rowKeyStart: {\n serializedName: \"startRk\",\n type: {\n name: \"String\"\n }\n },\n rowKeyEnd: {\n serializedName: \"endRk\",\n type: {\n name: \"String\"\n }\n },\n keyToSign: {\n serializedName: \"keyToSign\",\n type: {\n name: \"String\"\n }\n },\n cacheControl: {\n serializedName: \"rscc\",\n type: {\n name: \"String\"\n }\n },\n contentDisposition: {\n serializedName: \"rscd\",\n type: {\n name: \"String\"\n }\n },\n contentEncoding: {\n serializedName: \"rsce\",\n type: {\n name: \"String\"\n }\n },\n contentLanguage: {\n serializedName: \"rscl\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"rsct\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListServiceSasResponse: msRest.CompositeMapper = {\n serializedName: \"ListServiceSasResponse\",\n type: {\n name: \"Composite\",\n className: \"ListServiceSasResponse\",\n modelProperties: {\n serviceSasToken: {\n readOnly: true,\n serializedName: \"serviceSasToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DateAfterModification: msRest.CompositeMapper = {\n serializedName: \"DateAfterModification\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\",\n modelProperties: {\n daysAfterModificationGreaterThan: {\n required: true,\n serializedName: \"daysAfterModificationGreaterThan\",\n constraints: {\n InclusiveMinimum: 0,\n MultipleOf: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyBaseBlob: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyBaseBlob\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyBaseBlob\",\n modelProperties: {\n tierToCool: {\n serializedName: \"tierToCool\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\"\n }\n },\n tierToArchive: {\n serializedName: \"tierToArchive\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\"\n }\n },\n deleteProperty: {\n serializedName: \"delete\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\"\n }\n }\n }\n }\n};\n\nexport const DateAfterCreation: msRest.CompositeMapper = {\n serializedName: \"DateAfterCreation\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\",\n modelProperties: {\n daysAfterCreationGreaterThan: {\n required: true,\n serializedName: \"daysAfterCreationGreaterThan\",\n constraints: {\n InclusiveMinimum: 0,\n MultipleOf: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicySnapShot: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicySnapShot\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySnapShot\",\n modelProperties: {\n deleteProperty: {\n serializedName: \"delete\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyAction: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyAction\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyAction\",\n modelProperties: {\n baseBlob: {\n serializedName: \"baseBlob\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyBaseBlob\"\n }\n },\n snapshot: {\n serializedName: \"snapshot\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySnapShot\"\n }\n }\n }\n }\n};\n\nexport const TagFilter: msRest.CompositeMapper = {\n serializedName: \"TagFilter\",\n type: {\n name: \"Composite\",\n className: \"TagFilter\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n constraints: {\n MaxLength: 128,\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n },\n op: {\n required: true,\n serializedName: \"op\",\n type: {\n name: \"String\"\n }\n },\n value: {\n required: true,\n serializedName: \"value\",\n constraints: {\n MaxLength: 256,\n MinLength: 0\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyFilter: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyFilter\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyFilter\",\n modelProperties: {\n prefixMatch: {\n serializedName: \"prefixMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n blobTypes: {\n required: true,\n serializedName: \"blobTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n blobIndexMatch: {\n serializedName: \"blobIndexMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TagFilter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyDefinition: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyDefinition\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyDefinition\",\n modelProperties: {\n actions: {\n required: true,\n serializedName: \"actions\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyAction\"\n }\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyFilter\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyRule: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyRule\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyRule\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Lifecycle',\n type: {\n name: \"String\"\n }\n },\n definition: {\n required: true,\n serializedName: \"definition\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyDefinition\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicySchema: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicySchema\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySchema\",\n modelProperties: {\n rules: {\n required: true,\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagementPolicy: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicy\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n policy: {\n required: true,\n serializedName: \"properties.policy\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySchema\"\n }\n }\n }\n }\n};\n\nexport const EncryptionScopeKeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"EncryptionScopeKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScopeKeyVaultProperties\",\n modelProperties: {\n keyUri: {\n serializedName: \"keyUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionScope: msRest.CompositeMapper = {\n serializedName: \"EncryptionScope\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScope\",\n modelProperties: {\n ...Resource.type.modelProperties,\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n keyVaultProperties: {\n serializedName: \"properties.keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScopeKeyVaultProperties\"\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicyFilter: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicyFilter\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyFilter\",\n modelProperties: {\n prefixMatch: {\n serializedName: \"prefixMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n minCreationTime: {\n serializedName: \"minCreationTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicyRule: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicyRule\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyRule\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\n type: {\n name: \"String\"\n }\n },\n sourceContainer: {\n required: true,\n serializedName: \"sourceContainer\",\n type: {\n name: \"String\"\n }\n },\n destinationContainer: {\n required: true,\n serializedName: \"destinationContainer\",\n type: {\n name: \"String\"\n }\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyFilter\"\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicy: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicy\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n policyId: {\n readOnly: true,\n serializedName: \"properties.policyId\",\n type: {\n name: \"String\"\n }\n },\n enabledTime: {\n readOnly: true,\n serializedName: \"properties.enabledTime\",\n type: {\n name: \"DateTime\"\n }\n },\n sourceAccount: {\n required: true,\n serializedName: \"properties.sourceAccount\",\n type: {\n name: \"String\"\n }\n },\n destinationAccount: {\n required: true,\n serializedName: \"properties.destinationAccount\",\n type: {\n name: \"String\"\n }\n },\n rules: {\n serializedName: \"properties.rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n readOnly: true,\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageSkuListResult: msRest.CompositeMapper = {\n serializedName: \"StorageSkuListResult\",\n type: {\n name: \"Composite\",\n className: \"StorageSkuListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuInformation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageAccountListResult: msRest.CompositeMapper = {\n serializedName: \"StorageAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageListResult: msRest.CompositeMapper = {\n serializedName: \"UsageListResult\",\n type: {\n name: \"Composite\",\n className: \"UsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicies: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicies\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicies\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicy\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EncryptionScopeListResult: msRest.CompositeMapper = {\n serializedName: \"EncryptionScopeListResult\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScopeListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EncryptionScope\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Dimension,\n MetricSpecification,\n Operation,\n OperationDisplay,\n OperationListResult,\n ServiceSpecification\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const accountName: msRest.OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\n constraints: {\n MaxLength: 24,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const encryptionScopeName: msRest.OperationURLParameter = {\n parameterPath: \"encryptionScopeName\",\n mapper: {\n required: true,\n serializedName: \"encryptionScopeName\",\n constraints: {\n MaxLength: 63,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand0: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"geoReplicationStats\",\n \"blobRestoreStatus\"\n ]\n }\n }\n};\nexport const expand1: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"kerb\"\n ]\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const managementPolicyName: msRest.OperationURLParameter = {\n parameterPath: \"managementPolicyName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"managementPolicyName\",\n defaultValue: 'default',\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const objectReplicationPolicyId: msRest.OperationURLParameter = {\n parameterPath: \"objectReplicationPolicyId\",\n mapper: {\n required: true,\n serializedName: \"objectReplicationPolicyId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Storage Rest API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Storage/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Restriction,\n SKUCapability,\n SkuInformation,\n StorageSkuListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/skusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a Skus. */\nexport class Skus {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a Skus.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the available SKUs supported by Microsoft.Storage for given subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.SkusListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.SkusListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.StorageSkuListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageSkuListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageSkuListResult>, callback?: msRest.ServiceCallback<Models.StorageSkuListResult>): Promise<Models.SkusListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SkusListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageSkuListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AccountSasParameters,\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n CheckNameAvailabilityResult,\n CloudError,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n Encryption,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n GeoReplicationStats,\n Identity,\n IPRule,\n KeyVaultProperties,\n ListAccountSasResponse,\n ListServiceSasResponse,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n RoutingPreference,\n ServiceSasParameters,\n Sku,\n StorageAccount,\n StorageAccountCheckNameAvailabilityParameters,\n StorageAccountCreateParameters,\n StorageAccountInternetEndpoints,\n StorageAccountKey,\n StorageAccountListKeysResult,\n StorageAccountListResult,\n StorageAccountMicrosoftEndpoints,\n StorageAccountRegenerateKeyParameters,\n StorageAccountUpdateParameters,\n TagFilter,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/storageAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a StorageAccounts. */\nexport class StorageAccounts {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a StorageAccounts.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Checks that the storage account name is valid and is not already in use.\n * @param name The storage account name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(name: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsCheckNameAvailabilityResponse>;\n /**\n * @param name The storage account name.\n * @param callback The callback\n */\n checkNameAvailability(name: string, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;\n /**\n * @param name The storage account name.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;\n checkNameAvailability(name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameAvailabilityResult>, callback?: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): Promise<Models.StorageAccountsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n name,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.StorageAccountsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Asynchronously creates a new storage account with the specified parameters. If an account is\n * already created and a subsequent create request is issued with different properties, the account\n * properties will be updated. If an account is already created and a subsequent create or update\n * request is issued with the exact same set of properties, the request will succeed.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsCreateResponse> {\n return this.beginCreate(resourceGroupName,accountName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.StorageAccountsCreateResponse>;\n }\n\n /**\n * Deletes a storage account in Microsoft Azure.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Returns the properties for the specified storage account including but not limited to name, SKU\n * name, location, and account status. The ListKeys operation should be used to retrieve storage\n * keys.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsGetPropertiesResponse>\n */\n getProperties(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsGetPropertiesOptionalParams): Promise<Models.StorageAccountsGetPropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n getProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getProperties(resourceGroupName: string, accountName: string, options: Models.StorageAccountsGetPropertiesOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n getProperties(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsGetPropertiesOptionalParams | msRest.ServiceCallback<Models.StorageAccount>, callback?: msRest.ServiceCallback<Models.StorageAccount>): Promise<Models.StorageAccountsGetPropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getPropertiesOperationSpec,\n callback) as Promise<Models.StorageAccountsGetPropertiesResponse>;\n }\n\n /**\n * The update operation can be used to update the SKU, encryption, access tier, or tags for a\n * storage account. It can also be used to map the account to a custom domain. Only one custom\n * domain is supported per storage account; the replacement/change of custom domain is not\n * supported. In order to replace an old custom domain, the old value must be cleared/unregistered\n * before a new value can be set. The update of multiple properties is supported. This call does\n * not change the storage keys for the account. If you want to change the storage account keys, use\n * the regenerate keys operation. The location and name of the storage account cannot be changed\n * after creation.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the updated account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the updated account.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the updated account.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccount>, callback?: msRest.ServiceCallback<Models.StorageAccount>): Promise<Models.StorageAccountsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.StorageAccountsUpdateResponse>;\n }\n\n /**\n * Lists all the storage accounts available under the subscription. Note that storage keys are not\n * returned; use the ListKeys operation for this.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListResult>): Promise<Models.StorageAccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.StorageAccountsListResponse>;\n }\n\n /**\n * Lists all the storage accounts available under the given resource group. Note that storage keys\n * are not returned; use the ListKeys operation for this.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListResult>): Promise<Models.StorageAccountsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.StorageAccountsListByResourceGroupResponse>;\n }\n\n /**\n * Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage\n * account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListKeysResponse>\n */\n listKeys(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListKeysOptionalParams): Promise<Models.StorageAccountsListKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, accountName: string, options: Models.StorageAccountsListKeysOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n listKeys(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListKeysOptionalParams | msRest.ServiceCallback<Models.StorageAccountListKeysResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): Promise<Models.StorageAccountsListKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listKeysOperationSpec,\n callback) as Promise<Models.StorageAccountsListKeysResponse>;\n }\n\n /**\n * Regenerates one of the access keys or Kerberos keys for the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param keyName The name of storage keys that want to be regenerated, possible values are key1,\n * key2, kerb1, kerb2.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsRegenerateKeyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param keyName The name of storage keys that want to be regenerated, possible values are key1,\n * key2, kerb1, kerb2.\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param keyName The name of storage keys that want to be regenerated, possible values are key1,\n * key2, kerb1, kerb2.\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListKeysResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): Promise<Models.StorageAccountsRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n keyName,\n options\n },\n regenerateKeyOperationSpec,\n callback) as Promise<Models.StorageAccountsRegenerateKeyResponse>;\n }\n\n /**\n * List SAS credentials of a storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list SAS credentials for the storage account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListAccountSASResponse>\n */\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListAccountSASResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list SAS credentials for the storage account.\n * @param callback The callback\n */\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, callback: msRest.ServiceCallback<Models.ListAccountSasResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list SAS credentials for the storage account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListAccountSasResponse>): void;\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListAccountSasResponse>, callback?: msRest.ServiceCallback<Models.ListAccountSasResponse>): Promise<Models.StorageAccountsListAccountSASResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n listAccountSASOperationSpec,\n callback) as Promise<Models.StorageAccountsListAccountSASResponse>;\n }\n\n /**\n * List service SAS credentials of a specific resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list service SAS credentials.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListServiceSASResponse>\n */\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListServiceSASResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list service SAS credentials.\n * @param callback The callback\n */\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, callback: msRest.ServiceCallback<Models.ListServiceSasResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list service SAS credentials.\n * @param options The optional parameters\n * @param callback The callback\n */\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListServiceSasResponse>): void;\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListServiceSasResponse>, callback?: msRest.ServiceCallback<Models.ListServiceSasResponse>): Promise<Models.StorageAccountsListServiceSASResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n listServiceSASOperationSpec,\n callback) as Promise<Models.StorageAccountsListServiceSASResponse>;\n }\n\n /**\n * Failover request can be triggered for a storage account in case of availability issues. The\n * failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS\n * accounts. The secondary cluster will become primary after failover.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n failover(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginFailover(resourceGroupName,accountName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Restore blobs in the specified blob ranges\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param timeToRestore Restore blob to the specified time.\n * @param blobRanges Blob ranges to restore.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsRestoreBlobRangesResponse>\n */\n restoreBlobRanges(resourceGroupName: string, accountName: string, timeToRestore: Date | string, blobRanges: Models.BlobRestoreRange[], options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsRestoreBlobRangesResponse> {\n return this.beginRestoreBlobRanges(resourceGroupName,accountName,timeToRestore,blobRanges,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.StorageAccountsRestoreBlobRangesResponse>;\n }\n\n /**\n * Revoke user delegation keys.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n revokeUserDelegationKeysOperationSpec,\n callback);\n }\n\n /**\n * Asynchronously creates a new storage account with the specified parameters. If an account is\n * already created and a subsequent create request is issued with different properties, the account\n * properties will be updated. If an account is already created and a subsequent create or update\n * request is issued with the exact same set of properties, the request will succeed.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Failover request can be triggered for a storage account in case of availability issues. The\n * failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS\n * accounts. The secondary cluster will become primary after failover.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginFailover(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n beginFailoverOperationSpec,\n options);\n }\n\n /**\n * Restore blobs in the specified blob ranges\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param timeToRestore Restore blob to the specified time.\n * @param blobRanges Blob ranges to restore.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRestoreBlobRanges(resourceGroupName: string, accountName: string, timeToRestore: Date | string, blobRanges: Models.BlobRestoreRange[], options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n timeToRestore,\n blobRanges,\n options\n },\n beginRestoreBlobRangesOperationSpec,\n options);\n }\n\n /**\n * Lists all the storage accounts available under the subscription. Note that storage keys are not\n * returned; use the ListKeys operation for this.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListResult>): Promise<Models.StorageAccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.StorageAccountsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n name: \"name\"\n },\n mapper: {\n ...Mappers.StorageAccountCheckNameAvailabilityParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getPropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.StorageAccountUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListKeysResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n keyName: \"keyName\"\n },\n mapper: {\n ...Mappers.StorageAccountRegenerateKeyParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListKeysResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAccountSASOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListAccountSas\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AccountSasParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ListAccountSasResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listServiceSASOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListServiceSas\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ServiceSasParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ListServiceSasResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst revokeUserDelegationKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/revokeUserDelegationKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.StorageAccountCreateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginFailoverOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRestoreBlobRangesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/restoreBlobRanges\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n timeToRestore: \"timeToRestore\",\n blobRanges: \"blobRanges\"\n },\n mapper: {\n ...Mappers.BlobRestoreParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BlobRestoreStatus\n },\n 202: {\n bodyMapper: Mappers.BlobRestoreStatus\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Usage,\n UsageListResult,\n UsageName\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/usagesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a Usages. */\nexport class Usages {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a Usages.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the current usage count and the limit for the resources of the location under the\n * subscription.\n * @param location The location of the Azure Storage resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsagesListByLocationResponse>\n */\n listByLocation(location: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListByLocationResponse>;\n /**\n * @param location The location of the Azure Storage resource.\n * @param callback The callback\n */\n listByLocation(location: string, callback: msRest.ServiceCallback<Models.UsageListResult>): void;\n /**\n * @param location The location of the Azure Storage resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByLocation(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UsageListResult>): void;\n listByLocation(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UsageListResult>, callback?: msRest.ServiceCallback<Models.UsageListResult>): Promise<Models.UsagesListByLocationResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n listByLocationOperationSpec,\n callback) as Promise<Models.UsagesListByLocationResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByLocationOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UsageListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n CloudError,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n Encryption,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n GeoReplicationStats,\n Identity,\n IPRule,\n KeyVaultProperties,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n RoutingPreference,\n Sku,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n TagFilter,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/managementPoliciesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a ManagementPolicies. */\nexport class ManagementPolicies {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a ManagementPolicies.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the managementpolicy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementPoliciesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementPoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementPolicy>, callback?: msRest.ServiceCallback<Models.ManagementPolicy>): Promise<Models.ManagementPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ManagementPoliciesGetResponse>;\n }\n\n /**\n * Sets the managementpolicy to the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementPoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options?: msRest.RequestOptionsBase): Promise<Models.ManagementPoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementPolicy>, callback?: msRest.ServiceCallback<Models.ManagementPolicy>): Promise<Models.ManagementPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n policy,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ManagementPoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the managementpolicy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n policy: \"policy\"\n },\n mapper: {\n ...Mappers.ManagementPolicy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n CloudError,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n Encryption,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n GeoReplicationStats,\n Identity,\n IPRule,\n KeyVaultProperties,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n RoutingPreference,\n Sku,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n TagFilter,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the private endpoint connections associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListResponse>;\n }\n\n /**\n * Gets the specified private endpoint connection associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Update the state of specified private endpoint connection associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsPutResponse>\n */\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsPutResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The optional parameters\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsPutResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n properties,\n options\n },\n putOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsPutResponse>;\n }\n\n /**\n * Deletes the specified private endpoint connection associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst putOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n CloudError,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n Encryption,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n GeoReplicationStats,\n Identity,\n IPRule,\n KeyVaultProperties,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkResourceListResult,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n RoutingPreference,\n Sku,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n TagFilter,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for a storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByStorageAccountResponse>\n */\n listByStorageAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByStorageAccountResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n listByStorageAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByStorageAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n listByStorageAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByStorageAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByStorageAccountOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByStorageAccountResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByStorageAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n Encryption,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n GeoReplicationStats,\n Identity,\n IPRule,\n KeyVaultProperties,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n NetworkRuleSet,\n ObjectReplicationPolicies,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n RoutingPreference,\n Sku,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n TagFilter,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/objectReplicationPoliciesOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a ObjectReplicationPoliciesOperations. */\nexport class ObjectReplicationPoliciesOperations {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a ObjectReplicationPoliciesOperations.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List the object replication policies associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectReplicationPoliciesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ObjectReplicationPoliciesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicies>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicies>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ObjectReplicationPolicies>, callback?: msRest.ServiceCallback<Models.ObjectReplicationPolicies>): Promise<Models.ObjectReplicationPoliciesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ObjectReplicationPoliciesListResponse>;\n }\n\n /**\n * Get the object replication policy of the storage account by policy ID.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectReplicationPoliciesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase): Promise<Models.ObjectReplicationPoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ObjectReplicationPolicy>, callback?: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): Promise<Models.ObjectReplicationPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n objectReplicationPolicyId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ObjectReplicationPoliciesGetResponse>;\n }\n\n /**\n * Create or update the object replication policy of the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param properties The object replication policy set to a storage account. A unique policy ID\n * will be created if absent.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, options?: msRest.RequestOptionsBase): Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param properties The object replication policy set to a storage account. A unique policy ID\n * will be created if absent.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param properties The object replication policy set to a storage account. A unique policy ID\n * will be created if absent.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ObjectReplicationPolicy>, callback?: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n objectReplicationPolicyId,\n properties,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the object replication policy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n objectReplicationPolicyId,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ObjectReplicationPolicies\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.objectReplicationPolicyId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ObjectReplicationPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.objectReplicationPolicyId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.ObjectReplicationPolicy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ObjectReplicationPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.objectReplicationPolicyId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n CloudError,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n Encryption,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionScopeListResult,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n GeoReplicationStats,\n Identity,\n IPRule,\n KeyVaultProperties,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n Resource,\n RoutingPreference,\n Sku,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n TagFilter,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/encryptionScopesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a EncryptionScopes. */\nexport class EncryptionScopes {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a EncryptionScopes.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Synchronously creates or updates an encryption scope under the specified storage account. If an\n * encryption scope is already created and a subsequent request is issued with different\n * properties, the encryption scope properties will be updated per the specified request.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesPutResponse>\n */\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPutResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the create or update.\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the create or update.\n * @param options The optional parameters\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScope>, callback?: msRest.ServiceCallback<Models.EncryptionScope>): Promise<Models.EncryptionScopesPutResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n encryptionScopeName,\n encryptionScope,\n options\n },\n putOperationSpec,\n callback) as Promise<Models.EncryptionScopesPutResponse>;\n }\n\n /**\n * Update encryption scope properties as specified in the request body. Update fails if the\n * specified encryption scope does not already exist.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the update.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesPatchResponse>\n */\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPatchResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the update.\n * @param callback The callback\n */\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the update.\n * @param options The optional parameters\n * @param callback The callback\n */\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScope>, callback?: msRest.ServiceCallback<Models.EncryptionScope>): Promise<Models.EncryptionScopesPatchResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n encryptionScopeName,\n encryptionScope,\n options\n },\n patchOperationSpec,\n callback) as Promise<Models.EncryptionScopesPatchResponse>;\n }\n\n /**\n * Returns the properties for the specified encryption scope.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScope>, callback?: msRest.ServiceCallback<Models.EncryptionScope>): Promise<Models.EncryptionScopesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n encryptionScopeName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EncryptionScopesGetResponse>;\n }\n\n /**\n * Lists all the encryption scopes available under the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScopeListResult>, callback?: msRest.ServiceCallback<Models.EncryptionScopeListResult>): Promise<Models.EncryptionScopesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.EncryptionScopesListResponse>;\n }\n\n /**\n * Lists all the encryption scopes available under the specified storage account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScopeListResult>, callback?: msRest.ServiceCallback<Models.EncryptionScopeListResult>): Promise<Models.EncryptionScopesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.EncryptionScopesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst putOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.encryptionScopeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"encryptionScope\",\n mapper: {\n ...Mappers.EncryptionScope,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScope\n },\n 201: {\n bodyMapper: Mappers.EncryptionScope\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst patchOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.encryptionScopeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"encryptionScope\",\n mapper: {\n ...Mappers.EncryptionScope,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScope\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.encryptionScopeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScope\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScopeListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScopeListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-storage-profile-2020-09-01-hybrid\";\nconst packageVersion = \"1.1.0\";\n\nexport class StorageManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the StorageManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StorageManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if(!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2019-06-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { StorageManagementClientContext } from \"./storageManagementClientContext\";\n\n\nclass StorageManagementClient extends StorageManagementClientContext {\n // Operation groups\n operations: operations.Operations;\n skus: operations.Skus;\n storageAccounts: operations.StorageAccounts;\n usages: operations.Usages;\n managementPolicies: operations.ManagementPolicies;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n objectReplicationPolicies: operations.ObjectReplicationPoliciesOperations;\n encryptionScopes: operations.EncryptionScopes;\n\n /**\n * Initializes a new instance of the StorageManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StorageManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.skus = new operations.Skus(this);\n this.storageAccounts = new operations.StorageAccounts(this);\n this.usages = new operations.Usages(this);\n this.managementPolicies = new operations.ManagementPolicies(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.objectReplicationPolicies = new operations.ObjectReplicationPoliciesOperations(this);\n this.encryptionScopes = new operations.EncryptionScopes(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n StorageManagementClient,\n StorageManagementClientContext,\n Models as StorageManagementModels,\n Mappers as StorageManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.CloudError","listOperationSpec","serializer","Mappers","Parameters.subscriptionId","Mappers.StorageSkuListResult","Mappers.StorageAccountCheckNameAvailabilityParameters","Mappers.CheckNameAvailabilityResult","Parameters.resourceGroupName","Parameters.accountName","Parameters.expand0","Mappers.StorageAccount","Mappers.StorageAccountUpdateParameters","Mappers.StorageAccountListResult","Parameters.expand1","Mappers.StorageAccountListKeysResult","Mappers.StorageAccountRegenerateKeyParameters","Mappers.AccountSasParameters","Mappers.ListAccountSasResponse","Mappers.ServiceSasParameters","Mappers.ListServiceSasResponse","Mappers.StorageAccountCreateParameters","Mappers.BlobRestoreParameters","Mappers.BlobRestoreStatus","Parameters.nextPageLink","Parameters.location","Mappers.UsageListResult","deleteMethodOperationSpec","Parameters.managementPolicyName","Mappers.ManagementPolicy","getOperationSpec","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.ErrorResponse","Mappers.PrivateLinkResourceListResult","createOrUpdateOperationSpec","Mappers.ObjectReplicationPolicies","Parameters.objectReplicationPolicyId","Mappers.ObjectReplicationPolicy","putOperationSpec","listNextOperationSpec","Parameters.encryptionScopeName","Mappers.EncryptionScope","Mappers.EncryptionScopeListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Skus","operations.StorageAccounts","operations.Usages","operations.ManagementPolicies","operations.PrivateEndpointConnections","operations.PrivateLinkResources","operations.ObjectReplicationPoliciesOperations","operations.EncryptionScopes"],"mappings":"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"}
|