@azure/arm-storage-profile-2020-09-01-hybrid 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +83 -73
  4. package/dist/index.js +5576 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1772 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +185 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +84 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1591 -1449
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +30 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +242 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
  29. package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
  30. package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
  31. package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
  32. package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
  33. package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
  34. package/dist-esm/src/operations/encryptionScopes.js +278 -0
  35. package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +4 -5
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
  41. package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
  42. package/dist-esm/src/operations/managementPolicies.js +126 -0
  43. package/dist-esm/src/operations/managementPolicies.js.map +1 -0
  44. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +74 -0
  45. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +222 -0
  47. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
  48. package/dist-esm/src/operations/operations.d.ts +26 -0
  49. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/operations.js +87 -0
  51. package/dist-esm/src/operations/operations.js.map +1 -0
  52. package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
  53. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
  55. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  56. package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
  57. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  59. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  60. package/dist-esm/src/operations/skus.d.ts +26 -0
  61. package/dist-esm/src/operations/skus.d.ts.map +1 -0
  62. package/dist-esm/src/operations/skus.js +87 -0
  63. package/dist-esm/src/operations/skus.js.map +1 -0
  64. package/dist-esm/src/operations/storageAccounts.d.ts +228 -0
  65. package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
  66. package/dist-esm/src/operations/storageAccounts.js +722 -0
  67. package/dist-esm/src/operations/storageAccounts.js.map +1 -0
  68. package/dist-esm/src/operations/usages.d.ts +28 -0
  69. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  70. package/dist-esm/src/operations/usages.js +93 -0
  71. package/dist-esm/src/operations/usages.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
  73. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
  77. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
  81. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/index.js +18 -0
  83. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
  85. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +54 -0
  89. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
  97. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
  101. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
  105. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/skus.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +196 -0
  109. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
  113. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  116. package/dist-esm/src/storageManagementClient.d.ts +27 -0
  117. package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
  118. package/dist-esm/src/storageManagementClient.js +60 -0
  119. package/dist-esm/src/storageManagementClient.js.map +1 -0
  120. package/dist-esm/test/sampleTest.d.ts +2 -0
  121. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  122. package/dist-esm/test/sampleTest.js +40 -0
  123. package/dist-esm/test/sampleTest.js.map +1 -0
  124. package/package.json +74 -22
  125. package/review/arm-storage-profile-2020-09-01-hybrid.api.md +1396 -0
  126. package/rollup.config.js +115 -30
  127. package/src/index.ts +12 -0
  128. package/src/lroImpl.ts +34 -0
  129. package/src/models/index.ts +1411 -2087
  130. package/src/models/mappers.ts +1470 -1320
  131. package/src/models/parameters.ts +186 -76
  132. package/src/operations/blobInventoryPolicies.ts +282 -0
  133. package/src/operations/encryptionScopes.ts +238 -295
  134. package/src/operations/index.ts +4 -5
  135. package/src/operations/managementPolicies.ts +108 -182
  136. package/src/operations/objectReplicationPoliciesOperations.ts +186 -234
  137. package/src/operations/operations.ts +66 -45
  138. package/src/operations/privateEndpointConnections.ts +182 -221
  139. package/src/operations/privateLinkResources.ts +43 -67
  140. package/src/operations/skus.ts +64 -48
  141. package/src/operations/storageAccounts.ts +759 -838
  142. package/src/operations/usages.ts +78 -52
  143. package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
  144. package/src/operationsInterfaces/encryptionScopes.ts +102 -0
  145. package/src/operationsInterfaces/index.ts +18 -0
  146. package/src/operationsInterfaces/managementPolicies.ts +74 -0
  147. package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +91 -0
  148. package/src/operationsInterfaces/operations.ts +22 -0
  149. package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
  150. package/src/operationsInterfaces/privateLinkResources.ts +30 -0
  151. package/src/operationsInterfaces/skus.ts +22 -0
  152. package/src/operationsInterfaces/storageAccounts.ts +319 -0
  153. package/src/operationsInterfaces/usages.ts +24 -0
  154. package/src/storageManagementClient.ts +105 -46
  155. package/tsconfig.json +14 -6
  156. package/types/arm-storage-profile-2020-09-01-hybrid.d.ts +2508 -0
  157. package/types/tsdoc-metadata.json +11 -0
  158. package/dist/arm-storage-profile-2020-09-01-hybrid.js +0 -5017
  159. package/dist/arm-storage-profile-2020-09-01-hybrid.js.map +0 -1
  160. package/dist/arm-storage-profile-2020-09-01-hybrid.min.js +0 -1
  161. package/dist/arm-storage-profile-2020-09-01-hybrid.min.js.map +0 -1
  162. package/esm/models/encryptionScopesMappers.d.ts +0 -2
  163. package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
  164. package/esm/models/encryptionScopesMappers.js +0 -9
  165. package/esm/models/encryptionScopesMappers.js.map +0 -1
  166. package/esm/models/index.d.ts +0 -2493
  167. package/esm/models/index.d.ts.map +0 -1
  168. package/esm/models/index.js +0 -8
  169. package/esm/models/index.js.map +0 -1
  170. package/esm/models/managementPoliciesMappers.d.ts +0 -2
  171. package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
  172. package/esm/models/managementPoliciesMappers.js +0 -9
  173. package/esm/models/managementPoliciesMappers.js.map +0 -1
  174. package/esm/models/mappers.d.ts +0 -79
  175. package/esm/models/mappers.d.ts.map +0 -1
  176. package/esm/models/mappers.js.map +0 -1
  177. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
  178. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
  179. package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
  180. package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
  181. package/esm/models/operationsMappers.d.ts +0 -2
  182. package/esm/models/operationsMappers.d.ts.map +0 -1
  183. package/esm/models/operationsMappers.js +0 -9
  184. package/esm/models/operationsMappers.js.map +0 -1
  185. package/esm/models/parameters.d.ts +0 -15
  186. package/esm/models/parameters.d.ts.map +0 -1
  187. package/esm/models/parameters.js +0 -176
  188. package/esm/models/parameters.js.map +0 -1
  189. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  190. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  191. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  192. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  193. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  194. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  195. package/esm/models/privateLinkResourcesMappers.js +0 -9
  196. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  197. package/esm/models/skusMappers.d.ts +0 -2
  198. package/esm/models/skusMappers.d.ts.map +0 -1
  199. package/esm/models/skusMappers.js +0 -9
  200. package/esm/models/skusMappers.js.map +0 -1
  201. package/esm/models/storageAccountsMappers.d.ts +0 -2
  202. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  203. package/esm/models/storageAccountsMappers.js +0 -9
  204. package/esm/models/storageAccountsMappers.js.map +0 -1
  205. package/esm/models/usagesMappers.d.ts +0 -2
  206. package/esm/models/usagesMappers.d.ts.map +0 -1
  207. package/esm/models/usagesMappers.js +0 -9
  208. package/esm/models/usagesMappers.js.map +0 -1
  209. package/esm/operations/encryptionScopes.d.ts +0 -196
  210. package/esm/operations/encryptionScopes.d.ts.map +0 -1
  211. package/esm/operations/encryptionScopes.js +0 -197
  212. package/esm/operations/encryptionScopes.js.map +0 -1
  213. package/esm/operations/index.d.ts.map +0 -1
  214. package/esm/operations/index.js.map +0 -1
  215. package/esm/operations/managementPolicies.d.ts +0 -109
  216. package/esm/operations/managementPolicies.d.ts.map +0 -1
  217. package/esm/operations/managementPolicies.js +0 -130
  218. package/esm/operations/managementPolicies.js.map +0 -1
  219. package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
  220. package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  221. package/esm/operations/objectReplicationPoliciesOperations.js +0 -162
  222. package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
  223. package/esm/operations/operations.d.ts +0 -28
  224. package/esm/operations/operations.d.ts.map +0 -1
  225. package/esm/operations/operations.js +0 -51
  226. package/esm/operations/operations.js.map +0 -1
  227. package/esm/operations/privateEndpointConnections.d.ts +0 -154
  228. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  229. package/esm/operations/privateEndpointConnections.js +0 -162
  230. package/esm/operations/privateEndpointConnections.js.map +0 -1
  231. package/esm/operations/privateLinkResources.d.ts +0 -43
  232. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  233. package/esm/operations/privateLinkResources.js +0 -58
  234. package/esm/operations/privateLinkResources.js.map +0 -1
  235. package/esm/operations/skus.d.ts +0 -28
  236. package/esm/operations/skus.d.ts.map +0 -1
  237. package/esm/operations/skus.js +0 -54
  238. package/esm/operations/skus.js.map +0 -1
  239. package/esm/operations/storageAccounts.d.ts +0 -436
  240. package/esm/operations/storageAccounts.d.ts.map +0 -1
  241. package/esm/operations/storageAccounts.js +0 -611
  242. package/esm/operations/storageAccounts.js.map +0 -1
  243. package/esm/operations/usages.d.ts +0 -32
  244. package/esm/operations/usages.d.ts.map +0 -1
  245. package/esm/operations/usages.js +0 -56
  246. package/esm/operations/usages.js.map +0 -1
  247. package/esm/storageManagementClient.d.ts +0 -26
  248. package/esm/storageManagementClient.d.ts.map +0 -1
  249. package/esm/storageManagementClient.js +0 -41
  250. package/esm/storageManagementClient.js.map +0 -1
  251. package/esm/storageManagementClientContext.d.ts +0 -16
  252. package/esm/storageManagementClientContext.d.ts.map +0 -1
  253. package/esm/storageManagementClientContext.js +0 -56
  254. package/esm/storageManagementClientContext.js.map +0 -1
  255. package/src/models/encryptionScopesMappers.ts +0 -59
  256. package/src/models/managementPoliciesMappers.ts +0 -57
  257. package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -58
  258. package/src/models/operationsMappers.ts +0 -17
  259. package/src/models/privateEndpointConnectionsMappers.ts +0 -59
  260. package/src/models/privateLinkResourcesMappers.ts +0 -58
  261. package/src/models/skusMappers.ts +0 -15
  262. package/src/models/storageAccountsMappers.ts +0 -69
  263. package/src/models/usagesMappers.ts +0 -14
  264. package/src/storageManagementClientContext.ts +0 -62
@@ -1,56 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/usagesMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a Usages. */
14
- var Usages = /** @class */ (function () {
15
- /**
16
- * Create a Usages.
17
- * @param {StorageManagementClientContext} client Reference to the service client.
18
- */
19
- function Usages(client) {
20
- this.client = client;
21
- }
22
- Usages.prototype.listByLocation = function (location, options, callback) {
23
- return this.client.sendOperationRequest({
24
- location: location,
25
- options: options
26
- }, listByLocationOperationSpec, callback);
27
- };
28
- return Usages;
29
- }());
30
- export { Usages };
31
- // Operation Specifications
32
- var serializer = new msRest.Serializer(Mappers);
33
- var listByLocationOperationSpec = {
34
- httpMethod: "GET",
35
- path: "subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages",
36
- urlParameters: [
37
- Parameters.subscriptionId,
38
- Parameters.location
39
- ],
40
- queryParameters: [
41
- Parameters.apiVersion
42
- ],
43
- headerParameters: [
44
- Parameters.acceptLanguage
45
- ],
46
- responses: {
47
- 200: {
48
- bodyMapper: Mappers.UsageListResult
49
- },
50
- default: {
51
- bodyMapper: Mappers.CloudError
52
- }
53
- },
54
- serializer: serializer
55
- };
56
- //# sourceMappingURL=usages.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usages.js","sourceRoot":"","sources":["../../src/operations/usages.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,mCAAmC;AACnC;IAGE;;;OAGG;IACH,gBAAY,MAAsC;QAChD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAqBD,+BAAc,GAAd,UAAe,QAAgB,EAAE,OAAoF,EAAE,QAAyD;QAC9K,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,2BAA2B,EAC3B,QAAQ,CAAiD,CAAC;IAC9D,CAAC;IACH,aAAC;AAAD,CAAC,AAvCD,IAuCC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,2BAA2B,GAAyB;IACxD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,wFAAwF;IAC9F,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;KACpB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1,26 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "./models";
3
- import * as Mappers from "./models/mappers";
4
- import * as operations from "./operations";
5
- import { StorageManagementClientContext } from "./storageManagementClientContext";
6
- declare class StorageManagementClient extends StorageManagementClientContext {
7
- operations: operations.Operations;
8
- skus: operations.Skus;
9
- storageAccounts: operations.StorageAccounts;
10
- usages: operations.Usages;
11
- managementPolicies: operations.ManagementPolicies;
12
- privateEndpointConnections: operations.PrivateEndpointConnections;
13
- privateLinkResources: operations.PrivateLinkResources;
14
- objectReplicationPolicies: operations.ObjectReplicationPoliciesOperations;
15
- encryptionScopes: operations.EncryptionScopes;
16
- /**
17
- * Initializes a new instance of the StorageManagementClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure.
19
- * @param subscriptionId The ID of the target subscription.
20
- * @param [options] The parameter options
21
- */
22
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.StorageManagementClientOptions);
23
- }
24
- export { StorageManagementClient, StorageManagementClientContext, Models as StorageManagementModels, Mappers as StorageManagementMappers };
25
- export * from "./operations";
26
- //# sourceMappingURL=storageManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storageManagementClient.d.ts","sourceRoot":"","sources":["../src/storageManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,cAAM,uBAAwB,SAAQ,8BAA8B;IAElE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IACtB,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC;IAC1B,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;IAClD,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,yBAAyB,EAAE,UAAU,CAAC,mCAAmC,CAAC;IAC1E,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAE9C;;;;;OAKG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAYlI;AAID,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,uBAAuB,EACjC,OAAO,IAAI,wBAAwB,EACpC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,41 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as Models from "./models";
12
- import * as Mappers from "./models/mappers";
13
- import * as operations from "./operations";
14
- import { StorageManagementClientContext } from "./storageManagementClientContext";
15
- var StorageManagementClient = /** @class */ (function (_super) {
16
- __extends(StorageManagementClient, _super);
17
- /**
18
- * Initializes a new instance of the StorageManagementClient class.
19
- * @param credentials Credentials needed for the client to connect to Azure.
20
- * @param subscriptionId The ID of the target subscription.
21
- * @param [options] The parameter options
22
- */
23
- function StorageManagementClient(credentials, subscriptionId, options) {
24
- var _this = _super.call(this, credentials, subscriptionId, options) || this;
25
- _this.operations = new operations.Operations(_this);
26
- _this.skus = new operations.Skus(_this);
27
- _this.storageAccounts = new operations.StorageAccounts(_this);
28
- _this.usages = new operations.Usages(_this);
29
- _this.managementPolicies = new operations.ManagementPolicies(_this);
30
- _this.privateEndpointConnections = new operations.PrivateEndpointConnections(_this);
31
- _this.privateLinkResources = new operations.PrivateLinkResources(_this);
32
- _this.objectReplicationPolicies = new operations.ObjectReplicationPoliciesOperations(_this);
33
- _this.encryptionScopes = new operations.EncryptionScopes(_this);
34
- return _this;
35
- }
36
- return StorageManagementClient;
37
- }(StorageManagementClientContext));
38
- // Operation Specifications
39
- export { StorageManagementClient, StorageManagementClientContext, Models as StorageManagementModels, Mappers as StorageManagementMappers };
40
- export * from "./operations";
41
- //# sourceMappingURL=storageManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storageManagementClient.js","sourceRoot":"","sources":["../src/storageManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAGH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF;IAAsC,2CAA8B;IAYlE;;;;;OAKG;IACH,iCAAY,WAA4C,EAAE,cAAsB,EAAE,OAA+C;QAAjI,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAU5C;QATC,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,IAAI,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,KAAI,CAAC,CAAC;QACtC,KAAI,CAAC,eAAe,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,KAAI,CAAC,CAAC;QAC5D,KAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,MAAM,CAAC,KAAI,CAAC,CAAC;QAC1C,KAAI,CAAC,kBAAkB,GAAG,IAAI,UAAU,CAAC,kBAAkB,CAAC,KAAI,CAAC,CAAC;QAClE,KAAI,CAAC,0BAA0B,GAAG,IAAI,UAAU,CAAC,0BAA0B,CAAC,KAAI,CAAC,CAAC;QAClF,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;QACtE,KAAI,CAAC,yBAAyB,GAAG,IAAI,UAAU,CAAC,mCAAmC,CAAC,KAAI,CAAC,CAAC;QAC1F,KAAI,CAAC,gBAAgB,GAAG,IAAI,UAAU,CAAC,gBAAgB,CAAC,KAAI,CAAC,CAAC;;IAChE,CAAC;IACH,8BAAC;AAAD,CAAC,AA9BD,CAAsC,8BAA8B,GA8BnE;AAED,2BAA2B;AAE3B,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,uBAAuB,EACjC,OAAO,IAAI,wBAAwB,EACpC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,16 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import * as msRestAzure from "@azure/ms-rest-azure-js";
4
- export declare class StorageManagementClientContext extends msRestAzure.AzureServiceClient {
5
- credentials: msRest.ServiceClientCredentials;
6
- subscriptionId: string;
7
- apiVersion?: string;
8
- /**
9
- * Initializes a new instance of the StorageManagementClient class.
10
- * @param credentials Credentials needed for the client to connect to Azure.
11
- * @param subscriptionId The ID of the target subscription.
12
- * @param [options] The parameter options
13
- */
14
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.StorageManagementClientOptions);
15
- }
16
- //# sourceMappingURL=storageManagementClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storageManagementClientContext.d.ts","sourceRoot":"","sources":["../src/storageManagementClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,8BAA+B,SAAQ,WAAW,CAAC,kBAAkB;IAChF,WAAW,EAAE,MAAM,CAAC,wBAAwB,CAAC;IAC7C,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAiClI"}
@@ -1,56 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as msRestAzure from "@azure/ms-rest-azure-js";
12
- var packageName = "@azure/arm-storage-profile-2020-09-01-hybrid";
13
- var packageVersion = "1.0.0";
14
- var StorageManagementClientContext = /** @class */ (function (_super) {
15
- __extends(StorageManagementClientContext, _super);
16
- /**
17
- * Initializes a new instance of the StorageManagementClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure.
19
- * @param subscriptionId The ID of the target subscription.
20
- * @param [options] The parameter options
21
- */
22
- function StorageManagementClientContext(credentials, subscriptionId, options) {
23
- var _this = this;
24
- if (credentials == undefined) {
25
- throw new Error('\'credentials\' cannot be null.');
26
- }
27
- if (subscriptionId == undefined) {
28
- throw new Error('\'subscriptionId\' cannot be null.');
29
- }
30
- if (!options) {
31
- options = {};
32
- }
33
- if (!options.userAgent) {
34
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
35
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
36
- }
37
- _this = _super.call(this, credentials, options) || this;
38
- _this.apiVersion = '2019-06-01';
39
- _this.acceptLanguage = 'en-US';
40
- _this.longRunningOperationRetryTimeout = 30;
41
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
42
- _this.requestContentType = "application/json; charset=utf-8";
43
- _this.credentials = credentials;
44
- _this.subscriptionId = subscriptionId;
45
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
46
- _this.acceptLanguage = options.acceptLanguage;
47
- }
48
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
49
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
50
- }
51
- return _this;
52
- }
53
- return StorageManagementClientContext;
54
- }(msRestAzure.AzureServiceClient));
55
- export { StorageManagementClientContext };
56
- //# sourceMappingURL=storageManagementClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storageManagementClientContext.js","sourceRoot":"","sources":["../src/storageManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,8CAA8C,CAAC;AACnE,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAoD,kDAA8B;IAKhF;;;;;OAKG;IACH,wCAAY,WAA4C,EAAE,cAAsB,EAAE,OAA+C;QAAjI,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAG,CAAC,OAAO,CAAC,SAAS,EAAE;YACrB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAG,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC1E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAG,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC9G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,qCAAC;AAAD,CAAC,AA5CD,CAAoD,WAAW,CAAC,kBAAkB,GA4CjF"}
@@ -1,59 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- ActiveDirectoryProperties,
11
- AzureEntityResource,
12
- AzureFilesIdentityBasedAuthentication,
13
- BaseResource,
14
- BlobRestoreParameters,
15
- BlobRestoreRange,
16
- BlobRestoreStatus,
17
- CloudError,
18
- CustomDomain,
19
- DateAfterCreation,
20
- DateAfterModification,
21
- Encryption,
22
- EncryptionScope,
23
- EncryptionScopeKeyVaultProperties,
24
- EncryptionScopeListResult,
25
- EncryptionService,
26
- EncryptionServices,
27
- Endpoints,
28
- ErrorResponse,
29
- GeoReplicationStats,
30
- Identity,
31
- IPRule,
32
- KeyVaultProperties,
33
- ManagementPolicy,
34
- ManagementPolicyAction,
35
- ManagementPolicyBaseBlob,
36
- ManagementPolicyDefinition,
37
- ManagementPolicyFilter,
38
- ManagementPolicyRule,
39
- ManagementPolicySchema,
40
- ManagementPolicySnapShot,
41
- NetworkRuleSet,
42
- ObjectReplicationPolicy,
43
- ObjectReplicationPolicyFilter,
44
- ObjectReplicationPolicyRule,
45
- PrivateEndpoint,
46
- PrivateEndpointConnection,
47
- PrivateLinkResource,
48
- PrivateLinkServiceConnectionState,
49
- ProxyResource,
50
- Resource,
51
- RoutingPreference,
52
- Sku,
53
- StorageAccount,
54
- StorageAccountInternetEndpoints,
55
- StorageAccountMicrosoftEndpoints,
56
- TagFilter,
57
- TrackedResource,
58
- VirtualNetworkRule
59
- } from "../models/mappers";
@@ -1,57 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- ActiveDirectoryProperties,
11
- AzureEntityResource,
12
- AzureFilesIdentityBasedAuthentication,
13
- BaseResource,
14
- BlobRestoreParameters,
15
- BlobRestoreRange,
16
- BlobRestoreStatus,
17
- CloudError,
18
- CustomDomain,
19
- DateAfterCreation,
20
- DateAfterModification,
21
- Encryption,
22
- EncryptionScope,
23
- EncryptionScopeKeyVaultProperties,
24
- EncryptionService,
25
- EncryptionServices,
26
- Endpoints,
27
- GeoReplicationStats,
28
- Identity,
29
- IPRule,
30
- KeyVaultProperties,
31
- ManagementPolicy,
32
- ManagementPolicyAction,
33
- ManagementPolicyBaseBlob,
34
- ManagementPolicyDefinition,
35
- ManagementPolicyFilter,
36
- ManagementPolicyRule,
37
- ManagementPolicySchema,
38
- ManagementPolicySnapShot,
39
- NetworkRuleSet,
40
- ObjectReplicationPolicy,
41
- ObjectReplicationPolicyFilter,
42
- ObjectReplicationPolicyRule,
43
- PrivateEndpoint,
44
- PrivateEndpointConnection,
45
- PrivateLinkResource,
46
- PrivateLinkServiceConnectionState,
47
- ProxyResource,
48
- Resource,
49
- RoutingPreference,
50
- Sku,
51
- StorageAccount,
52
- StorageAccountInternetEndpoints,
53
- StorageAccountMicrosoftEndpoints,
54
- TagFilter,
55
- TrackedResource,
56
- VirtualNetworkRule
57
- } from "../models/mappers";
@@ -1,58 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- ActiveDirectoryProperties,
11
- AzureEntityResource,
12
- AzureFilesIdentityBasedAuthentication,
13
- BaseResource,
14
- BlobRestoreParameters,
15
- BlobRestoreRange,
16
- BlobRestoreStatus,
17
- CustomDomain,
18
- DateAfterCreation,
19
- DateAfterModification,
20
- Encryption,
21
- EncryptionScope,
22
- EncryptionScopeKeyVaultProperties,
23
- EncryptionService,
24
- EncryptionServices,
25
- Endpoints,
26
- ErrorResponse,
27
- GeoReplicationStats,
28
- Identity,
29
- IPRule,
30
- KeyVaultProperties,
31
- ManagementPolicy,
32
- ManagementPolicyAction,
33
- ManagementPolicyBaseBlob,
34
- ManagementPolicyDefinition,
35
- ManagementPolicyFilter,
36
- ManagementPolicyRule,
37
- ManagementPolicySchema,
38
- ManagementPolicySnapShot,
39
- NetworkRuleSet,
40
- ObjectReplicationPolicies,
41
- ObjectReplicationPolicy,
42
- ObjectReplicationPolicyFilter,
43
- ObjectReplicationPolicyRule,
44
- PrivateEndpoint,
45
- PrivateEndpointConnection,
46
- PrivateLinkResource,
47
- PrivateLinkServiceConnectionState,
48
- ProxyResource,
49
- Resource,
50
- RoutingPreference,
51
- Sku,
52
- StorageAccount,
53
- StorageAccountInternetEndpoints,
54
- StorageAccountMicrosoftEndpoints,
55
- TagFilter,
56
- TrackedResource,
57
- VirtualNetworkRule
58
- } from "../models/mappers";
@@ -1,17 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CloudError,
11
- Dimension,
12
- MetricSpecification,
13
- Operation,
14
- OperationDisplay,
15
- OperationListResult,
16
- ServiceSpecification
17
- } from "../models/mappers";
@@ -1,59 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- ActiveDirectoryProperties,
11
- AzureEntityResource,
12
- AzureFilesIdentityBasedAuthentication,
13
- BaseResource,
14
- BlobRestoreParameters,
15
- BlobRestoreRange,
16
- BlobRestoreStatus,
17
- CloudError,
18
- CustomDomain,
19
- DateAfterCreation,
20
- DateAfterModification,
21
- Encryption,
22
- EncryptionScope,
23
- EncryptionScopeKeyVaultProperties,
24
- EncryptionService,
25
- EncryptionServices,
26
- Endpoints,
27
- ErrorResponse,
28
- GeoReplicationStats,
29
- Identity,
30
- IPRule,
31
- KeyVaultProperties,
32
- ManagementPolicy,
33
- ManagementPolicyAction,
34
- ManagementPolicyBaseBlob,
35
- ManagementPolicyDefinition,
36
- ManagementPolicyFilter,
37
- ManagementPolicyRule,
38
- ManagementPolicySchema,
39
- ManagementPolicySnapShot,
40
- NetworkRuleSet,
41
- ObjectReplicationPolicy,
42
- ObjectReplicationPolicyFilter,
43
- ObjectReplicationPolicyRule,
44
- PrivateEndpoint,
45
- PrivateEndpointConnection,
46
- PrivateEndpointConnectionListResult,
47
- PrivateLinkResource,
48
- PrivateLinkServiceConnectionState,
49
- ProxyResource,
50
- Resource,
51
- RoutingPreference,
52
- Sku,
53
- StorageAccount,
54
- StorageAccountInternetEndpoints,
55
- StorageAccountMicrosoftEndpoints,
56
- TagFilter,
57
- TrackedResource,
58
- VirtualNetworkRule
59
- } from "../models/mappers";
@@ -1,58 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- ActiveDirectoryProperties,
11
- AzureEntityResource,
12
- AzureFilesIdentityBasedAuthentication,
13
- BaseResource,
14
- BlobRestoreParameters,
15
- BlobRestoreRange,
16
- BlobRestoreStatus,
17
- CloudError,
18
- CustomDomain,
19
- DateAfterCreation,
20
- DateAfterModification,
21
- Encryption,
22
- EncryptionScope,
23
- EncryptionScopeKeyVaultProperties,
24
- EncryptionService,
25
- EncryptionServices,
26
- Endpoints,
27
- GeoReplicationStats,
28
- Identity,
29
- IPRule,
30
- KeyVaultProperties,
31
- ManagementPolicy,
32
- ManagementPolicyAction,
33
- ManagementPolicyBaseBlob,
34
- ManagementPolicyDefinition,
35
- ManagementPolicyFilter,
36
- ManagementPolicyRule,
37
- ManagementPolicySchema,
38
- ManagementPolicySnapShot,
39
- NetworkRuleSet,
40
- ObjectReplicationPolicy,
41
- ObjectReplicationPolicyFilter,
42
- ObjectReplicationPolicyRule,
43
- PrivateEndpoint,
44
- PrivateEndpointConnection,
45
- PrivateLinkResource,
46
- PrivateLinkResourceListResult,
47
- PrivateLinkServiceConnectionState,
48
- ProxyResource,
49
- Resource,
50
- RoutingPreference,
51
- Sku,
52
- StorageAccount,
53
- StorageAccountInternetEndpoints,
54
- StorageAccountMicrosoftEndpoints,
55
- TagFilter,
56
- TrackedResource,
57
- VirtualNetworkRule
58
- } from "../models/mappers";
@@ -1,15 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CloudError,
11
- Restriction,
12
- SKUCapability,
13
- SkuInformation,
14
- StorageSkuListResult
15
- } from "../models/mappers";
@@ -1,69 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- AccountSasParameters,
11
- ActiveDirectoryProperties,
12
- AzureEntityResource,
13
- AzureFilesIdentityBasedAuthentication,
14
- BaseResource,
15
- BlobRestoreParameters,
16
- BlobRestoreRange,
17
- BlobRestoreStatus,
18
- CheckNameAvailabilityResult,
19
- CloudError,
20
- CustomDomain,
21
- DateAfterCreation,
22
- DateAfterModification,
23
- Encryption,
24
- EncryptionScope,
25
- EncryptionScopeKeyVaultProperties,
26
- EncryptionService,
27
- EncryptionServices,
28
- Endpoints,
29
- GeoReplicationStats,
30
- Identity,
31
- IPRule,
32
- KeyVaultProperties,
33
- ListAccountSasResponse,
34
- ListServiceSasResponse,
35
- ManagementPolicy,
36
- ManagementPolicyAction,
37
- ManagementPolicyBaseBlob,
38
- ManagementPolicyDefinition,
39
- ManagementPolicyFilter,
40
- ManagementPolicyRule,
41
- ManagementPolicySchema,
42
- ManagementPolicySnapShot,
43
- NetworkRuleSet,
44
- ObjectReplicationPolicy,
45
- ObjectReplicationPolicyFilter,
46
- ObjectReplicationPolicyRule,
47
- PrivateEndpoint,
48
- PrivateEndpointConnection,
49
- PrivateLinkResource,
50
- PrivateLinkServiceConnectionState,
51
- ProxyResource,
52
- Resource,
53
- RoutingPreference,
54
- ServiceSasParameters,
55
- Sku,
56
- StorageAccount,
57
- StorageAccountCheckNameAvailabilityParameters,
58
- StorageAccountCreateParameters,
59
- StorageAccountInternetEndpoints,
60
- StorageAccountKey,
61
- StorageAccountListKeysResult,
62
- StorageAccountListResult,
63
- StorageAccountMicrosoftEndpoints,
64
- StorageAccountRegenerateKeyParameters,
65
- StorageAccountUpdateParameters,
66
- TagFilter,
67
- TrackedResource,
68
- VirtualNetworkRule
69
- } from "../models/mappers";
@@ -1,14 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CloudError,
11
- Usage,
12
- UsageListResult,
13
- UsageName
14
- } from "../models/mappers";