@azure/arm-netapp 14.1.1 → 15.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 (309) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +71 -79
  4. package/dist/index.js +8881 -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 +2374 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +162 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +76 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +2254 -1426
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +46 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +319 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/netAppManagementClient.d.ts +31 -0
  29. package/dist-esm/src/netAppManagementClient.d.ts.map +1 -0
  30. package/dist-esm/src/netAppManagementClient.js +64 -0
  31. package/dist-esm/src/netAppManagementClient.js.map +1 -0
  32. package/dist-esm/src/operations/accountBackups.d.ts +55 -0
  33. package/dist-esm/src/operations/accountBackups.d.ts.map +1 -0
  34. package/dist-esm/src/operations/accountBackups.js +195 -0
  35. package/dist-esm/src/operations/accountBackups.js.map +1 -0
  36. package/dist-esm/src/operations/accounts.d.ts +107 -0
  37. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  38. package/dist-esm/src/operations/accounts.js +482 -0
  39. package/dist-esm/src/operations/accounts.js.map +1 -0
  40. package/dist-esm/src/operations/backupPolicies.d.ts +91 -0
  41. package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -0
  42. package/dist-esm/src/operations/backupPolicies.js +365 -0
  43. package/dist-esm/src/operations/backupPolicies.js.map +1 -0
  44. package/dist-esm/src/operations/backups.d.ts +125 -0
  45. package/dist-esm/src/operations/backups.d.ts.map +1 -0
  46. package/dist-esm/src/operations/backups.js +484 -0
  47. package/dist-esm/src/operations/backups.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/dist-esm/src/operations/index.js +21 -0
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/netAppResource.d.ts +40 -0
  53. package/dist-esm/src/operations/netAppResource.d.ts.map +1 -0
  54. package/dist-esm/src/operations/netAppResource.js +133 -0
  55. package/dist-esm/src/operations/netAppResource.js.map +1 -0
  56. package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts +35 -0
  57. package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
  58. package/dist-esm/src/operations/netAppResourceQuotaLimits.js +122 -0
  59. package/dist-esm/src/operations/netAppResourceQuotaLimits.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +26 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +88 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/pools.d.ts +99 -0
  65. package/dist-esm/src/operations/pools.d.ts.map +1 -0
  66. package/dist-esm/src/operations/pools.js +401 -0
  67. package/dist-esm/src/operations/pools.js.map +1 -0
  68. package/dist-esm/src/operations/snapshotPolicies.d.ts +90 -0
  69. package/dist-esm/src/operations/snapshotPolicies.d.ts.map +1 -0
  70. package/dist-esm/src/operations/snapshotPolicies.js +346 -0
  71. package/dist-esm/src/operations/snapshotPolicies.js.map +1 -0
  72. package/dist-esm/src/operations/snapshots.d.ts +109 -0
  73. package/dist-esm/src/operations/snapshots.d.ts.map +1 -0
  74. package/dist-esm/src/operations/snapshots.js +423 -0
  75. package/dist-esm/src/operations/snapshots.js.map +1 -0
  76. package/dist-esm/src/operations/vaults.d.ts +30 -0
  77. package/dist-esm/src/operations/vaults.d.ts.map +1 -0
  78. package/dist-esm/src/operations/vaults.js +97 -0
  79. package/dist-esm/src/operations/vaults.js.map +1 -0
  80. package/dist-esm/src/operations/volumeGroups.d.ts +73 -0
  81. package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -0
  82. package/dist-esm/src/operations/volumeGroups.js +278 -0
  83. package/dist-esm/src/operations/volumeGroups.js.map +1 -0
  84. package/dist-esm/src/operations/volumes.d.ts +254 -0
  85. package/dist-esm/src/operations/volumes.d.ts.map +1 -0
  86. package/dist-esm/src/operations/volumes.js +956 -0
  87. package/dist-esm/src/operations/volumes.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/accountBackups.d.ts +38 -0
  89. package/dist-esm/src/operationsInterfaces/accountBackups.d.ts.map +1 -0
  90. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/accountBackups.js} +2 -10
  91. package/dist-esm/src/operationsInterfaces/accountBackups.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/accounts.d.ts +71 -0
  93. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  94. package/{src/models/netAppResourceMappers.ts → dist-esm/src/operationsInterfaces/accounts.js} +2 -8
  95. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +74 -0
  97. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  98. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/backupPolicies.js} +2 -2
  99. package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/backups.d.ts +106 -0
  101. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/backups.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/backups.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/index.d.ts +14 -0
  105. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/index.js +21 -0
  107. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/netAppResource.d.ts +32 -0
  109. package/dist-esm/src/operationsInterfaces/netAppResource.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/netAppResource.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/netAppResource.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts +19 -0
  113. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  117. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/pools.d.ts +74 -0
  121. package/dist-esm/src/operationsInterfaces/pools.d.ts.map +1 -0
  122. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/pools.js} +2 -1
  123. package/dist-esm/src/operationsInterfaces/pools.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts +73 -0
  125. package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/snapshotPolicies.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/snapshotPolicies.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/snapshots.d.ts +90 -0
  129. package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/snapshots.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/snapshots.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/vaults.d.ts +13 -0
  133. package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/vaults.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/vaults.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +56 -0
  137. package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/volumeGroups.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/volumeGroups.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/volumes.d.ts +227 -0
  141. package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/volumes.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/volumes.js.map +1 -0
  144. package/dist-esm/test/sampleTest.d.ts +2 -0
  145. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  146. package/dist-esm/test/sampleTest.js +40 -0
  147. package/dist-esm/test/sampleTest.js.map +1 -0
  148. package/package.json +70 -32
  149. package/review/arm-netapp.api.md +1681 -0
  150. package/rollup.config.js +181 -30
  151. package/src/index.ts +12 -0
  152. package/src/lroImpl.ts +34 -0
  153. package/src/models/index.ts +1977 -2621
  154. package/src/models/mappers.ts +2392 -1509
  155. package/src/models/parameters.ts +281 -51
  156. package/src/netAppManagementClient.ts +128 -0
  157. package/src/operations/accountBackups.ts +187 -132
  158. package/src/operations/accounts.ts +506 -243
  159. package/src/operations/backupPolicies.ts +390 -223
  160. package/src/operations/backups.ts +486 -313
  161. package/src/operations/index.ts +3 -2
  162. package/src/operations/netAppResource.ts +112 -204
  163. package/src/operations/netAppResourceQuotaLimits.ts +150 -0
  164. package/src/operations/operations.ts +65 -43
  165. package/src/operations/pools.ts +430 -263
  166. package/src/operations/snapshotPolicies.ts +352 -282
  167. package/src/operations/snapshots.ts +459 -231
  168. package/src/operations/vaults.ts +81 -51
  169. package/src/operations/volumeGroups.ts +408 -0
  170. package/src/operations/volumes.ts +1101 -637
  171. package/src/operationsInterfaces/accountBackups.ts +72 -0
  172. package/src/operationsInterfaces/accounts.ts +139 -0
  173. package/src/operationsInterfaces/backupPolicies.ts +147 -0
  174. package/src/operationsInterfaces/backups.ts +202 -0
  175. package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +4 -3
  176. package/src/operationsInterfaces/netAppResource.ts +66 -0
  177. package/src/operationsInterfaces/netAppResourceQuotaLimits.ts +40 -0
  178. package/src/operationsInterfaces/operations.ts +22 -0
  179. package/src/operationsInterfaces/pools.ts +144 -0
  180. package/src/operationsInterfaces/snapshotPolicies.ts +142 -0
  181. package/src/operationsInterfaces/snapshots.ts +178 -0
  182. package/src/operationsInterfaces/vaults.ts +26 -0
  183. package/src/operationsInterfaces/volumeGroups.ts +110 -0
  184. package/src/operationsInterfaces/volumes.ts +413 -0
  185. package/tsconfig.json +3 -3
  186. package/types/arm-netapp.d.ts +3485 -0
  187. package/types/tsdoc-metadata.json +11 -0
  188. package/dist/arm-netapp.js +0 -7016
  189. package/dist/arm-netapp.js.map +0 -1
  190. package/dist/arm-netapp.min.js +0 -1
  191. package/dist/arm-netapp.min.js.map +0 -1
  192. package/esm/azureNetAppFilesManagementClient.d.ts +0 -35
  193. package/esm/azureNetAppFilesManagementClient.d.ts.map +0 -1
  194. package/esm/azureNetAppFilesManagementClient.js +0 -48
  195. package/esm/azureNetAppFilesManagementClient.js.map +0 -1
  196. package/esm/azureNetAppFilesManagementClientContext.d.ts +0 -23
  197. package/esm/azureNetAppFilesManagementClientContext.d.ts.map +0 -1
  198. package/esm/azureNetAppFilesManagementClientContext.js +0 -61
  199. package/esm/azureNetAppFilesManagementClientContext.js.map +0 -1
  200. package/esm/models/accountBackupsMappers.d.ts +0 -2
  201. package/esm/models/accountBackupsMappers.d.ts.map +0 -1
  202. package/esm/models/accountBackupsMappers.js +0 -9
  203. package/esm/models/accountBackupsMappers.js.map +0 -1
  204. package/esm/models/accountsMappers.d.ts +0 -2
  205. package/esm/models/accountsMappers.d.ts.map +0 -1
  206. package/esm/models/accountsMappers.js +0 -9
  207. package/esm/models/accountsMappers.js.map +0 -1
  208. package/esm/models/backupPoliciesMappers.d.ts +0 -2
  209. package/esm/models/backupPoliciesMappers.d.ts.map +0 -1
  210. package/esm/models/backupPoliciesMappers.js +0 -9
  211. package/esm/models/backupPoliciesMappers.js.map +0 -1
  212. package/esm/models/backupsMappers.d.ts +0 -2
  213. package/esm/models/backupsMappers.d.ts.map +0 -1
  214. package/esm/models/backupsMappers.js +0 -9
  215. package/esm/models/backupsMappers.js.map +0 -1
  216. package/esm/models/index.d.ts +0 -3070
  217. package/esm/models/index.d.ts.map +0 -1
  218. package/esm/models/index.js.map +0 -1
  219. package/esm/models/mappers.d.ts +0 -65
  220. package/esm/models/mappers.d.ts.map +0 -1
  221. package/esm/models/mappers.js.map +0 -1
  222. package/esm/models/netAppResourceMappers.d.ts +0 -2
  223. package/esm/models/netAppResourceMappers.d.ts.map +0 -1
  224. package/esm/models/netAppResourceMappers.js +0 -9
  225. package/esm/models/netAppResourceMappers.js.map +0 -1
  226. package/esm/models/operationsMappers.d.ts +0 -2
  227. package/esm/models/operationsMappers.d.ts.map +0 -1
  228. package/esm/models/operationsMappers.js.map +0 -1
  229. package/esm/models/parameters.d.ts +0 -15
  230. package/esm/models/parameters.d.ts.map +0 -1
  231. package/esm/models/parameters.js +0 -158
  232. package/esm/models/parameters.js.map +0 -1
  233. package/esm/models/poolsMappers.d.ts +0 -2
  234. package/esm/models/poolsMappers.d.ts.map +0 -1
  235. package/esm/models/poolsMappers.js +0 -9
  236. package/esm/models/poolsMappers.js.map +0 -1
  237. package/esm/models/snapshotPoliciesMappers.d.ts +0 -2
  238. package/esm/models/snapshotPoliciesMappers.d.ts.map +0 -1
  239. package/esm/models/snapshotPoliciesMappers.js +0 -9
  240. package/esm/models/snapshotPoliciesMappers.js.map +0 -1
  241. package/esm/models/snapshotsMappers.d.ts +0 -2
  242. package/esm/models/snapshotsMappers.d.ts.map +0 -1
  243. package/esm/models/snapshotsMappers.js +0 -9
  244. package/esm/models/snapshotsMappers.js.map +0 -1
  245. package/esm/models/vaultsMappers.d.ts +0 -2
  246. package/esm/models/vaultsMappers.d.ts.map +0 -1
  247. package/esm/models/vaultsMappers.js +0 -9
  248. package/esm/models/vaultsMappers.js.map +0 -1
  249. package/esm/models/volumesMappers.d.ts +0 -2
  250. package/esm/models/volumesMappers.d.ts.map +0 -1
  251. package/esm/models/volumesMappers.js +0 -9
  252. package/esm/models/volumesMappers.js.map +0 -1
  253. package/esm/operations/accountBackups.d.ts +0 -81
  254. package/esm/operations/accountBackups.d.ts.map +0 -1
  255. package/esm/operations/accountBackups.js +0 -145
  256. package/esm/operations/accountBackups.js.map +0 -1
  257. package/esm/operations/accounts.d.ts +0 -132
  258. package/esm/operations/accounts.d.ts.map +0 -1
  259. package/esm/operations/accounts.js +0 -288
  260. package/esm/operations/accounts.js.map +0 -1
  261. package/esm/operations/backupPolicies.d.ts +0 -125
  262. package/esm/operations/backupPolicies.d.ts.map +0 -1
  263. package/esm/operations/backupPolicies.js +0 -277
  264. package/esm/operations/backupPolicies.js.map +0 -1
  265. package/esm/operations/backups.d.ts +0 -203
  266. package/esm/operations/backups.d.ts.map +0 -1
  267. package/esm/operations/backups.js +0 -379
  268. package/esm/operations/backups.js.map +0 -1
  269. package/esm/operations/index.d.ts.map +0 -1
  270. package/esm/operations/index.js.map +0 -1
  271. package/esm/operations/netAppResource.d.ts +0 -115
  272. package/esm/operations/netAppResource.d.ts.map +0 -1
  273. package/esm/operations/netAppResource.js +0 -145
  274. package/esm/operations/netAppResource.js.map +0 -1
  275. package/esm/operations/operations.d.ts +0 -29
  276. package/esm/operations/operations.d.ts.map +0 -1
  277. package/esm/operations/operations.js +0 -50
  278. package/esm/operations/operations.js.map +0 -1
  279. package/esm/operations/pools.d.ts +0 -144
  280. package/esm/operations/pools.d.ts.map +0 -1
  281. package/esm/operations/pools.js +0 -302
  282. package/esm/operations/pools.js.map +0 -1
  283. package/esm/operations/snapshotPolicies.d.ts +0 -149
  284. package/esm/operations/snapshotPolicies.d.ts.map +0 -1
  285. package/esm/operations/snapshotPolicies.js +0 -281
  286. package/esm/operations/snapshotPolicies.js.map +0 -1
  287. package/esm/operations/snapshots.d.ts +0 -149
  288. package/esm/operations/snapshots.d.ts.map +0 -1
  289. package/esm/operations/snapshots.js +0 -312
  290. package/esm/operations/snapshots.js.map +0 -1
  291. package/esm/operations/vaults.d.ts +0 -35
  292. package/esm/operations/vaults.d.ts.map +0 -1
  293. package/esm/operations/vaults.js +0 -57
  294. package/esm/operations/vaults.js.map +0 -1
  295. package/esm/operations/volumes.d.ts +0 -344
  296. package/esm/operations/volumes.d.ts.map +0 -1
  297. package/esm/operations/volumes.js +0 -800
  298. package/esm/operations/volumes.js.map +0 -1
  299. package/src/azureNetAppFilesManagementClient.ts +0 -68
  300. package/src/azureNetAppFilesManagementClientContext.ts +0 -68
  301. package/src/models/accountBackupsMappers.ts +0 -44
  302. package/src/models/accountsMappers.ts +0 -44
  303. package/src/models/backupPoliciesMappers.ts +0 -44
  304. package/src/models/backupsMappers.ts +0 -46
  305. package/src/models/poolsMappers.ts +0 -44
  306. package/src/models/snapshotPoliciesMappers.ts +0 -46
  307. package/src/models/snapshotsMappers.ts +0 -44
  308. package/src/models/vaultsMappers.ts +0 -44
  309. package/src/models/volumesMappers.ts +0 -49
@@ -1,3070 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Display metadata associated with the operation.
6
- */
7
- export interface OperationDisplay {
8
- /**
9
- * Service provider: Microsoft NetApp.
10
- */
11
- provider?: string;
12
- /**
13
- * Resource on which the operation is performed etc.
14
- */
15
- resource?: string;
16
- /**
17
- * Type of operation: get, read, delete, etc.
18
- */
19
- operation?: string;
20
- /**
21
- * Operation description.
22
- */
23
- description?: string;
24
- }
25
- /**
26
- * Dimension of blobs, possibly be blob type or access tier.
27
- */
28
- export interface Dimension {
29
- /**
30
- * Display name of dimension.
31
- */
32
- name?: string;
33
- /**
34
- * Display name of dimension.
35
- */
36
- displayName?: string;
37
- }
38
- /**
39
- * Metric specification of operation.
40
- */
41
- export interface MetricSpecification {
42
- /**
43
- * Name of metric specification.
44
- */
45
- name?: string;
46
- /**
47
- * Display name of metric specification.
48
- */
49
- displayName?: string;
50
- /**
51
- * Display description of metric specification.
52
- */
53
- displayDescription?: string;
54
- /**
55
- * Unit could be Bytes or Count.
56
- */
57
- unit?: string;
58
- /**
59
- * Dimensions of blobs, including blob type and access tier.
60
- */
61
- dimensions?: Dimension[];
62
- /**
63
- * Aggregation type could be Average.
64
- */
65
- aggregationType?: string;
66
- /**
67
- * The property to decide fill gap with zero or not.
68
- */
69
- fillGapWithZero?: boolean;
70
- /**
71
- * The category this metric specification belong to, could be Capacity.
72
- */
73
- category?: string;
74
- /**
75
- * Account Resource Id.
76
- */
77
- resourceIdDimensionNameOverride?: string;
78
- }
79
- /**
80
- * One property of operation, include metric specifications.
81
- */
82
- export interface ServiceSpecification {
83
- /**
84
- * Metric specifications of operation.
85
- */
86
- metricSpecifications?: MetricSpecification[];
87
- }
88
- /**
89
- * Microsoft.NetApp REST API operation definition.
90
- */
91
- export interface Operation {
92
- /**
93
- * Operation name: {provider}/{resource}/{operation}
94
- */
95
- name?: string;
96
- /**
97
- * Display metadata associated with the operation.
98
- */
99
- display?: OperationDisplay;
100
- /**
101
- * The origin of operations.
102
- */
103
- origin?: string;
104
- /**
105
- * One property of operation, include metric specifications.
106
- */
107
- serviceSpecification?: ServiceSpecification;
108
- }
109
- /**
110
- * Information regarding availability of a resource.
111
- */
112
- export interface CheckAvailabilityResponse {
113
- /**
114
- * <code>true</code> indicates name is valid and available. <code>false</code> indicates the name
115
- * is invalid, unavailable, or both.
116
- */
117
- isAvailable?: boolean;
118
- /**
119
- * <code>Invalid</code> indicates the name provided does not match Azure App Service naming
120
- * requirements. <code>AlreadyExists</code> indicates that the name is already in use and is
121
- * therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists'
122
- */
123
- reason?: InAvailabilityReasonType;
124
- /**
125
- * If reason == invalid, provide the user with the reason why the given name is invalid, and
126
- * provide the resource naming requirements so that the user can select a valid name. If reason
127
- * == AlreadyExists, explain that resource name is already in use, and direct them to select a
128
- * different name.
129
- */
130
- message?: string;
131
- }
132
- /**
133
- * Resource name availability request content.
134
- */
135
- export interface ResourceNameAvailabilityRequest {
136
- /**
137
- * Resource name to verify.
138
- */
139
- name: string;
140
- /**
141
- * Resource type used for verification. Possible values include:
142
- * 'Microsoft.NetApp/netAppAccounts', 'Microsoft.NetApp/netAppAccounts/capacityPools',
143
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
144
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
145
- */
146
- type: CheckNameResourceTypes;
147
- /**
148
- * Resource group name.
149
- */
150
- resourceGroup: string;
151
- }
152
- /**
153
- * File path availability request content - availability is based on the name and the subnetId.
154
- */
155
- export interface FilePathAvailabilityRequest {
156
- /**
157
- * File path to verify.
158
- */
159
- name: string;
160
- /**
161
- * The Azure Resource URI for a delegated subnet. Must have the delegation
162
- * Microsoft.NetApp/volumes
163
- */
164
- subnetId: string;
165
- }
166
- /**
167
- * Quota availability request content.
168
- */
169
- export interface QuotaAvailabilityRequest {
170
- /**
171
- * Name of the resource to verify.
172
- */
173
- name: string;
174
- /**
175
- * Resource type used for verification. Possible values include:
176
- * 'Microsoft.NetApp/netAppAccounts', 'Microsoft.NetApp/netAppAccounts/capacityPools',
177
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
178
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
179
- */
180
- type: CheckQuotaNameResourceTypes;
181
- /**
182
- * Resource group name.
183
- */
184
- resourceGroup: string;
185
- }
186
- /**
187
- * Active Directory
188
- */
189
- export interface ActiveDirectory {
190
- /**
191
- * Id of the Active Directory
192
- */
193
- activeDirectoryId?: string;
194
- /**
195
- * Username of Active Directory domain administrator
196
- */
197
- username?: string;
198
- /**
199
- * Plain text password of Active Directory domain administrator, value is masked in the response
200
- */
201
- password?: string;
202
- /**
203
- * Name of the Active Directory domain
204
- */
205
- domain?: string;
206
- /**
207
- * Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain
208
- */
209
- dns?: string;
210
- /**
211
- * Status of the Active Directory. Possible values include: 'Created', 'InUse', 'Deleted',
212
- * 'Error', 'Updating'
213
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
214
- */
215
- readonly status?: ActiveDirectoryStatus;
216
- /**
217
- * Any details in regards to the Status of the Active Directory
218
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
219
- */
220
- readonly statusDetails?: string;
221
- /**
222
- * NetBIOS name of the SMB server. This name will be registered as a computer account in the AD
223
- * and used to mount volumes
224
- */
225
- smbServerName?: string;
226
- /**
227
- * The Organizational Unit (OU) within the Windows Active Directory. Default value:
228
- * 'CN=Computers'.
229
- */
230
- organizationalUnit?: string;
231
- /**
232
- * The Active Directory site the service will limit Domain Controller discovery to
233
- */
234
- site?: string;
235
- /**
236
- * Users to be added to the Built-in Backup Operator active directory group. A list of unique
237
- * usernames without domain specifier
238
- */
239
- backupOperators?: string[];
240
- /**
241
- * Users to be added to the Built-in Administrators active directory group. A list of unique
242
- * usernames without domain specifier
243
- */
244
- administrators?: string[];
245
- /**
246
- * kdc server IP addresses for the active directory machine. This optional parameter is used only
247
- * while creating kerberos volume.
248
- */
249
- kdcIP?: string;
250
- /**
251
- * Name of the active directory machine. This optional parameter is used only while creating
252
- * kerberos volume
253
- */
254
- adName?: string;
255
- /**
256
- * When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active
257
- * Directory Certificate Service's self-signed root CA certificate, this optional parameter is
258
- * used only for dual protocol with LDAP user-mapping volumes.
259
- */
260
- serverRootCACertificate?: string;
261
- /**
262
- * If enabled, AES encryption will be enabled for SMB communication.
263
- */
264
- aesEncryption?: boolean;
265
- /**
266
- * Specifies whether or not the LDAP traffic needs to be signed.
267
- */
268
- ldapSigning?: boolean;
269
- /**
270
- * Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB
271
- * Continuously available shares for SQL). A list of unique usernames without domain specifier
272
- */
273
- securityOperators?: string[];
274
- /**
275
- * Specifies whether or not the LDAP traffic needs to be secured via TLS.
276
- */
277
- ldapOverTLS?: boolean;
278
- /**
279
- * If enabled, NFS client local users can also (in addition to LDAP users) access the NFS
280
- * volumes.
281
- */
282
- allowLocalNfsUsersWithLdap?: boolean;
283
- }
284
- /**
285
- * Encryption settings
286
- */
287
- export interface AccountEncryption {
288
- /**
289
- * Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
290
- */
291
- keySource?: string;
292
- }
293
- /**
294
- * Metadata pertaining to creation and last modification of the resource.
295
- */
296
- export interface SystemData {
297
- /**
298
- * The identity that created the resource.
299
- */
300
- createdBy?: string;
301
- /**
302
- * The type of identity that created the resource. Possible values include: 'User',
303
- * 'Application', 'ManagedIdentity', 'Key'
304
- */
305
- createdByType?: CreatedByType;
306
- /**
307
- * The timestamp of resource creation (UTC).
308
- */
309
- createdAt?: Date;
310
- /**
311
- * The identity that last modified the resource.
312
- */
313
- lastModifiedBy?: string;
314
- /**
315
- * The type of identity that last modified the resource. Possible values include: 'User',
316
- * 'Application', 'ManagedIdentity', 'Key'
317
- */
318
- lastModifiedByType?: CreatedByType;
319
- /**
320
- * The timestamp of resource last modification (UTC)
321
- */
322
- lastModifiedAt?: Date;
323
- }
324
- /**
325
- * NetApp account resource
326
- */
327
- export interface NetAppAccount extends BaseResource {
328
- /**
329
- * Resource location
330
- */
331
- location: string;
332
- /**
333
- * Resource Id
334
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
335
- */
336
- readonly id?: string;
337
- /**
338
- * Resource name
339
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
340
- */
341
- readonly name?: string;
342
- /**
343
- * Resource type
344
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
345
- */
346
- readonly type?: string;
347
- /**
348
- * Resource tags
349
- */
350
- tags?: {
351
- [propertyName: string]: string;
352
- };
353
- /**
354
- * Azure lifecycle management
355
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
356
- */
357
- readonly provisioningState?: string;
358
- /**
359
- * Active Directories
360
- */
361
- activeDirectories?: ActiveDirectory[];
362
- /**
363
- * Encryption settings
364
- */
365
- encryption?: AccountEncryption;
366
- /**
367
- * The system meta data relating to this resource.
368
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
369
- */
370
- readonly systemData?: SystemData;
371
- }
372
- /**
373
- * NetApp account patch resource
374
- */
375
- export interface NetAppAccountPatch extends BaseResource {
376
- /**
377
- * Resource location
378
- */
379
- location?: string;
380
- /**
381
- * Resource Id
382
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
383
- */
384
- readonly id?: string;
385
- /**
386
- * Resource name
387
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
388
- */
389
- readonly name?: string;
390
- /**
391
- * Resource type
392
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
393
- */
394
- readonly type?: string;
395
- /**
396
- * Resource tags
397
- */
398
- tags?: {
399
- [propertyName: string]: string;
400
- };
401
- /**
402
- * Azure lifecycle management
403
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
404
- */
405
- readonly provisioningState?: string;
406
- /**
407
- * Active Directories
408
- */
409
- activeDirectories?: ActiveDirectory[];
410
- /**
411
- * Encryption settings
412
- */
413
- encryption?: AccountEncryption;
414
- }
415
- /**
416
- * Capacity pool resource
417
- */
418
- export interface CapacityPool extends BaseResource {
419
- /**
420
- * Resource location
421
- */
422
- location: string;
423
- /**
424
- * Resource Id
425
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
426
- */
427
- readonly id?: string;
428
- /**
429
- * Resource name
430
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
431
- */
432
- readonly name?: string;
433
- /**
434
- * Resource type
435
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
436
- */
437
- readonly type?: string;
438
- /**
439
- * Resource tags
440
- */
441
- tags?: {
442
- [propertyName: string]: string;
443
- };
444
- /**
445
- * poolId. UUID v4 used to identify the Pool
446
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
447
- */
448
- readonly poolId?: string;
449
- /**
450
- * size. Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must
451
- * be multiply of 4398046511104).
452
- */
453
- size: number;
454
- /**
455
- * serviceLevel. The service level of the file system. Possible values include: 'Standard',
456
- * 'Premium', 'Ultra'. Default value: 'Premium'.
457
- */
458
- serviceLevel: ServiceLevel;
459
- /**
460
- * Azure lifecycle management
461
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
462
- */
463
- readonly provisioningState?: string;
464
- /**
465
- * Total throughput of pool in Mibps
466
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
467
- */
468
- readonly totalThroughputMibps?: number;
469
- /**
470
- * Utilized throughput of pool in Mibps
471
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
472
- */
473
- readonly utilizedThroughputMibps?: number;
474
- /**
475
- * qosType. The qos type of the pool. Possible values include: 'Auto', 'Manual'. Default value:
476
- * 'Auto'.
477
- */
478
- qosType?: QosType;
479
- /**
480
- * If enabled (true) the pool can contain cool Access enabled volumes. Default value: false.
481
- */
482
- coolAccess?: boolean;
483
- }
484
- /**
485
- * Capacity pool patch resource
486
- */
487
- export interface CapacityPoolPatch extends BaseResource {
488
- /**
489
- * Resource location
490
- */
491
- location?: string;
492
- /**
493
- * Resource Id
494
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
495
- */
496
- readonly id?: string;
497
- /**
498
- * Resource name
499
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
500
- */
501
- readonly name?: string;
502
- /**
503
- * Resource type
504
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
505
- */
506
- readonly type?: string;
507
- /**
508
- * Resource tags
509
- */
510
- tags?: {
511
- [propertyName: string]: string;
512
- };
513
- /**
514
- * size. Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must
515
- * be multiply of 4398046511104). Default value: 4398046511104.
516
- */
517
- size?: number;
518
- /**
519
- * qosType. The qos type of the pool. Possible values include: 'Auto', 'Manual'. Default value:
520
- * 'Auto'.
521
- */
522
- qosType?: QosType;
523
- }
524
- /**
525
- * Volume Export Policy Rule
526
- */
527
- export interface ExportPolicyRule {
528
- /**
529
- * Order index
530
- */
531
- ruleIndex?: number;
532
- /**
533
- * Read only access
534
- */
535
- unixReadOnly?: boolean;
536
- /**
537
- * Read and write access
538
- */
539
- unixReadWrite?: boolean;
540
- /**
541
- * Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later. Default value:
542
- * false.
543
- */
544
- kerberos5ReadOnly?: boolean;
545
- /**
546
- * Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later. Default
547
- * value: false.
548
- */
549
- kerberos5ReadWrite?: boolean;
550
- /**
551
- * Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later. Default
552
- * value: false.
553
- */
554
- kerberos5iReadOnly?: boolean;
555
- /**
556
- * Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later. Default
557
- * value: false.
558
- */
559
- kerberos5iReadWrite?: boolean;
560
- /**
561
- * Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later. Default
562
- * value: false.
563
- */
564
- kerberos5pReadOnly?: boolean;
565
- /**
566
- * Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later. Default
567
- * value: false.
568
- */
569
- kerberos5pReadWrite?: boolean;
570
- /**
571
- * Allows CIFS protocol
572
- */
573
- cifs?: boolean;
574
- /**
575
- * Allows NFSv3 protocol. Enable only for NFSv3 type volumes
576
- */
577
- nfsv3?: boolean;
578
- /**
579
- * Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
580
- */
581
- nfsv41?: boolean;
582
- /**
583
- * Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses
584
- * and host names
585
- */
586
- allowedClients?: string;
587
- /**
588
- * Has root access to volume. Default value: true.
589
- */
590
- hasRootAccess?: boolean;
591
- /**
592
- * This parameter specifies who is authorized to change the ownership of a file. restricted -
593
- * Only root user can change the ownership of the file. unrestricted - Non-root users can change
594
- * ownership of files that they own. Possible values include: 'Restricted', 'Unrestricted'.
595
- * Default value: 'Restricted'.
596
- */
597
- chownMode?: ChownMode;
598
- }
599
- /**
600
- * Set of export policy rules
601
- * @summary exportPolicy
602
- */
603
- export interface VolumePropertiesExportPolicy {
604
- /**
605
- * Export policy rule. Export policy rule
606
- */
607
- rules?: ExportPolicyRule[];
608
- }
609
- /**
610
- * Mount target properties
611
- */
612
- export interface MountTargetProperties {
613
- /**
614
- * mountTargetId. UUID v4 used to identify the MountTarget
615
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
616
- */
617
- readonly mountTargetId?: string;
618
- /**
619
- * fileSystemId. UUID v4 used to identify the MountTarget
620
- */
621
- fileSystemId: string;
622
- /**
623
- * ipAddress. The mount target's IPv4 address
624
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
625
- */
626
- readonly ipAddress?: string;
627
- /**
628
- * smbServerFQDN. The SMB server's Fully Qualified Domain Name, FQDN
629
- */
630
- smbServerFqdn?: string;
631
- }
632
- /**
633
- * Volume Backup Properties
634
- */
635
- export interface VolumeBackupProperties {
636
- /**
637
- * Backup Policy Resource ID
638
- */
639
- backupPolicyId?: string;
640
- /**
641
- * Policy Enforced
642
- */
643
- policyEnforced?: boolean;
644
- /**
645
- * Vault Resource ID
646
- */
647
- vaultId?: string;
648
- /**
649
- * Backup Enabled
650
- */
651
- backupEnabled?: boolean;
652
- }
653
- /**
654
- * Replication properties
655
- */
656
- export interface ReplicationObject {
657
- /**
658
- * Id
659
- */
660
- replicationId?: string;
661
- /**
662
- * Indicates whether the local volume is the source or destination for the Volume Replication.
663
- * Possible values include: 'src', 'dst'
664
- */
665
- endpointType?: EndpointType;
666
- /**
667
- * Schedule. Possible values include: '_10minutely', 'hourly', 'daily'
668
- */
669
- replicationSchedule: ReplicationSchedule;
670
- /**
671
- * The resource ID of the remote volume.
672
- */
673
- remoteVolumeResourceId: string;
674
- /**
675
- * The remote region for the other end of the Volume Replication.
676
- */
677
- remoteVolumeRegion?: string;
678
- }
679
- /**
680
- * Volume Snapshot Properties
681
- */
682
- export interface VolumeSnapshotProperties {
683
- /**
684
- * Snapshot Policy ResourceId
685
- */
686
- snapshotPolicyId?: string;
687
- }
688
- /**
689
- * DataProtection type volumes include an object containing details of the replication
690
- * @summary DataProtection
691
- */
692
- export interface VolumePropertiesDataProtection {
693
- /**
694
- * Backup. Backup Properties
695
- */
696
- backup?: VolumeBackupProperties;
697
- /**
698
- * Replication. Replication properties
699
- */
700
- replication?: ReplicationObject;
701
- /**
702
- * Snapshot. Snapshot properties.
703
- */
704
- snapshot?: VolumeSnapshotProperties;
705
- }
706
- /**
707
- * Volume resource
708
- */
709
- export interface Volume extends BaseResource {
710
- /**
711
- * Resource location
712
- */
713
- location: string;
714
- /**
715
- * Resource Id
716
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
717
- */
718
- readonly id?: string;
719
- /**
720
- * Resource name
721
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
722
- */
723
- readonly name?: string;
724
- /**
725
- * Resource type
726
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
727
- */
728
- readonly type?: string;
729
- /**
730
- * Resource tags
731
- */
732
- tags?: {
733
- [propertyName: string]: string;
734
- };
735
- /**
736
- * FileSystem ID. Unique FileSystem Identifier.
737
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
738
- */
739
- readonly fileSystemId?: string;
740
- /**
741
- * Creation Token or File Path. A unique file path for the volume. Used when creating mount
742
- * targets
743
- */
744
- creationToken: string;
745
- /**
746
- * serviceLevel. The service level of the file system. Possible values include: 'Standard',
747
- * 'Premium', 'Ultra'. Default value: 'Premium'.
748
- */
749
- serviceLevel?: ServiceLevel;
750
- /**
751
- * usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
752
- * used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
753
- * Default value: 107374182400.
754
- */
755
- usageThreshold: number;
756
- /**
757
- * exportPolicy. Set of export policy rules
758
- */
759
- exportPolicy?: VolumePropertiesExportPolicy;
760
- /**
761
- * protocolTypes. Set of protocol types, default NFSv3, CIFS for SMB protocol
762
- */
763
- protocolTypes?: string[];
764
- /**
765
- * Azure lifecycle management
766
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
767
- */
768
- readonly provisioningState?: string;
769
- /**
770
- * Snapshot ID. UUID v4 or resource identifier used to identify the Snapshot.
771
- */
772
- snapshotId?: string;
773
- /**
774
- * Backup ID. UUID v4 or resource identifier used to identify the Backup.
775
- */
776
- backupId?: string;
777
- /**
778
- * Baremetal Tenant ID. Unique Baremetal Tenant Identifier.
779
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
780
- */
781
- readonly baremetalTenantId?: string;
782
- /**
783
- * The Azure Resource URI for a delegated subnet. Must have the delegation
784
- * Microsoft.NetApp/volumes
785
- */
786
- subnetId: string;
787
- /**
788
- * mountTargets. List of mount targets
789
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
790
- */
791
- readonly mountTargets?: MountTargetProperties[];
792
- /**
793
- * What type of volume is this
794
- */
795
- volumeType?: string;
796
- /**
797
- * DataProtection. DataProtection type volumes include an object containing details of the
798
- * replication
799
- */
800
- dataProtection?: VolumePropertiesDataProtection;
801
- /**
802
- * Restoring
803
- */
804
- isRestoring?: boolean;
805
- /**
806
- * If enabled (true) the volume will contain a read-only snapshot directory which provides access
807
- * to each of the volume's snapshots (default to true). Default value: true.
808
- */
809
- snapshotDirectoryVisible?: boolean;
810
- /**
811
- * Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later.
812
- * Default value: false.
813
- */
814
- kerberosEnabled?: boolean;
815
- /**
816
- * The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS
817
- * protocol. Possible values include: 'ntfs', 'unix'. Default value: 'unix'.
818
- */
819
- securityStyle?: SecurityStyle;
820
- /**
821
- * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be
822
- * used with swagger version 2020-08-01 or later. Default value: false.
823
- */
824
- smbEncryption?: boolean;
825
- /**
826
- * Enables continuously available share property for smb volume. Only applicable for SMB volume.
827
- * Default value: false.
828
- */
829
- smbContinuouslyAvailable?: boolean;
830
- /**
831
- * Maximum throughput in Mibps that can be achieved by this volume. Default value: 0.
832
- */
833
- throughputMibps?: number;
834
- /**
835
- * Encryption Key Source. Possible values are: 'Microsoft.NetApp'
836
- */
837
- encryptionKeySource?: string;
838
- /**
839
- * Specifies whether LDAP is enabled or not for a given NFS volume. Default value: false.
840
- */
841
- ldapEnabled?: boolean;
842
- /**
843
- * Specifies whether Cool Access(tiering) is enabled for the volume. Default value: false.
844
- */
845
- coolAccess?: boolean;
846
- /**
847
- * Specifies the number of days after which data that is not accessed by clients will be tiered.
848
- */
849
- coolnessPeriod?: number;
850
- /**
851
- * UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set
852
- * user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for
853
- * the owner of the file: read (4), write (2) and execute (1). Third selects permissions for
854
- * other users in the same group. the fourth for other users not in the group. 0755 - gives
855
- * read/write/execute permissions to owner and read/execute to group and other users.
856
- */
857
- unixPermissions?: string;
858
- }
859
- /**
860
- * Identity for the resource.
861
- */
862
- export interface ResourceIdentity {
863
- /**
864
- * Object id of the identity resource
865
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
866
- */
867
- readonly principalId?: string;
868
- /**
869
- * The tenant id of the resource
870
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
871
- */
872
- readonly tenantId?: string;
873
- /**
874
- * Type of Identity. Supported values are: 'None', 'SystemAssigned'
875
- */
876
- type?: string;
877
- }
878
- /**
879
- * Replication status
880
- */
881
- export interface ReplicationStatus {
882
- /**
883
- * Replication health check
884
- */
885
- healthy?: boolean;
886
- /**
887
- * Status of the mirror relationship. Possible values include: 'Idle', 'Transferring'
888
- */
889
- relationshipStatus?: RelationshipStatus;
890
- /**
891
- * The status of the replication. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
892
- */
893
- mirrorState?: MirrorState;
894
- /**
895
- * The progress of the replication
896
- */
897
- totalProgress?: string;
898
- /**
899
- * Displays error message if the replication is in an error state
900
- */
901
- errorMessage?: string;
902
- }
903
- /**
904
- * Set of export policy rules
905
- * @summary exportPolicy
906
- */
907
- export interface VolumePatchPropertiesExportPolicy {
908
- /**
909
- * Export policy rule. Export policy rule
910
- */
911
- rules?: ExportPolicyRule[];
912
- }
913
- /**
914
- * DataProtection type volumes include an object containing details of the replication
915
- * @summary DataProtection
916
- */
917
- export interface VolumePatchPropertiesDataProtection {
918
- /**
919
- * Backup. Backup Properties
920
- */
921
- backup?: VolumeBackupProperties;
922
- /**
923
- * Snapshot. Snapshot properties.
924
- */
925
- snapshot?: VolumeSnapshotProperties;
926
- }
927
- /**
928
- * Volume patch resource
929
- */
930
- export interface VolumePatch extends BaseResource {
931
- /**
932
- * Resource location
933
- */
934
- location?: string;
935
- /**
936
- * Resource Id
937
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
938
- */
939
- readonly id?: string;
940
- /**
941
- * Resource name
942
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
943
- */
944
- readonly name?: string;
945
- /**
946
- * Resource type
947
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
948
- */
949
- readonly type?: string;
950
- /**
951
- * Resource tags
952
- */
953
- tags?: {
954
- [propertyName: string]: string;
955
- };
956
- /**
957
- * serviceLevel. The service level of the file system. Possible values include: 'Standard',
958
- * 'Premium', 'Ultra'. Default value: 'Premium'.
959
- */
960
- serviceLevel?: ServiceLevel;
961
- /**
962
- * usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
963
- * used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
964
- * Default value: 107374182400.
965
- */
966
- usageThreshold?: number;
967
- /**
968
- * exportPolicy. Set of export policy rules
969
- */
970
- exportPolicy?: VolumePatchPropertiesExportPolicy;
971
- /**
972
- * Maximum throughput in Mibps that can be achieved by this volume.
973
- */
974
- throughputMibps?: number;
975
- /**
976
- * DataProtection. DataProtection type volumes include an object containing details of the
977
- * replication
978
- */
979
- dataProtection?: VolumePatchPropertiesDataProtection;
980
- }
981
- /**
982
- * Mount Target
983
- */
984
- export interface MountTarget {
985
- /**
986
- * Resource location
987
- */
988
- location: string;
989
- /**
990
- * Resource Id
991
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
992
- */
993
- readonly id?: string;
994
- /**
995
- * Resource name
996
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
997
- */
998
- readonly name?: string;
999
- /**
1000
- * Resource type
1001
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1002
- */
1003
- readonly type?: string;
1004
- /**
1005
- * Resource tags
1006
- */
1007
- tags?: {
1008
- [propertyName: string]: string;
1009
- };
1010
- /**
1011
- * mountTargetId. UUID v4 used to identify the MountTarget
1012
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1013
- */
1014
- readonly mountTargetId?: string;
1015
- /**
1016
- * fileSystemId. UUID v4 used to identify the MountTarget
1017
- */
1018
- fileSystemId: string;
1019
- /**
1020
- * ipAddress. The mount target's IPv4 address
1021
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1022
- */
1023
- readonly ipAddress?: string;
1024
- /**
1025
- * smbServerFQDN. The SMB server's Fully Qualified Domain Name, FQDN
1026
- */
1027
- smbServerFqdn?: string;
1028
- }
1029
- /**
1030
- * Snapshot of a Volume
1031
- */
1032
- export interface Snapshot extends BaseResource {
1033
- /**
1034
- * Resource location
1035
- */
1036
- location: string;
1037
- /**
1038
- * Resource Id
1039
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1040
- */
1041
- readonly id?: string;
1042
- /**
1043
- * Resource name
1044
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1045
- */
1046
- readonly name?: string;
1047
- /**
1048
- * Resource type
1049
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1050
- */
1051
- readonly type?: string;
1052
- /**
1053
- * snapshotId. UUID v4 used to identify the Snapshot
1054
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1055
- */
1056
- readonly snapshotId?: string;
1057
- /**
1058
- * name. The creation date of the snapshot
1059
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1060
- */
1061
- readonly created?: Date;
1062
- /**
1063
- * Azure lifecycle management
1064
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1065
- */
1066
- readonly provisioningState?: string;
1067
- }
1068
- /**
1069
- * Hourly Schedule properties
1070
- */
1071
- export interface HourlySchedule {
1072
- /**
1073
- * Hourly snapshot count to keep
1074
- */
1075
- snapshotsToKeep?: number;
1076
- /**
1077
- * Indicates which minute snapshot should be taken
1078
- */
1079
- minute?: number;
1080
- /**
1081
- * Resource size in bytes, current storage usage for the volume in bytes
1082
- */
1083
- usedBytes?: number;
1084
- }
1085
- /**
1086
- * Daily Schedule properties
1087
- */
1088
- export interface DailySchedule {
1089
- /**
1090
- * Daily snapshot count to keep
1091
- */
1092
- snapshotsToKeep?: number;
1093
- /**
1094
- * Indicates which hour in UTC timezone a snapshot should be taken
1095
- */
1096
- hour?: number;
1097
- /**
1098
- * Indicates which minute snapshot should be taken
1099
- */
1100
- minute?: number;
1101
- /**
1102
- * Resource size in bytes, current storage usage for the volume in bytes
1103
- */
1104
- usedBytes?: number;
1105
- }
1106
- /**
1107
- * Weekly Schedule properties, make a snapshot every week at a specific day or days
1108
- */
1109
- export interface WeeklySchedule {
1110
- /**
1111
- * Weekly snapshot count to keep
1112
- */
1113
- snapshotsToKeep?: number;
1114
- /**
1115
- * Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day
1116
- * names in english
1117
- */
1118
- day?: string;
1119
- /**
1120
- * Indicates which hour in UTC timezone a snapshot should be taken
1121
- */
1122
- hour?: number;
1123
- /**
1124
- * Indicates which minute snapshot should be taken
1125
- */
1126
- minute?: number;
1127
- /**
1128
- * Resource size in bytes, current storage usage for the volume in bytes
1129
- */
1130
- usedBytes?: number;
1131
- }
1132
- /**
1133
- * Monthly Schedule properties
1134
- */
1135
- export interface MonthlySchedule {
1136
- /**
1137
- * Monthly snapshot count to keep
1138
- */
1139
- snapshotsToKeep?: number;
1140
- /**
1141
- * Indicates which days of the month snapshot should be taken. A comma delimited string.
1142
- */
1143
- daysOfMonth?: string;
1144
- /**
1145
- * Indicates which hour in UTC timezone a snapshot should be taken
1146
- */
1147
- hour?: number;
1148
- /**
1149
- * Indicates which minute snapshot should be taken
1150
- */
1151
- minute?: number;
1152
- /**
1153
- * Resource size in bytes, current storage usage for the volume in bytes
1154
- */
1155
- usedBytes?: number;
1156
- }
1157
- /**
1158
- * Snapshot policy information
1159
- */
1160
- export interface SnapshotPolicy extends BaseResource {
1161
- /**
1162
- * Resource location
1163
- */
1164
- location: string;
1165
- /**
1166
- * Resource Id
1167
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1168
- */
1169
- readonly id?: string;
1170
- /**
1171
- * Resource name
1172
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1173
- */
1174
- readonly name?: string;
1175
- /**
1176
- * Resource type
1177
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1178
- */
1179
- readonly type?: string;
1180
- /**
1181
- * Resource tags
1182
- */
1183
- tags?: {
1184
- [propertyName: string]: string;
1185
- };
1186
- /**
1187
- * hourlySchedule. Schedule for hourly snapshots
1188
- */
1189
- hourlySchedule?: HourlySchedule;
1190
- /**
1191
- * dailySchedule. Schedule for daily snapshots
1192
- */
1193
- dailySchedule?: DailySchedule;
1194
- /**
1195
- * weeklySchedule. Schedule for weekly snapshots
1196
- */
1197
- weeklySchedule?: WeeklySchedule;
1198
- /**
1199
- * monthlySchedule. Schedule for monthly snapshots
1200
- */
1201
- monthlySchedule?: MonthlySchedule;
1202
- /**
1203
- * The property to decide policy is enabled or not
1204
- */
1205
- enabled?: boolean;
1206
- /**
1207
- * Azure lifecycle management
1208
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1209
- */
1210
- readonly provisioningState?: string;
1211
- }
1212
- /**
1213
- * Snapshot policy properties
1214
- */
1215
- export interface SnapshotPolicyDetails {
1216
- /**
1217
- * Resource location
1218
- */
1219
- location?: string;
1220
- /**
1221
- * Resource Id
1222
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1223
- */
1224
- readonly id?: string;
1225
- /**
1226
- * Resource name
1227
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1228
- */
1229
- readonly name?: string;
1230
- /**
1231
- * Resource type
1232
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1233
- */
1234
- readonly type?: string;
1235
- /**
1236
- * Resource tags
1237
- */
1238
- tags?: {
1239
- [propertyName: string]: string;
1240
- };
1241
- /**
1242
- * hourlySchedule. Schedule for hourly snapshots
1243
- */
1244
- hourlySchedule?: HourlySchedule;
1245
- /**
1246
- * dailySchedule. Schedule for daily snapshots
1247
- */
1248
- dailySchedule?: DailySchedule;
1249
- /**
1250
- * weeklySchedule. Schedule for weekly snapshots
1251
- */
1252
- weeklySchedule?: WeeklySchedule;
1253
- /**
1254
- * monthlySchedule. Schedule for monthly snapshots
1255
- */
1256
- monthlySchedule?: MonthlySchedule;
1257
- /**
1258
- * The property to decide policy is enabled or not
1259
- */
1260
- enabled?: boolean;
1261
- /**
1262
- * Azure lifecycle management
1263
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1264
- */
1265
- readonly provisioningState?: string;
1266
- }
1267
- /**
1268
- * Snapshot policy Details for create and update
1269
- */
1270
- export interface SnapshotPolicyPatch {
1271
- /**
1272
- * Resource location
1273
- */
1274
- location?: string;
1275
- /**
1276
- * Resource Id
1277
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1278
- */
1279
- readonly id?: string;
1280
- /**
1281
- * Resource name
1282
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1283
- */
1284
- readonly name?: string;
1285
- /**
1286
- * Resource type
1287
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1288
- */
1289
- readonly type?: string;
1290
- /**
1291
- * Resource tags
1292
- */
1293
- tags?: {
1294
- [propertyName: string]: string;
1295
- };
1296
- /**
1297
- * hourlySchedule. Schedule for hourly snapshots
1298
- */
1299
- hourlySchedule?: HourlySchedule;
1300
- /**
1301
- * dailySchedule. Schedule for daily snapshots
1302
- */
1303
- dailySchedule?: DailySchedule;
1304
- /**
1305
- * weeklySchedule. Schedule for weekly snapshots
1306
- */
1307
- weeklySchedule?: WeeklySchedule;
1308
- /**
1309
- * monthlySchedule. Schedule for monthly snapshots
1310
- */
1311
- monthlySchedule?: MonthlySchedule;
1312
- /**
1313
- * The property to decide policy is enabled or not
1314
- */
1315
- enabled?: boolean;
1316
- /**
1317
- * Azure lifecycle management
1318
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1319
- */
1320
- readonly provisioningState?: string;
1321
- }
1322
- /**
1323
- * Volumes associated with snapshot policy
1324
- */
1325
- export interface SnapshotPolicyVolumeList {
1326
- /**
1327
- * List of volumes
1328
- */
1329
- value?: any[];
1330
- }
1331
- /**
1332
- * revert a volume to the snapshot
1333
- */
1334
- export interface VolumeRevert {
1335
- /**
1336
- * Resource id of the snapshot
1337
- */
1338
- snapshotId?: string;
1339
- }
1340
- /**
1341
- * Authorize request
1342
- */
1343
- export interface AuthorizeRequest {
1344
- /**
1345
- * Resource id of the remote volume
1346
- */
1347
- remoteVolumeResourceId?: string;
1348
- }
1349
- /**
1350
- * Break replication request
1351
- */
1352
- export interface BreakReplicationRequest {
1353
- /**
1354
- * If replication is in status transferring and you want to force break the replication, set to
1355
- * true
1356
- */
1357
- forceBreakReplication?: boolean;
1358
- }
1359
- /**
1360
- * Pool change request
1361
- */
1362
- export interface PoolChangeRequest {
1363
- /**
1364
- * Resource id of the pool to move volume to
1365
- */
1366
- newPoolResourceId: string;
1367
- }
1368
- /**
1369
- * Backup of a Volume
1370
- */
1371
- export interface Backup extends BaseResource {
1372
- /**
1373
- * Resource location
1374
- */
1375
- location: string;
1376
- /**
1377
- * Resource Id
1378
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1379
- */
1380
- readonly id?: string;
1381
- /**
1382
- * Resource name
1383
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1384
- */
1385
- readonly name?: string;
1386
- /**
1387
- * Resource type
1388
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1389
- */
1390
- readonly type?: string;
1391
- /**
1392
- * backupId. UUID v4 used to identify the Backup
1393
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1394
- */
1395
- readonly backupId?: string;
1396
- /**
1397
- * name. The creation date of the backup
1398
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1399
- */
1400
- readonly creationDate?: Date;
1401
- /**
1402
- * Azure lifecycle management
1403
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1404
- */
1405
- readonly provisioningState?: string;
1406
- /**
1407
- * Size of backup
1408
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1409
- */
1410
- readonly size?: number;
1411
- /**
1412
- * Label for backup
1413
- */
1414
- label?: string;
1415
- /**
1416
- * backupType. Type of backup Manual or Scheduled. Possible values include: 'Manual', 'Scheduled'
1417
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1418
- */
1419
- readonly backupType?: BackupType;
1420
- /**
1421
- * Failure reason
1422
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1423
- */
1424
- readonly failureReason?: string;
1425
- /**
1426
- * Volume name
1427
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1428
- */
1429
- readonly volumeName?: string;
1430
- /**
1431
- * Manual backup an already existing snapshot. This will always be false for scheduled backups
1432
- * and true/false for manual backups. Default value: false.
1433
- */
1434
- useExistingSnapshot?: boolean;
1435
- }
1436
- /**
1437
- * Backup patch
1438
- */
1439
- export interface BackupPatch extends BaseResource {
1440
- /**
1441
- * Resource tags
1442
- */
1443
- tags?: {
1444
- [propertyName: string]: string;
1445
- };
1446
- /**
1447
- * backupId. UUID v4 used to identify the Backup
1448
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1449
- */
1450
- readonly backupId?: string;
1451
- /**
1452
- * name. The creation date of the backup
1453
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1454
- */
1455
- readonly creationDate?: Date;
1456
- /**
1457
- * Azure lifecycle management
1458
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1459
- */
1460
- readonly provisioningState?: string;
1461
- /**
1462
- * Size of backup
1463
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1464
- */
1465
- readonly size?: number;
1466
- /**
1467
- * Label for backup
1468
- */
1469
- label?: string;
1470
- /**
1471
- * backupType. Type of backup Manual or Scheduled. Possible values include: 'Manual', 'Scheduled'
1472
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1473
- */
1474
- readonly backupType?: BackupType;
1475
- /**
1476
- * Failure reason
1477
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1478
- */
1479
- readonly failureReason?: string;
1480
- /**
1481
- * Volume name
1482
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1483
- */
1484
- readonly volumeName?: string;
1485
- /**
1486
- * Manual backup an already existing snapshot. This will always be false for scheduled backups
1487
- * and true/false for manual backups. Default value: false.
1488
- */
1489
- useExistingSnapshot?: boolean;
1490
- }
1491
- /**
1492
- * Volume details using the backup policy
1493
- */
1494
- export interface VolumeBackups {
1495
- /**
1496
- * Volume name
1497
- */
1498
- volumeName?: string;
1499
- /**
1500
- * Total count of backups for volume
1501
- */
1502
- backupsCount?: number;
1503
- /**
1504
- * Policy enabled
1505
- */
1506
- policyEnabled?: boolean;
1507
- }
1508
- /**
1509
- * Backup policy information
1510
- */
1511
- export interface BackupPolicy extends BaseResource {
1512
- /**
1513
- * Resource location
1514
- */
1515
- location: string;
1516
- /**
1517
- * Resource Id
1518
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1519
- */
1520
- readonly id?: string;
1521
- /**
1522
- * Resource name
1523
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1524
- */
1525
- readonly name?: string;
1526
- /**
1527
- * Resource type
1528
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1529
- */
1530
- readonly type?: string;
1531
- /**
1532
- * Resource tags
1533
- */
1534
- tags?: {
1535
- [propertyName: string]: string;
1536
- };
1537
- /**
1538
- * Name of backup policy
1539
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1540
- */
1541
- readonly name1?: string;
1542
- /**
1543
- * Azure lifecycle management
1544
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1545
- */
1546
- readonly provisioningState?: string;
1547
- /**
1548
- * Daily backups count to keep
1549
- */
1550
- dailyBackupsToKeep?: number;
1551
- /**
1552
- * Weekly backups count to keep
1553
- */
1554
- weeklyBackupsToKeep?: number;
1555
- /**
1556
- * Monthly backups count to keep
1557
- */
1558
- monthlyBackupsToKeep?: number;
1559
- /**
1560
- * Yearly backups count to keep
1561
- */
1562
- yearlyBackupsToKeep?: number;
1563
- /**
1564
- * Volumes using current backup policy
1565
- */
1566
- volumesAssigned?: number;
1567
- /**
1568
- * The property to decide policy is enabled or not
1569
- */
1570
- enabled?: boolean;
1571
- /**
1572
- * A list of volumes assigned to this policy
1573
- */
1574
- volumeBackups?: VolumeBackups[];
1575
- }
1576
- /**
1577
- * Backup policy properties
1578
- */
1579
- export interface BackupPolicyDetails extends BaseResource {
1580
- /**
1581
- * Resource location
1582
- */
1583
- location?: string;
1584
- /**
1585
- * Resource Id
1586
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1587
- */
1588
- readonly id?: string;
1589
- /**
1590
- * Resource name
1591
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1592
- */
1593
- readonly name?: string;
1594
- /**
1595
- * Resource type
1596
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1597
- */
1598
- readonly type?: string;
1599
- /**
1600
- * Resource tags
1601
- */
1602
- tags?: {
1603
- [propertyName: string]: string;
1604
- };
1605
- /**
1606
- * Name of backup policy
1607
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1608
- */
1609
- readonly name1?: string;
1610
- /**
1611
- * Azure lifecycle management
1612
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1613
- */
1614
- readonly provisioningState?: string;
1615
- /**
1616
- * Daily backups count to keep
1617
- */
1618
- dailyBackupsToKeep?: number;
1619
- /**
1620
- * Weekly backups count to keep
1621
- */
1622
- weeklyBackupsToKeep?: number;
1623
- /**
1624
- * Monthly backups count to keep
1625
- */
1626
- monthlyBackupsToKeep?: number;
1627
- /**
1628
- * Yearly backups count to keep
1629
- */
1630
- yearlyBackupsToKeep?: number;
1631
- /**
1632
- * Volumes using current backup policy
1633
- */
1634
- volumesAssigned?: number;
1635
- /**
1636
- * The property to decide policy is enabled or not
1637
- */
1638
- enabled?: boolean;
1639
- /**
1640
- * A list of volumes assigned to this policy
1641
- */
1642
- volumeBackups?: VolumeBackups[];
1643
- }
1644
- /**
1645
- * Backup policy Details for create and update
1646
- */
1647
- export interface BackupPolicyPatch extends BaseResource {
1648
- /**
1649
- * Resource location
1650
- */
1651
- location?: string;
1652
- /**
1653
- * Resource Id
1654
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1655
- */
1656
- readonly id?: string;
1657
- /**
1658
- * Resource name
1659
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1660
- */
1661
- readonly name?: string;
1662
- /**
1663
- * Resource type
1664
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1665
- */
1666
- readonly type?: string;
1667
- /**
1668
- * Resource tags
1669
- */
1670
- tags?: {
1671
- [propertyName: string]: string;
1672
- };
1673
- /**
1674
- * Name of backup policy
1675
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1676
- */
1677
- readonly name1?: string;
1678
- /**
1679
- * Azure lifecycle management
1680
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1681
- */
1682
- readonly provisioningState?: string;
1683
- /**
1684
- * Daily backups count to keep
1685
- */
1686
- dailyBackupsToKeep?: number;
1687
- /**
1688
- * Weekly backups count to keep
1689
- */
1690
- weeklyBackupsToKeep?: number;
1691
- /**
1692
- * Monthly backups count to keep
1693
- */
1694
- monthlyBackupsToKeep?: number;
1695
- /**
1696
- * Yearly backups count to keep
1697
- */
1698
- yearlyBackupsToKeep?: number;
1699
- /**
1700
- * Volumes using current backup policy
1701
- */
1702
- volumesAssigned?: number;
1703
- /**
1704
- * The property to decide policy is enabled or not
1705
- */
1706
- enabled?: boolean;
1707
- /**
1708
- * A list of volumes assigned to this policy
1709
- */
1710
- volumeBackups?: VolumeBackups[];
1711
- }
1712
- /**
1713
- * Vault information
1714
- */
1715
- export interface Vault extends BaseResource {
1716
- /**
1717
- * Resource location
1718
- */
1719
- location: string;
1720
- /**
1721
- * Resource Id
1722
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1723
- */
1724
- readonly id?: string;
1725
- /**
1726
- * Resource name
1727
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1728
- */
1729
- readonly name?: string;
1730
- /**
1731
- * Resource type
1732
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1733
- */
1734
- readonly type?: string;
1735
- /**
1736
- * Vault Name
1737
- */
1738
- vaultName?: string;
1739
- }
1740
- /**
1741
- * Backup status
1742
- */
1743
- export interface BackupStatus {
1744
- /**
1745
- * Backup health status
1746
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1747
- */
1748
- readonly healthy?: boolean;
1749
- /**
1750
- * Status of the backup mirror relationship. Possible values include: 'Idle', 'Transferring'
1751
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1752
- */
1753
- readonly relationshipStatus?: RelationshipStatus;
1754
- /**
1755
- * The status of the backup. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
1756
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1757
- */
1758
- readonly mirrorState?: MirrorState;
1759
- /**
1760
- * Reason for the unhealthy backup relationship
1761
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1762
- */
1763
- readonly unhealthyReason?: string;
1764
- /**
1765
- * Displays error message if the backup is in an error state
1766
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1767
- */
1768
- readonly errorMessage?: string;
1769
- /**
1770
- * Displays the last transfer size
1771
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1772
- */
1773
- readonly lastTransferSize?: number;
1774
- /**
1775
- * Displays the last transfer type
1776
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1777
- */
1778
- readonly lastTransferType?: string;
1779
- /**
1780
- * Displays the total bytes transferred
1781
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1782
- */
1783
- readonly totalTransferBytes?: number;
1784
- }
1785
- /**
1786
- * Restore status
1787
- */
1788
- export interface RestoreStatus {
1789
- /**
1790
- * Restore health status
1791
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1792
- */
1793
- readonly healthy?: boolean;
1794
- /**
1795
- * Status of the restore SnapMirror relationship. Possible values include: 'Idle', 'Transferring'
1796
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1797
- */
1798
- readonly relationshipStatus?: RelationshipStatus;
1799
- /**
1800
- * The status of the restore. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
1801
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1802
- */
1803
- readonly mirrorState?: MirrorState;
1804
- /**
1805
- * Reason for the unhealthy restore relationship
1806
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1807
- */
1808
- readonly unhealthyReason?: string;
1809
- /**
1810
- * Displays error message if the restore is in an error state
1811
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1812
- */
1813
- readonly errorMessage?: string;
1814
- /**
1815
- * Displays the total bytes transferred
1816
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1817
- */
1818
- readonly totalTransferBytes?: number;
1819
- }
1820
- /**
1821
- * Optional Parameters.
1822
- */
1823
- export interface VolumesRevertOptionalParams extends msRest.RequestOptionsBase {
1824
- /**
1825
- * Resource id of the snapshot
1826
- */
1827
- snapshotId?: string;
1828
- }
1829
- /**
1830
- * Optional Parameters.
1831
- */
1832
- export interface VolumesBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
1833
- /**
1834
- * If replication is in status transferring and you want to force break the replication, set to
1835
- * true
1836
- */
1837
- forceBreakReplication?: boolean;
1838
- }
1839
- /**
1840
- * Optional Parameters.
1841
- */
1842
- export interface VolumesAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
1843
- /**
1844
- * Resource id of the remote volume
1845
- */
1846
- remoteVolumeResourceId?: string;
1847
- }
1848
- /**
1849
- * Optional Parameters.
1850
- */
1851
- export interface VolumesBeginRevertOptionalParams extends msRest.RequestOptionsBase {
1852
- /**
1853
- * Resource id of the snapshot
1854
- */
1855
- snapshotId?: string;
1856
- }
1857
- /**
1858
- * Optional Parameters.
1859
- */
1860
- export interface VolumesBeginBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
1861
- /**
1862
- * If replication is in status transferring and you want to force break the replication, set to
1863
- * true
1864
- */
1865
- forceBreakReplication?: boolean;
1866
- }
1867
- /**
1868
- * Optional Parameters.
1869
- */
1870
- export interface VolumesBeginAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
1871
- /**
1872
- * Resource id of the remote volume
1873
- */
1874
- remoteVolumeResourceId?: string;
1875
- }
1876
- /**
1877
- * Optional Parameters.
1878
- */
1879
- export interface BackupsUpdateOptionalParams extends msRest.RequestOptionsBase {
1880
- /**
1881
- * Backup object supplied in the body of the operation.
1882
- */
1883
- body?: BackupPatch;
1884
- }
1885
- /**
1886
- * Optional Parameters.
1887
- */
1888
- export interface BackupsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
1889
- /**
1890
- * Backup object supplied in the body of the operation.
1891
- */
1892
- body?: BackupPatch;
1893
- }
1894
- /**
1895
- * An interface representing AzureNetAppFilesManagementClientOptions.
1896
- */
1897
- export interface AzureNetAppFilesManagementClientOptions extends AzureServiceClientOptions {
1898
- baseUri?: string;
1899
- }
1900
- /**
1901
- * @interface
1902
- * Result of the request to list Cloud Volume operations. It contains a list of operations and a
1903
- * URL link to get the next set of results.
1904
- * @extends Array<Operation>
1905
- */
1906
- export interface OperationListResult extends Array<Operation> {
1907
- }
1908
- /**
1909
- * @interface
1910
- * List of NetApp account resources
1911
- * @extends Array<NetAppAccount>
1912
- */
1913
- export interface NetAppAccountList extends Array<NetAppAccount> {
1914
- /**
1915
- * URL to get the next set of results.
1916
- */
1917
- nextLink?: string;
1918
- }
1919
- /**
1920
- * @interface
1921
- * List of capacity pool resources
1922
- * @extends Array<CapacityPool>
1923
- */
1924
- export interface CapacityPoolList extends Array<CapacityPool> {
1925
- /**
1926
- * URL to get the next set of results.
1927
- */
1928
- nextLink?: string;
1929
- }
1930
- /**
1931
- * @interface
1932
- * List of volume resources
1933
- * @extends Array<Volume>
1934
- */
1935
- export interface VolumeList extends Array<Volume> {
1936
- /**
1937
- * URL to get the next set of results.
1938
- */
1939
- nextLink?: string;
1940
- }
1941
- /**
1942
- * @interface
1943
- * List of Snapshots
1944
- * @extends Array<Snapshot>
1945
- */
1946
- export interface SnapshotsList extends Array<Snapshot> {
1947
- }
1948
- /**
1949
- * @interface
1950
- * List of Snapshot Policies
1951
- * @extends Array<SnapshotPolicy>
1952
- */
1953
- export interface SnapshotPoliciesList extends Array<SnapshotPolicy> {
1954
- }
1955
- /**
1956
- * @interface
1957
- * List of Backups
1958
- * @extends Array<Backup>
1959
- */
1960
- export interface BackupsList extends Array<Backup> {
1961
- }
1962
- /**
1963
- * @interface
1964
- * List of Backup Policies
1965
- * @extends Array<BackupPolicy>
1966
- */
1967
- export interface BackupPoliciesList extends Array<BackupPolicy> {
1968
- }
1969
- /**
1970
- * @interface
1971
- * List of Vaults
1972
- * @extends Array<Vault>
1973
- */
1974
- export interface VaultList extends Array<Vault> {
1975
- }
1976
- /**
1977
- * Defines values for InAvailabilityReasonType.
1978
- * Possible values include: 'Invalid', 'AlreadyExists'
1979
- * @readonly
1980
- * @enum {string}
1981
- */
1982
- export declare type InAvailabilityReasonType = 'Invalid' | 'AlreadyExists';
1983
- /**
1984
- * Defines values for CheckNameResourceTypes.
1985
- * Possible values include: 'Microsoft.NetApp/netAppAccounts',
1986
- * 'Microsoft.NetApp/netAppAccounts/capacityPools',
1987
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
1988
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
1989
- * @readonly
1990
- * @enum {string}
1991
- */
1992
- export declare type CheckNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Microsoft.NetApp/netAppAccounts/capacityPools' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots';
1993
- /**
1994
- * Defines values for CheckQuotaNameResourceTypes.
1995
- * Possible values include: 'Microsoft.NetApp/netAppAccounts',
1996
- * 'Microsoft.NetApp/netAppAccounts/capacityPools',
1997
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
1998
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
1999
- * @readonly
2000
- * @enum {string}
2001
- */
2002
- export declare type CheckQuotaNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Microsoft.NetApp/netAppAccounts/capacityPools' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots';
2003
- /**
2004
- * Defines values for ActiveDirectoryStatus.
2005
- * Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating'
2006
- * @readonly
2007
- * @enum {string}
2008
- */
2009
- export declare type ActiveDirectoryStatus = 'Created' | 'InUse' | 'Deleted' | 'Error' | 'Updating';
2010
- /**
2011
- * Defines values for CreatedByType.
2012
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
2013
- * @readonly
2014
- * @enum {string}
2015
- */
2016
- export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
2017
- /**
2018
- * Defines values for ServiceLevel.
2019
- * Possible values include: 'Standard', 'Premium', 'Ultra'
2020
- * @readonly
2021
- * @enum {string}
2022
- */
2023
- export declare type ServiceLevel = 'Standard' | 'Premium' | 'Ultra';
2024
- /**
2025
- * Defines values for QosType.
2026
- * Possible values include: 'Auto', 'Manual'
2027
- * @readonly
2028
- * @enum {string}
2029
- */
2030
- export declare type QosType = 'Auto' | 'Manual';
2031
- /**
2032
- * Defines values for ChownMode.
2033
- * Possible values include: 'Restricted', 'Unrestricted'
2034
- * @readonly
2035
- * @enum {string}
2036
- */
2037
- export declare type ChownMode = 'Restricted' | 'Unrestricted';
2038
- /**
2039
- * Defines values for EndpointType.
2040
- * Possible values include: 'src', 'dst'
2041
- * @readonly
2042
- * @enum {string}
2043
- */
2044
- export declare type EndpointType = 'src' | 'dst';
2045
- /**
2046
- * Defines values for ReplicationSchedule.
2047
- * Possible values include: '_10minutely', 'hourly', 'daily'
2048
- * @readonly
2049
- * @enum {string}
2050
- */
2051
- export declare type ReplicationSchedule = '_10minutely' | 'hourly' | 'daily';
2052
- /**
2053
- * Defines values for SecurityStyle.
2054
- * Possible values include: 'ntfs', 'unix'
2055
- * @readonly
2056
- * @enum {string}
2057
- */
2058
- export declare type SecurityStyle = 'ntfs' | 'unix';
2059
- /**
2060
- * Defines values for RelationshipStatus.
2061
- * Possible values include: 'Idle', 'Transferring'
2062
- * @readonly
2063
- * @enum {string}
2064
- */
2065
- export declare type RelationshipStatus = 'Idle' | 'Transferring';
2066
- /**
2067
- * Defines values for MirrorState.
2068
- * Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
2069
- * @readonly
2070
- * @enum {string}
2071
- */
2072
- export declare type MirrorState = 'Uninitialized' | 'Mirrored' | 'Broken';
2073
- /**
2074
- * Defines values for BackupType.
2075
- * Possible values include: 'Manual', 'Scheduled'
2076
- * @readonly
2077
- * @enum {string}
2078
- */
2079
- export declare type BackupType = 'Manual' | 'Scheduled';
2080
- /**
2081
- * Contains response data for the list operation.
2082
- */
2083
- export declare type OperationsListResponse = OperationListResult & {
2084
- /**
2085
- * The underlying HTTP response.
2086
- */
2087
- _response: msRest.HttpResponse & {
2088
- /**
2089
- * The response body as text (string format)
2090
- */
2091
- bodyAsText: string;
2092
- /**
2093
- * The response body as parsed JSON or XML
2094
- */
2095
- parsedBody: OperationListResult;
2096
- };
2097
- };
2098
- /**
2099
- * Contains response data for the checkNameAvailability operation.
2100
- */
2101
- export declare type NetAppResourceCheckNameAvailabilityResponse = CheckAvailabilityResponse & {
2102
- /**
2103
- * The underlying HTTP response.
2104
- */
2105
- _response: msRest.HttpResponse & {
2106
- /**
2107
- * The response body as text (string format)
2108
- */
2109
- bodyAsText: string;
2110
- /**
2111
- * The response body as parsed JSON or XML
2112
- */
2113
- parsedBody: CheckAvailabilityResponse;
2114
- };
2115
- };
2116
- /**
2117
- * Contains response data for the checkFilePathAvailability operation.
2118
- */
2119
- export declare type NetAppResourceCheckFilePathAvailabilityResponse = CheckAvailabilityResponse & {
2120
- /**
2121
- * The underlying HTTP response.
2122
- */
2123
- _response: msRest.HttpResponse & {
2124
- /**
2125
- * The response body as text (string format)
2126
- */
2127
- bodyAsText: string;
2128
- /**
2129
- * The response body as parsed JSON or XML
2130
- */
2131
- parsedBody: CheckAvailabilityResponse;
2132
- };
2133
- };
2134
- /**
2135
- * Contains response data for the checkQuotaAvailability operation.
2136
- */
2137
- export declare type NetAppResourceCheckQuotaAvailabilityResponse = CheckAvailabilityResponse & {
2138
- /**
2139
- * The underlying HTTP response.
2140
- */
2141
- _response: msRest.HttpResponse & {
2142
- /**
2143
- * The response body as text (string format)
2144
- */
2145
- bodyAsText: string;
2146
- /**
2147
- * The response body as parsed JSON or XML
2148
- */
2149
- parsedBody: CheckAvailabilityResponse;
2150
- };
2151
- };
2152
- /**
2153
- * Contains response data for the list operation.
2154
- */
2155
- export declare type AccountsListResponse = NetAppAccountList & {
2156
- /**
2157
- * The underlying HTTP response.
2158
- */
2159
- _response: msRest.HttpResponse & {
2160
- /**
2161
- * The response body as text (string format)
2162
- */
2163
- bodyAsText: string;
2164
- /**
2165
- * The response body as parsed JSON or XML
2166
- */
2167
- parsedBody: NetAppAccountList;
2168
- };
2169
- };
2170
- /**
2171
- * Contains response data for the get operation.
2172
- */
2173
- export declare type AccountsGetResponse = NetAppAccount & {
2174
- /**
2175
- * The underlying HTTP response.
2176
- */
2177
- _response: msRest.HttpResponse & {
2178
- /**
2179
- * The response body as text (string format)
2180
- */
2181
- bodyAsText: string;
2182
- /**
2183
- * The response body as parsed JSON or XML
2184
- */
2185
- parsedBody: NetAppAccount;
2186
- };
2187
- };
2188
- /**
2189
- * Contains response data for the createOrUpdate operation.
2190
- */
2191
- export declare type AccountsCreateOrUpdateResponse = NetAppAccount & {
2192
- /**
2193
- * The underlying HTTP response.
2194
- */
2195
- _response: msRest.HttpResponse & {
2196
- /**
2197
- * The response body as text (string format)
2198
- */
2199
- bodyAsText: string;
2200
- /**
2201
- * The response body as parsed JSON or XML
2202
- */
2203
- parsedBody: NetAppAccount;
2204
- };
2205
- };
2206
- /**
2207
- * Contains response data for the update operation.
2208
- */
2209
- export declare type AccountsUpdateResponse = NetAppAccount & {
2210
- /**
2211
- * The underlying HTTP response.
2212
- */
2213
- _response: msRest.HttpResponse & {
2214
- /**
2215
- * The response body as text (string format)
2216
- */
2217
- bodyAsText: string;
2218
- /**
2219
- * The response body as parsed JSON or XML
2220
- */
2221
- parsedBody: NetAppAccount;
2222
- };
2223
- };
2224
- /**
2225
- * Contains response data for the beginCreateOrUpdate operation.
2226
- */
2227
- export declare type AccountsBeginCreateOrUpdateResponse = NetAppAccount & {
2228
- /**
2229
- * The underlying HTTP response.
2230
- */
2231
- _response: msRest.HttpResponse & {
2232
- /**
2233
- * The response body as text (string format)
2234
- */
2235
- bodyAsText: string;
2236
- /**
2237
- * The response body as parsed JSON or XML
2238
- */
2239
- parsedBody: NetAppAccount;
2240
- };
2241
- };
2242
- /**
2243
- * Contains response data for the beginUpdate operation.
2244
- */
2245
- export declare type AccountsBeginUpdateResponse = NetAppAccount & {
2246
- /**
2247
- * The underlying HTTP response.
2248
- */
2249
- _response: msRest.HttpResponse & {
2250
- /**
2251
- * The response body as text (string format)
2252
- */
2253
- bodyAsText: string;
2254
- /**
2255
- * The response body as parsed JSON or XML
2256
- */
2257
- parsedBody: NetAppAccount;
2258
- };
2259
- };
2260
- /**
2261
- * Contains response data for the listNext operation.
2262
- */
2263
- export declare type AccountsListNextResponse = NetAppAccountList & {
2264
- /**
2265
- * The underlying HTTP response.
2266
- */
2267
- _response: msRest.HttpResponse & {
2268
- /**
2269
- * The response body as text (string format)
2270
- */
2271
- bodyAsText: string;
2272
- /**
2273
- * The response body as parsed JSON or XML
2274
- */
2275
- parsedBody: NetAppAccountList;
2276
- };
2277
- };
2278
- /**
2279
- * Contains response data for the list operation.
2280
- */
2281
- export declare type PoolsListResponse = CapacityPoolList & {
2282
- /**
2283
- * The underlying HTTP response.
2284
- */
2285
- _response: msRest.HttpResponse & {
2286
- /**
2287
- * The response body as text (string format)
2288
- */
2289
- bodyAsText: string;
2290
- /**
2291
- * The response body as parsed JSON or XML
2292
- */
2293
- parsedBody: CapacityPoolList;
2294
- };
2295
- };
2296
- /**
2297
- * Contains response data for the get operation.
2298
- */
2299
- export declare type PoolsGetResponse = CapacityPool & {
2300
- /**
2301
- * The underlying HTTP response.
2302
- */
2303
- _response: msRest.HttpResponse & {
2304
- /**
2305
- * The response body as text (string format)
2306
- */
2307
- bodyAsText: string;
2308
- /**
2309
- * The response body as parsed JSON or XML
2310
- */
2311
- parsedBody: CapacityPool;
2312
- };
2313
- };
2314
- /**
2315
- * Contains response data for the createOrUpdate operation.
2316
- */
2317
- export declare type PoolsCreateOrUpdateResponse = CapacityPool & {
2318
- /**
2319
- * The underlying HTTP response.
2320
- */
2321
- _response: msRest.HttpResponse & {
2322
- /**
2323
- * The response body as text (string format)
2324
- */
2325
- bodyAsText: string;
2326
- /**
2327
- * The response body as parsed JSON or XML
2328
- */
2329
- parsedBody: CapacityPool;
2330
- };
2331
- };
2332
- /**
2333
- * Contains response data for the update operation.
2334
- */
2335
- export declare type PoolsUpdateResponse = CapacityPool & {
2336
- /**
2337
- * The underlying HTTP response.
2338
- */
2339
- _response: msRest.HttpResponse & {
2340
- /**
2341
- * The response body as text (string format)
2342
- */
2343
- bodyAsText: string;
2344
- /**
2345
- * The response body as parsed JSON or XML
2346
- */
2347
- parsedBody: CapacityPool;
2348
- };
2349
- };
2350
- /**
2351
- * Contains response data for the beginCreateOrUpdate operation.
2352
- */
2353
- export declare type PoolsBeginCreateOrUpdateResponse = CapacityPool & {
2354
- /**
2355
- * The underlying HTTP response.
2356
- */
2357
- _response: msRest.HttpResponse & {
2358
- /**
2359
- * The response body as text (string format)
2360
- */
2361
- bodyAsText: string;
2362
- /**
2363
- * The response body as parsed JSON or XML
2364
- */
2365
- parsedBody: CapacityPool;
2366
- };
2367
- };
2368
- /**
2369
- * Contains response data for the beginUpdate operation.
2370
- */
2371
- export declare type PoolsBeginUpdateResponse = CapacityPool & {
2372
- /**
2373
- * The underlying HTTP response.
2374
- */
2375
- _response: msRest.HttpResponse & {
2376
- /**
2377
- * The response body as text (string format)
2378
- */
2379
- bodyAsText: string;
2380
- /**
2381
- * The response body as parsed JSON or XML
2382
- */
2383
- parsedBody: CapacityPool;
2384
- };
2385
- };
2386
- /**
2387
- * Contains response data for the listNext operation.
2388
- */
2389
- export declare type PoolsListNextResponse = CapacityPoolList & {
2390
- /**
2391
- * The underlying HTTP response.
2392
- */
2393
- _response: msRest.HttpResponse & {
2394
- /**
2395
- * The response body as text (string format)
2396
- */
2397
- bodyAsText: string;
2398
- /**
2399
- * The response body as parsed JSON or XML
2400
- */
2401
- parsedBody: CapacityPoolList;
2402
- };
2403
- };
2404
- /**
2405
- * Contains response data for the list operation.
2406
- */
2407
- export declare type VolumesListResponse = VolumeList & {
2408
- /**
2409
- * The underlying HTTP response.
2410
- */
2411
- _response: msRest.HttpResponse & {
2412
- /**
2413
- * The response body as text (string format)
2414
- */
2415
- bodyAsText: string;
2416
- /**
2417
- * The response body as parsed JSON or XML
2418
- */
2419
- parsedBody: VolumeList;
2420
- };
2421
- };
2422
- /**
2423
- * Contains response data for the get operation.
2424
- */
2425
- export declare type VolumesGetResponse = Volume & {
2426
- /**
2427
- * The underlying HTTP response.
2428
- */
2429
- _response: msRest.HttpResponse & {
2430
- /**
2431
- * The response body as text (string format)
2432
- */
2433
- bodyAsText: string;
2434
- /**
2435
- * The response body as parsed JSON or XML
2436
- */
2437
- parsedBody: Volume;
2438
- };
2439
- };
2440
- /**
2441
- * Contains response data for the createOrUpdate operation.
2442
- */
2443
- export declare type VolumesCreateOrUpdateResponse = Volume & {
2444
- /**
2445
- * The underlying HTTP response.
2446
- */
2447
- _response: msRest.HttpResponse & {
2448
- /**
2449
- * The response body as text (string format)
2450
- */
2451
- bodyAsText: string;
2452
- /**
2453
- * The response body as parsed JSON or XML
2454
- */
2455
- parsedBody: Volume;
2456
- };
2457
- };
2458
- /**
2459
- * Contains response data for the update operation.
2460
- */
2461
- export declare type VolumesUpdateResponse = Volume & {
2462
- /**
2463
- * The underlying HTTP response.
2464
- */
2465
- _response: msRest.HttpResponse & {
2466
- /**
2467
- * The response body as text (string format)
2468
- */
2469
- bodyAsText: string;
2470
- /**
2471
- * The response body as parsed JSON or XML
2472
- */
2473
- parsedBody: Volume;
2474
- };
2475
- };
2476
- /**
2477
- * Contains response data for the replicationStatusMethod operation.
2478
- */
2479
- export declare type VolumesReplicationStatusMethodResponse = ReplicationStatus & {
2480
- /**
2481
- * The underlying HTTP response.
2482
- */
2483
- _response: msRest.HttpResponse & {
2484
- /**
2485
- * The response body as text (string format)
2486
- */
2487
- bodyAsText: string;
2488
- /**
2489
- * The response body as parsed JSON or XML
2490
- */
2491
- parsedBody: ReplicationStatus;
2492
- };
2493
- };
2494
- /**
2495
- * Contains response data for the beginCreateOrUpdate operation.
2496
- */
2497
- export declare type VolumesBeginCreateOrUpdateResponse = Volume & {
2498
- /**
2499
- * The underlying HTTP response.
2500
- */
2501
- _response: msRest.HttpResponse & {
2502
- /**
2503
- * The response body as text (string format)
2504
- */
2505
- bodyAsText: string;
2506
- /**
2507
- * The response body as parsed JSON or XML
2508
- */
2509
- parsedBody: Volume;
2510
- };
2511
- };
2512
- /**
2513
- * Contains response data for the beginUpdate operation.
2514
- */
2515
- export declare type VolumesBeginUpdateResponse = Volume & {
2516
- /**
2517
- * The underlying HTTP response.
2518
- */
2519
- _response: msRest.HttpResponse & {
2520
- /**
2521
- * The response body as text (string format)
2522
- */
2523
- bodyAsText: string;
2524
- /**
2525
- * The response body as parsed JSON or XML
2526
- */
2527
- parsedBody: Volume;
2528
- };
2529
- };
2530
- /**
2531
- * Contains response data for the listNext operation.
2532
- */
2533
- export declare type VolumesListNextResponse = VolumeList & {
2534
- /**
2535
- * The underlying HTTP response.
2536
- */
2537
- _response: msRest.HttpResponse & {
2538
- /**
2539
- * The response body as text (string format)
2540
- */
2541
- bodyAsText: string;
2542
- /**
2543
- * The response body as parsed JSON or XML
2544
- */
2545
- parsedBody: VolumeList;
2546
- };
2547
- };
2548
- /**
2549
- * Contains response data for the list operation.
2550
- */
2551
- export declare type SnapshotsListResponse = SnapshotsList & {
2552
- /**
2553
- * The underlying HTTP response.
2554
- */
2555
- _response: msRest.HttpResponse & {
2556
- /**
2557
- * The response body as text (string format)
2558
- */
2559
- bodyAsText: string;
2560
- /**
2561
- * The response body as parsed JSON or XML
2562
- */
2563
- parsedBody: SnapshotsList;
2564
- };
2565
- };
2566
- /**
2567
- * Contains response data for the get operation.
2568
- */
2569
- export declare type SnapshotsGetResponse = Snapshot & {
2570
- /**
2571
- * The underlying HTTP response.
2572
- */
2573
- _response: msRest.HttpResponse & {
2574
- /**
2575
- * The response body as text (string format)
2576
- */
2577
- bodyAsText: string;
2578
- /**
2579
- * The response body as parsed JSON or XML
2580
- */
2581
- parsedBody: Snapshot;
2582
- };
2583
- };
2584
- /**
2585
- * Contains response data for the create operation.
2586
- */
2587
- export declare type SnapshotsCreateResponse = Snapshot & {
2588
- /**
2589
- * The underlying HTTP response.
2590
- */
2591
- _response: msRest.HttpResponse & {
2592
- /**
2593
- * The response body as text (string format)
2594
- */
2595
- bodyAsText: string;
2596
- /**
2597
- * The response body as parsed JSON or XML
2598
- */
2599
- parsedBody: Snapshot;
2600
- };
2601
- };
2602
- /**
2603
- * Contains response data for the update operation.
2604
- */
2605
- export declare type SnapshotsUpdateResponse = Snapshot & {
2606
- /**
2607
- * The underlying HTTP response.
2608
- */
2609
- _response: msRest.HttpResponse & {
2610
- /**
2611
- * The response body as text (string format)
2612
- */
2613
- bodyAsText: string;
2614
- /**
2615
- * The response body as parsed JSON or XML
2616
- */
2617
- parsedBody: Snapshot;
2618
- };
2619
- };
2620
- /**
2621
- * Contains response data for the beginCreate operation.
2622
- */
2623
- export declare type SnapshotsBeginCreateResponse = Snapshot & {
2624
- /**
2625
- * The underlying HTTP response.
2626
- */
2627
- _response: msRest.HttpResponse & {
2628
- /**
2629
- * The response body as text (string format)
2630
- */
2631
- bodyAsText: string;
2632
- /**
2633
- * The response body as parsed JSON or XML
2634
- */
2635
- parsedBody: Snapshot;
2636
- };
2637
- };
2638
- /**
2639
- * Contains response data for the beginUpdate operation.
2640
- */
2641
- export declare type SnapshotsBeginUpdateResponse = Snapshot & {
2642
- /**
2643
- * The underlying HTTP response.
2644
- */
2645
- _response: msRest.HttpResponse & {
2646
- /**
2647
- * The response body as text (string format)
2648
- */
2649
- bodyAsText: string;
2650
- /**
2651
- * The response body as parsed JSON or XML
2652
- */
2653
- parsedBody: Snapshot;
2654
- };
2655
- };
2656
- /**
2657
- * Contains response data for the list operation.
2658
- */
2659
- export declare type SnapshotPoliciesListResponse = SnapshotPoliciesList & {
2660
- /**
2661
- * The underlying HTTP response.
2662
- */
2663
- _response: msRest.HttpResponse & {
2664
- /**
2665
- * The response body as text (string format)
2666
- */
2667
- bodyAsText: string;
2668
- /**
2669
- * The response body as parsed JSON or XML
2670
- */
2671
- parsedBody: SnapshotPoliciesList;
2672
- };
2673
- };
2674
- /**
2675
- * Contains response data for the get operation.
2676
- */
2677
- export declare type SnapshotPoliciesGetResponse = SnapshotPolicy & {
2678
- /**
2679
- * The underlying HTTP response.
2680
- */
2681
- _response: msRest.HttpResponse & {
2682
- /**
2683
- * The response body as text (string format)
2684
- */
2685
- bodyAsText: string;
2686
- /**
2687
- * The response body as parsed JSON or XML
2688
- */
2689
- parsedBody: SnapshotPolicy;
2690
- };
2691
- };
2692
- /**
2693
- * Contains response data for the create operation.
2694
- */
2695
- export declare type SnapshotPoliciesCreateResponse = SnapshotPolicy & {
2696
- /**
2697
- * The underlying HTTP response.
2698
- */
2699
- _response: msRest.HttpResponse & {
2700
- /**
2701
- * The response body as text (string format)
2702
- */
2703
- bodyAsText: string;
2704
- /**
2705
- * The response body as parsed JSON or XML
2706
- */
2707
- parsedBody: SnapshotPolicy;
2708
- };
2709
- };
2710
- /**
2711
- * Contains response data for the update operation.
2712
- */
2713
- export declare type SnapshotPoliciesUpdateResponse = SnapshotPolicy & {
2714
- /**
2715
- * The underlying HTTP response.
2716
- */
2717
- _response: msRest.HttpResponse & {
2718
- /**
2719
- * The response body as text (string format)
2720
- */
2721
- bodyAsText: string;
2722
- /**
2723
- * The response body as parsed JSON or XML
2724
- */
2725
- parsedBody: SnapshotPolicy;
2726
- };
2727
- };
2728
- /**
2729
- * Contains response data for the listVolumes operation.
2730
- */
2731
- export declare type SnapshotPoliciesListVolumesResponse = SnapshotPolicyVolumeList & {
2732
- /**
2733
- * The underlying HTTP response.
2734
- */
2735
- _response: msRest.HttpResponse & {
2736
- /**
2737
- * The response body as text (string format)
2738
- */
2739
- bodyAsText: string;
2740
- /**
2741
- * The response body as parsed JSON or XML
2742
- */
2743
- parsedBody: SnapshotPolicyVolumeList;
2744
- };
2745
- };
2746
- /**
2747
- * Contains response data for the beginUpdate operation.
2748
- */
2749
- export declare type SnapshotPoliciesBeginUpdateResponse = SnapshotPolicy & {
2750
- /**
2751
- * The underlying HTTP response.
2752
- */
2753
- _response: msRest.HttpResponse & {
2754
- /**
2755
- * The response body as text (string format)
2756
- */
2757
- bodyAsText: string;
2758
- /**
2759
- * The response body as parsed JSON or XML
2760
- */
2761
- parsedBody: SnapshotPolicy;
2762
- };
2763
- };
2764
- /**
2765
- * Contains response data for the getStatus operation.
2766
- */
2767
- export declare type BackupsGetStatusResponse = BackupStatus & {
2768
- /**
2769
- * The underlying HTTP response.
2770
- */
2771
- _response: msRest.HttpResponse & {
2772
- /**
2773
- * The response body as text (string format)
2774
- */
2775
- bodyAsText: string;
2776
- /**
2777
- * The response body as parsed JSON or XML
2778
- */
2779
- parsedBody: BackupStatus;
2780
- };
2781
- };
2782
- /**
2783
- * Contains response data for the getVolumeRestoreStatus operation.
2784
- */
2785
- export declare type BackupsGetVolumeRestoreStatusResponse = RestoreStatus & {
2786
- /**
2787
- * The underlying HTTP response.
2788
- */
2789
- _response: msRest.HttpResponse & {
2790
- /**
2791
- * The response body as text (string format)
2792
- */
2793
- bodyAsText: string;
2794
- /**
2795
- * The response body as parsed JSON or XML
2796
- */
2797
- parsedBody: RestoreStatus;
2798
- };
2799
- };
2800
- /**
2801
- * Contains response data for the list operation.
2802
- */
2803
- export declare type BackupsListResponse = BackupsList & {
2804
- /**
2805
- * The underlying HTTP response.
2806
- */
2807
- _response: msRest.HttpResponse & {
2808
- /**
2809
- * The response body as text (string format)
2810
- */
2811
- bodyAsText: string;
2812
- /**
2813
- * The response body as parsed JSON or XML
2814
- */
2815
- parsedBody: BackupsList;
2816
- };
2817
- };
2818
- /**
2819
- * Contains response data for the get operation.
2820
- */
2821
- export declare type BackupsGetResponse = Backup & {
2822
- /**
2823
- * The underlying HTTP response.
2824
- */
2825
- _response: msRest.HttpResponse & {
2826
- /**
2827
- * The response body as text (string format)
2828
- */
2829
- bodyAsText: string;
2830
- /**
2831
- * The response body as parsed JSON or XML
2832
- */
2833
- parsedBody: Backup;
2834
- };
2835
- };
2836
- /**
2837
- * Contains response data for the create operation.
2838
- */
2839
- export declare type BackupsCreateResponse = Backup & {
2840
- /**
2841
- * The underlying HTTP response.
2842
- */
2843
- _response: msRest.HttpResponse & {
2844
- /**
2845
- * The response body as text (string format)
2846
- */
2847
- bodyAsText: string;
2848
- /**
2849
- * The response body as parsed JSON or XML
2850
- */
2851
- parsedBody: Backup;
2852
- };
2853
- };
2854
- /**
2855
- * Contains response data for the update operation.
2856
- */
2857
- export declare type BackupsUpdateResponse = Backup & {
2858
- /**
2859
- * The underlying HTTP response.
2860
- */
2861
- _response: msRest.HttpResponse & {
2862
- /**
2863
- * The response body as text (string format)
2864
- */
2865
- bodyAsText: string;
2866
- /**
2867
- * The response body as parsed JSON or XML
2868
- */
2869
- parsedBody: Backup;
2870
- };
2871
- };
2872
- /**
2873
- * Contains response data for the beginCreate operation.
2874
- */
2875
- export declare type BackupsBeginCreateResponse = Backup & {
2876
- /**
2877
- * The underlying HTTP response.
2878
- */
2879
- _response: msRest.HttpResponse & {
2880
- /**
2881
- * The response body as text (string format)
2882
- */
2883
- bodyAsText: string;
2884
- /**
2885
- * The response body as parsed JSON or XML
2886
- */
2887
- parsedBody: Backup;
2888
- };
2889
- };
2890
- /**
2891
- * Contains response data for the beginUpdate operation.
2892
- */
2893
- export declare type BackupsBeginUpdateResponse = Backup & {
2894
- /**
2895
- * The underlying HTTP response.
2896
- */
2897
- _response: msRest.HttpResponse & {
2898
- /**
2899
- * The response body as text (string format)
2900
- */
2901
- bodyAsText: string;
2902
- /**
2903
- * The response body as parsed JSON or XML
2904
- */
2905
- parsedBody: Backup;
2906
- };
2907
- };
2908
- /**
2909
- * Contains response data for the list operation.
2910
- */
2911
- export declare type AccountBackupsListResponse = BackupsList & {
2912
- /**
2913
- * The underlying HTTP response.
2914
- */
2915
- _response: msRest.HttpResponse & {
2916
- /**
2917
- * The response body as text (string format)
2918
- */
2919
- bodyAsText: string;
2920
- /**
2921
- * The response body as parsed JSON or XML
2922
- */
2923
- parsedBody: BackupsList;
2924
- };
2925
- };
2926
- /**
2927
- * Contains response data for the get operation.
2928
- */
2929
- export declare type AccountBackupsGetResponse = Backup & {
2930
- /**
2931
- * The underlying HTTP response.
2932
- */
2933
- _response: msRest.HttpResponse & {
2934
- /**
2935
- * The response body as text (string format)
2936
- */
2937
- bodyAsText: string;
2938
- /**
2939
- * The response body as parsed JSON or XML
2940
- */
2941
- parsedBody: Backup;
2942
- };
2943
- };
2944
- /**
2945
- * Contains response data for the list operation.
2946
- */
2947
- export declare type BackupPoliciesListResponse = BackupPoliciesList & {
2948
- /**
2949
- * The underlying HTTP response.
2950
- */
2951
- _response: msRest.HttpResponse & {
2952
- /**
2953
- * The response body as text (string format)
2954
- */
2955
- bodyAsText: string;
2956
- /**
2957
- * The response body as parsed JSON or XML
2958
- */
2959
- parsedBody: BackupPoliciesList;
2960
- };
2961
- };
2962
- /**
2963
- * Contains response data for the get operation.
2964
- */
2965
- export declare type BackupPoliciesGetResponse = BackupPolicy & {
2966
- /**
2967
- * The underlying HTTP response.
2968
- */
2969
- _response: msRest.HttpResponse & {
2970
- /**
2971
- * The response body as text (string format)
2972
- */
2973
- bodyAsText: string;
2974
- /**
2975
- * The response body as parsed JSON or XML
2976
- */
2977
- parsedBody: BackupPolicy;
2978
- };
2979
- };
2980
- /**
2981
- * Contains response data for the create operation.
2982
- */
2983
- export declare type BackupPoliciesCreateResponse = BackupPolicy & {
2984
- /**
2985
- * The underlying HTTP response.
2986
- */
2987
- _response: msRest.HttpResponse & {
2988
- /**
2989
- * The response body as text (string format)
2990
- */
2991
- bodyAsText: string;
2992
- /**
2993
- * The response body as parsed JSON or XML
2994
- */
2995
- parsedBody: BackupPolicy;
2996
- };
2997
- };
2998
- /**
2999
- * Contains response data for the update operation.
3000
- */
3001
- export declare type BackupPoliciesUpdateResponse = BackupPolicy & {
3002
- /**
3003
- * The underlying HTTP response.
3004
- */
3005
- _response: msRest.HttpResponse & {
3006
- /**
3007
- * The response body as text (string format)
3008
- */
3009
- bodyAsText: string;
3010
- /**
3011
- * The response body as parsed JSON or XML
3012
- */
3013
- parsedBody: BackupPolicy;
3014
- };
3015
- };
3016
- /**
3017
- * Contains response data for the beginCreate operation.
3018
- */
3019
- export declare type BackupPoliciesBeginCreateResponse = BackupPolicy & {
3020
- /**
3021
- * The underlying HTTP response.
3022
- */
3023
- _response: msRest.HttpResponse & {
3024
- /**
3025
- * The response body as text (string format)
3026
- */
3027
- bodyAsText: string;
3028
- /**
3029
- * The response body as parsed JSON or XML
3030
- */
3031
- parsedBody: BackupPolicy;
3032
- };
3033
- };
3034
- /**
3035
- * Contains response data for the beginUpdate operation.
3036
- */
3037
- export declare type BackupPoliciesBeginUpdateResponse = BackupPolicy & {
3038
- /**
3039
- * The underlying HTTP response.
3040
- */
3041
- _response: msRest.HttpResponse & {
3042
- /**
3043
- * The response body as text (string format)
3044
- */
3045
- bodyAsText: string;
3046
- /**
3047
- * The response body as parsed JSON or XML
3048
- */
3049
- parsedBody: BackupPolicy;
3050
- };
3051
- };
3052
- /**
3053
- * Contains response data for the list operation.
3054
- */
3055
- export declare type VaultsListResponse = VaultList & {
3056
- /**
3057
- * The underlying HTTP response.
3058
- */
3059
- _response: msRest.HttpResponse & {
3060
- /**
3061
- * The response body as text (string format)
3062
- */
3063
- bodyAsText: string;
3064
- /**
3065
- * The response body as parsed JSON or XML
3066
- */
3067
- parsedBody: VaultList;
3068
- };
3069
- };
3070
- //# sourceMappingURL=index.d.ts.map