@azure/arm-workloadssapvirtualinstance 1.0.0-alpha.20240322.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +6973 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/operationsListSample.js +53 -0
  11. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  12. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js +72 -0
  15. package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js.map +1 -0
  16. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js +40 -0
  19. package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js.map +1 -0
  20. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js +40 -0
  23. package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js.map +1 -0
  24. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js +55 -0
  27. package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js.map +1 -0
  28. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js +64 -0
  31. package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js.map +1 -0
  32. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js +68 -0
  35. package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js.map +1 -0
  36. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js +44 -0
  39. package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js.map +1 -0
  40. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js +56 -0
  43. package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js.map +1 -0
  44. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js +72 -0
  47. package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js.map +1 -0
  48. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js +40 -0
  51. package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js.map +1 -0
  52. package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/sapCentralInstancesGetSample.js +40 -0
  55. package/dist-esm/samples-dev/sapCentralInstancesGetSample.js.map +1 -0
  56. package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/sapCentralInstancesListSample.js +55 -0
  59. package/dist-esm/samples-dev/sapCentralInstancesListSample.js.map +1 -0
  60. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js +62 -0
  63. package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js.map +1 -0
  64. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js +64 -0
  67. package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js.map +1 -0
  68. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js +42 -0
  71. package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js.map +1 -0
  72. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js +72 -0
  75. package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js.map +1 -0
  76. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js +40 -0
  79. package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js.map +1 -0
  80. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js +40 -0
  83. package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js.map +1 -0
  84. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js +55 -0
  87. package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js.map +1 -0
  88. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js +62 -0
  91. package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js.map +1 -0
  92. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js +64 -0
  95. package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js.map +1 -0
  96. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js +42 -0
  99. package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js.map +1 -0
  100. package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/sapDiskConfigurationsSample.js +56 -0
  103. package/dist-esm/samples-dev/sapDiskConfigurationsSample.js.map +1 -0
  104. package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/sapSizingRecommendationsSample.js +92 -0
  107. package/dist-esm/samples-dev/sapSizingRecommendationsSample.js.map +1 -0
  108. package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/sapSupportedSkuSample.js +92 -0
  111. package/dist-esm/samples-dev/sapSupportedSkuSample.js.map +1 -0
  112. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js +2993 -0
  115. package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js.map +1 -0
  116. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js +39 -0
  119. package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js.map +1 -0
  120. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts +2 -0
  121. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts.map +1 -0
  122. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js +58 -0
  123. package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js.map +1 -0
  124. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts +2 -0
  125. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js +54 -0
  127. package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js.map +1 -0
  128. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts +2 -0
  129. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts.map +1 -0
  130. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js +53 -0
  131. package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js.map +1 -0
  132. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts +2 -0
  133. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts.map +1 -0
  134. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js +60 -0
  135. package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js.map +1 -0
  136. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts +2 -0
  137. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts.map +1 -0
  138. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js +62 -0
  139. package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js.map +1 -0
  140. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js +69 -0
  143. package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js.map +1 -0
  144. package/dist-esm/src/index.d.ts +6 -0
  145. package/dist-esm/src/index.d.ts.map +1 -0
  146. package/dist-esm/src/index.js +13 -0
  147. package/dist-esm/src/index.js.map +1 -0
  148. package/dist-esm/src/lroImpl.d.ts +11 -0
  149. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  150. package/dist-esm/src/lroImpl.js +21 -0
  151. package/dist-esm/src/lroImpl.js.map +1 -0
  152. package/dist-esm/src/models/index.d.ts +2158 -0
  153. package/dist-esm/src/models/index.d.ts.map +1 -0
  154. package/dist-esm/src/models/index.js +274 -0
  155. package/dist-esm/src/models/index.js.map +1 -0
  156. package/dist-esm/src/models/mappers.d.ts +146 -0
  157. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  158. package/dist-esm/src/models/mappers.js +3364 -0
  159. package/dist-esm/src/models/mappers.js.map +1 -0
  160. package/dist-esm/src/models/parameters.d.ts +28 -0
  161. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  162. package/dist-esm/src/models/parameters.js +212 -0
  163. package/dist-esm/src/models/parameters.js.map +1 -0
  164. package/dist-esm/src/operations/index.d.ts +6 -0
  165. package/dist-esm/src/operations/index.d.ts.map +1 -0
  166. package/dist-esm/src/operations/index.js +13 -0
  167. package/dist-esm/src/operations/index.js.map +1 -0
  168. package/dist-esm/src/operations/operations.d.ts +32 -0
  169. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  170. package/dist-esm/src/operations/operations.js +133 -0
  171. package/dist-esm/src/operations/operations.js.map +1 -0
  172. package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts +127 -0
  173. package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts.map +1 -0
  174. package/dist-esm/src/operations/sAPApplicationServerInstances.js +617 -0
  175. package/dist-esm/src/operations/sAPApplicationServerInstances.js.map +1 -0
  176. package/dist-esm/src/operations/sAPCentralInstances.d.ts +140 -0
  177. package/dist-esm/src/operations/sAPCentralInstances.d.ts.map +1 -0
  178. package/dist-esm/src/operations/sAPCentralInstances.js +630 -0
  179. package/dist-esm/src/operations/sAPCentralInstances.js.map +1 -0
  180. package/dist-esm/src/operations/sAPDatabaseInstances.d.ts +133 -0
  181. package/dist-esm/src/operations/sAPDatabaseInstances.d.ts.map +1 -0
  182. package/dist-esm/src/operations/sAPDatabaseInstances.js +623 -0
  183. package/dist-esm/src/operations/sAPDatabaseInstances.js.map +1 -0
  184. package/dist-esm/src/operations/sAPVirtualInstances.d.ts +133 -0
  185. package/dist-esm/src/operations/sAPVirtualInstances.d.ts.map +1 -0
  186. package/dist-esm/src/operations/sAPVirtualInstances.js +725 -0
  187. package/dist-esm/src/operations/sAPVirtualInstances.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  189. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  191. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  193. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts +101 -0
  197. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts +114 -0
  201. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts +108 -0
  205. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts +97 -0
  209. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.js +9 -0
  211. package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.js.map +1 -0
  212. package/dist-esm/src/pagingHelper.d.ts +13 -0
  213. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  214. package/dist-esm/src/pagingHelper.js +32 -0
  215. package/dist-esm/src/pagingHelper.js.map +1 -0
  216. package/dist-esm/src/workloadsClient.d.ts +49 -0
  217. package/dist-esm/src/workloadsClient.d.ts.map +1 -0
  218. package/dist-esm/src/workloadsClient.js +229 -0
  219. package/dist-esm/src/workloadsClient.js.map +1 -0
  220. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts +4 -0
  221. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts.map +1 -0
  222. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js +73 -0
  223. package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js.map +1 -0
  224. package/package.json +118 -0
  225. package/review/arm-workloadssapvirtualinstance.api.md +1558 -0
  226. package/src/index.ts +13 -0
  227. package/src/lroImpl.ts +42 -0
  228. package/src/models/index.ts +2476 -0
  229. package/src/models/mappers.ts +3615 -0
  230. package/src/models/parameters.ts +258 -0
  231. package/src/operations/index.ts +13 -0
  232. package/src/operations/operations.ts +149 -0
  233. package/src/operations/sAPApplicationServerInstances.ts +852 -0
  234. package/src/operations/sAPCentralInstances.ts +863 -0
  235. package/src/operations/sAPDatabaseInstances.ts +856 -0
  236. package/src/operations/sAPVirtualInstances.ts +964 -0
  237. package/src/operationsInterfaces/index.ts +13 -0
  238. package/src/operationsInterfaces/operations.ts +22 -0
  239. package/src/operationsInterfaces/sAPApplicationServerInstances.ts +199 -0
  240. package/src/operationsInterfaces/sAPCentralInstances.ts +212 -0
  241. package/src/operationsInterfaces/sAPDatabaseInstances.ts +206 -0
  242. package/src/operationsInterfaces/sAPVirtualInstances.ts +196 -0
  243. package/src/pagingHelper.ts +39 -0
  244. package/src/workloadsClient.ts +327 -0
  245. package/tsconfig.json +33 -0
  246. package/types/arm-workloadssapvirtualinstance.d.ts +2888 -0
  247. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,13 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ export * from "./sAPVirtualInstances";
10
+ export * from "./sAPCentralInstances";
11
+ export * from "./sAPDatabaseInstances";
12
+ export * from "./sAPApplicationServerInstances";
13
+ export * from "./operations";
@@ -0,0 +1,22 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { Operation, OperationsListOptionalParams } from "../models";
11
+
12
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Interface representing a Operations. */
14
+ export interface Operations {
15
+ /**
16
+ * Lists all the available API operations under this PR
17
+ * @param options The options parameters.
18
+ */
19
+ list(
20
+ options?: OperationsListOptionalParams,
21
+ ): PagedAsyncIterableIterator<Operation>;
22
+ }
@@ -0,0 +1,199 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
11
+ import {
12
+ SAPApplicationServerInstance,
13
+ SAPApplicationServerInstancesListOptionalParams,
14
+ SAPApplicationServerInstancesGetOptionalParams,
15
+ SAPApplicationServerInstancesGetResponse,
16
+ SAPApplicationServerInstancesCreateOptionalParams,
17
+ SAPApplicationServerInstancesCreateResponse,
18
+ SAPApplicationServerInstancesUpdateOptionalParams,
19
+ SAPApplicationServerInstancesUpdateResponse,
20
+ SAPApplicationServerInstancesDeleteOptionalParams,
21
+ SAPApplicationServerInstancesDeleteResponse,
22
+ SAPApplicationServerInstancesStartInstanceOptionalParams,
23
+ SAPApplicationServerInstancesStartInstanceResponse,
24
+ SAPApplicationServerInstancesStopInstanceOptionalParams,
25
+ SAPApplicationServerInstancesStopInstanceResponse,
26
+ } from "../models";
27
+
28
+ /// <reference lib="esnext.asynciterable" />
29
+ /** Interface representing a SAPApplicationServerInstances. */
30
+ export interface SAPApplicationServerInstances {
31
+ /**
32
+ * Lists the SAP Application Server Instance resources for a given Virtual Instance for SAP solutions
33
+ * resource.
34
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
36
+ * @param options The options parameters.
37
+ */
38
+ list(
39
+ resourceGroupName: string,
40
+ sapVirtualInstanceName: string,
41
+ options?: SAPApplicationServerInstancesListOptionalParams,
42
+ ): PagedAsyncIterableIterator<SAPApplicationServerInstance>;
43
+ /**
44
+ * Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions
45
+ * resource.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
48
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
49
+ * @param options The options parameters.
50
+ */
51
+ get(
52
+ resourceGroupName: string,
53
+ sapVirtualInstanceName: string,
54
+ applicationInstanceName: string,
55
+ options?: SAPApplicationServerInstancesGetOptionalParams,
56
+ ): Promise<SAPApplicationServerInstancesGetResponse>;
57
+ /**
58
+ * Puts the SAP Application Server Instance resource. <br><br>This will be used by service only. PUT by
59
+ * end user will return a Bad Request error.
60
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
61
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
62
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
63
+ * @param options The options parameters.
64
+ */
65
+ beginCreate(
66
+ resourceGroupName: string,
67
+ sapVirtualInstanceName: string,
68
+ applicationInstanceName: string,
69
+ options?: SAPApplicationServerInstancesCreateOptionalParams,
70
+ ): Promise<
71
+ SimplePollerLike<
72
+ OperationState<SAPApplicationServerInstancesCreateResponse>,
73
+ SAPApplicationServerInstancesCreateResponse
74
+ >
75
+ >;
76
+ /**
77
+ * Puts the SAP Application Server Instance resource. <br><br>This will be used by service only. PUT by
78
+ * end user will return a Bad Request error.
79
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
81
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
82
+ * @param options The options parameters.
83
+ */
84
+ beginCreateAndWait(
85
+ resourceGroupName: string,
86
+ sapVirtualInstanceName: string,
87
+ applicationInstanceName: string,
88
+ options?: SAPApplicationServerInstancesCreateOptionalParams,
89
+ ): Promise<SAPApplicationServerInstancesCreateResponse>;
90
+ /**
91
+ * Updates the SAP Application server instance resource. This can be used to update tags on the
92
+ * resource.
93
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
94
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
95
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
96
+ * @param options The options parameters.
97
+ */
98
+ update(
99
+ resourceGroupName: string,
100
+ sapVirtualInstanceName: string,
101
+ applicationInstanceName: string,
102
+ options?: SAPApplicationServerInstancesUpdateOptionalParams,
103
+ ): Promise<SAPApplicationServerInstancesUpdateResponse>;
104
+ /**
105
+ * Deletes the SAP Application Server Instance resource. <br><br>This operation will be used by service
106
+ * only. Delete by end user will return a Bad Request error.
107
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
108
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
109
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
110
+ * @param options The options parameters.
111
+ */
112
+ beginDelete(
113
+ resourceGroupName: string,
114
+ sapVirtualInstanceName: string,
115
+ applicationInstanceName: string,
116
+ options?: SAPApplicationServerInstancesDeleteOptionalParams,
117
+ ): Promise<
118
+ SimplePollerLike<
119
+ OperationState<SAPApplicationServerInstancesDeleteResponse>,
120
+ SAPApplicationServerInstancesDeleteResponse
121
+ >
122
+ >;
123
+ /**
124
+ * Deletes the SAP Application Server Instance resource. <br><br>This operation will be used by service
125
+ * only. Delete by end user will return a Bad Request error.
126
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
127
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
128
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
129
+ * @param options The options parameters.
130
+ */
131
+ beginDeleteAndWait(
132
+ resourceGroupName: string,
133
+ sapVirtualInstanceName: string,
134
+ applicationInstanceName: string,
135
+ options?: SAPApplicationServerInstancesDeleteOptionalParams,
136
+ ): Promise<SAPApplicationServerInstancesDeleteResponse>;
137
+ /**
138
+ * Starts the SAP Application Server Instance.
139
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
140
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
141
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
142
+ * @param options The options parameters.
143
+ */
144
+ beginStartInstance(
145
+ resourceGroupName: string,
146
+ sapVirtualInstanceName: string,
147
+ applicationInstanceName: string,
148
+ options?: SAPApplicationServerInstancesStartInstanceOptionalParams,
149
+ ): Promise<
150
+ SimplePollerLike<
151
+ OperationState<SAPApplicationServerInstancesStartInstanceResponse>,
152
+ SAPApplicationServerInstancesStartInstanceResponse
153
+ >
154
+ >;
155
+ /**
156
+ * Starts the SAP Application Server Instance.
157
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
158
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
159
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
160
+ * @param options The options parameters.
161
+ */
162
+ beginStartInstanceAndWait(
163
+ resourceGroupName: string,
164
+ sapVirtualInstanceName: string,
165
+ applicationInstanceName: string,
166
+ options?: SAPApplicationServerInstancesStartInstanceOptionalParams,
167
+ ): Promise<SAPApplicationServerInstancesStartInstanceResponse>;
168
+ /**
169
+ * Stops the SAP Application Server Instance.
170
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
171
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
172
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
173
+ * @param options The options parameters.
174
+ */
175
+ beginStopInstance(
176
+ resourceGroupName: string,
177
+ sapVirtualInstanceName: string,
178
+ applicationInstanceName: string,
179
+ options?: SAPApplicationServerInstancesStopInstanceOptionalParams,
180
+ ): Promise<
181
+ SimplePollerLike<
182
+ OperationState<SAPApplicationServerInstancesStopInstanceResponse>,
183
+ SAPApplicationServerInstancesStopInstanceResponse
184
+ >
185
+ >;
186
+ /**
187
+ * Stops the SAP Application Server Instance.
188
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
189
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
190
+ * @param applicationInstanceName The name of SAP Application Server instance resource.
191
+ * @param options The options parameters.
192
+ */
193
+ beginStopInstanceAndWait(
194
+ resourceGroupName: string,
195
+ sapVirtualInstanceName: string,
196
+ applicationInstanceName: string,
197
+ options?: SAPApplicationServerInstancesStopInstanceOptionalParams,
198
+ ): Promise<SAPApplicationServerInstancesStopInstanceResponse>;
199
+ }
@@ -0,0 +1,212 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
11
+ import {
12
+ SAPCentralServerInstance,
13
+ SAPCentralInstancesListOptionalParams,
14
+ SAPCentralInstancesGetOptionalParams,
15
+ SAPCentralInstancesGetResponse,
16
+ SAPCentralInstancesCreateOptionalParams,
17
+ SAPCentralInstancesCreateResponse,
18
+ SAPCentralInstancesUpdateOptionalParams,
19
+ SAPCentralInstancesUpdateResponse,
20
+ SAPCentralInstancesDeleteOptionalParams,
21
+ SAPCentralInstancesDeleteResponse,
22
+ SAPCentralInstancesStartInstanceOptionalParams,
23
+ SAPCentralInstancesStartInstanceResponse,
24
+ SAPCentralInstancesStopInstanceOptionalParams,
25
+ SAPCentralInstancesStopInstanceResponse,
26
+ } from "../models";
27
+
28
+ /// <reference lib="esnext.asynciterable" />
29
+ /** Interface representing a SAPCentralInstances. */
30
+ export interface SAPCentralInstances {
31
+ /**
32
+ * Lists the SAP Central Services Instance resource for the given Virtual Instance for SAP solutions
33
+ * resource.
34
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
36
+ * @param options The options parameters.
37
+ */
38
+ list(
39
+ resourceGroupName: string,
40
+ sapVirtualInstanceName: string,
41
+ options?: SAPCentralInstancesListOptionalParams,
42
+ ): PagedAsyncIterableIterator<SAPCentralServerInstance>;
43
+ /**
44
+ * Gets the SAP Central Services Instance resource.
45
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
46
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
47
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
48
+ * auto generation to work correctly.
49
+ * @param options The options parameters.
50
+ */
51
+ get(
52
+ resourceGroupName: string,
53
+ sapVirtualInstanceName: string,
54
+ centralInstanceName: string,
55
+ options?: SAPCentralInstancesGetOptionalParams,
56
+ ): Promise<SAPCentralInstancesGetResponse>;
57
+ /**
58
+ * Creates the SAP Central Services Instance resource. <br><br>This will be used by service only. PUT
59
+ * operation on this resource by end user will return a Bad Request error.
60
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
61
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
62
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
63
+ * auto generation to work correctly.
64
+ * @param options The options parameters.
65
+ */
66
+ beginCreate(
67
+ resourceGroupName: string,
68
+ sapVirtualInstanceName: string,
69
+ centralInstanceName: string,
70
+ options?: SAPCentralInstancesCreateOptionalParams,
71
+ ): Promise<
72
+ SimplePollerLike<
73
+ OperationState<SAPCentralInstancesCreateResponse>,
74
+ SAPCentralInstancesCreateResponse
75
+ >
76
+ >;
77
+ /**
78
+ * Creates the SAP Central Services Instance resource. <br><br>This will be used by service only. PUT
79
+ * operation on this resource by end user will return a Bad Request error.
80
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
81
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
82
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
83
+ * auto generation to work correctly.
84
+ * @param options The options parameters.
85
+ */
86
+ beginCreateAndWait(
87
+ resourceGroupName: string,
88
+ sapVirtualInstanceName: string,
89
+ centralInstanceName: string,
90
+ options?: SAPCentralInstancesCreateOptionalParams,
91
+ ): Promise<SAPCentralInstancesCreateResponse>;
92
+ /**
93
+ * Updates the SAP Central Services Instance resource. <br><br>This can be used to update tags on the
94
+ * resource.
95
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
96
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
97
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
98
+ * auto generation to work correctly.
99
+ * @param options The options parameters.
100
+ */
101
+ update(
102
+ resourceGroupName: string,
103
+ sapVirtualInstanceName: string,
104
+ centralInstanceName: string,
105
+ options?: SAPCentralInstancesUpdateOptionalParams,
106
+ ): Promise<SAPCentralInstancesUpdateResponse>;
107
+ /**
108
+ * Deletes the SAP Central Services Instance resource. <br><br>This will be used by service only.
109
+ * Delete operation on this resource by end user will return a Bad Request error. You can delete the
110
+ * parent resource, which is the Virtual Instance for SAP solutions resource, using the delete
111
+ * operation on it.
112
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
113
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
114
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
115
+ * auto generation to work correctly.
116
+ * @param options The options parameters.
117
+ */
118
+ beginDelete(
119
+ resourceGroupName: string,
120
+ sapVirtualInstanceName: string,
121
+ centralInstanceName: string,
122
+ options?: SAPCentralInstancesDeleteOptionalParams,
123
+ ): Promise<
124
+ SimplePollerLike<
125
+ OperationState<SAPCentralInstancesDeleteResponse>,
126
+ SAPCentralInstancesDeleteResponse
127
+ >
128
+ >;
129
+ /**
130
+ * Deletes the SAP Central Services Instance resource. <br><br>This will be used by service only.
131
+ * Delete operation on this resource by end user will return a Bad Request error. You can delete the
132
+ * parent resource, which is the Virtual Instance for SAP solutions resource, using the delete
133
+ * operation on it.
134
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
135
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
136
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
137
+ * auto generation to work correctly.
138
+ * @param options The options parameters.
139
+ */
140
+ beginDeleteAndWait(
141
+ resourceGroupName: string,
142
+ sapVirtualInstanceName: string,
143
+ centralInstanceName: string,
144
+ options?: SAPCentralInstancesDeleteOptionalParams,
145
+ ): Promise<SAPCentralInstancesDeleteResponse>;
146
+ /**
147
+ * Starts the SAP Central Services Instance.
148
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
149
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
150
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
151
+ * auto generation to work correctly.
152
+ * @param options The options parameters.
153
+ */
154
+ beginStartInstance(
155
+ resourceGroupName: string,
156
+ sapVirtualInstanceName: string,
157
+ centralInstanceName: string,
158
+ options?: SAPCentralInstancesStartInstanceOptionalParams,
159
+ ): Promise<
160
+ SimplePollerLike<
161
+ OperationState<SAPCentralInstancesStartInstanceResponse>,
162
+ SAPCentralInstancesStartInstanceResponse
163
+ >
164
+ >;
165
+ /**
166
+ * Starts the SAP Central Services Instance.
167
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
168
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
169
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
170
+ * auto generation to work correctly.
171
+ * @param options The options parameters.
172
+ */
173
+ beginStartInstanceAndWait(
174
+ resourceGroupName: string,
175
+ sapVirtualInstanceName: string,
176
+ centralInstanceName: string,
177
+ options?: SAPCentralInstancesStartInstanceOptionalParams,
178
+ ): Promise<SAPCentralInstancesStartInstanceResponse>;
179
+ /**
180
+ * Stops the SAP Central Services Instance.
181
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
182
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
183
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
184
+ * auto generation to work correctly.
185
+ * @param options The options parameters.
186
+ */
187
+ beginStopInstance(
188
+ resourceGroupName: string,
189
+ sapVirtualInstanceName: string,
190
+ centralInstanceName: string,
191
+ options?: SAPCentralInstancesStopInstanceOptionalParams,
192
+ ): Promise<
193
+ SimplePollerLike<
194
+ OperationState<SAPCentralInstancesStopInstanceResponse>,
195
+ SAPCentralInstancesStopInstanceResponse
196
+ >
197
+ >;
198
+ /**
199
+ * Stops the SAP Central Services Instance.
200
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
201
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
202
+ * @param centralInstanceName Central Services Instance resource name string modeled as parameter for
203
+ * auto generation to work correctly.
204
+ * @param options The options parameters.
205
+ */
206
+ beginStopInstanceAndWait(
207
+ resourceGroupName: string,
208
+ sapVirtualInstanceName: string,
209
+ centralInstanceName: string,
210
+ options?: SAPCentralInstancesStopInstanceOptionalParams,
211
+ ): Promise<SAPCentralInstancesStopInstanceResponse>;
212
+ }
@@ -0,0 +1,206 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
11
+ import {
12
+ SAPDatabaseInstance,
13
+ SAPDatabaseInstancesListOptionalParams,
14
+ SAPDatabaseInstancesGetOptionalParams,
15
+ SAPDatabaseInstancesGetResponse,
16
+ SAPDatabaseInstancesCreateOptionalParams,
17
+ SAPDatabaseInstancesCreateResponse,
18
+ SAPDatabaseInstancesUpdateOptionalParams,
19
+ SAPDatabaseInstancesUpdateResponse,
20
+ SAPDatabaseInstancesDeleteOptionalParams,
21
+ SAPDatabaseInstancesDeleteResponse,
22
+ SAPDatabaseInstancesStartInstanceOptionalParams,
23
+ SAPDatabaseInstancesStartInstanceResponse,
24
+ SAPDatabaseInstancesStopInstanceOptionalParams,
25
+ SAPDatabaseInstancesStopInstanceResponse,
26
+ } from "../models";
27
+
28
+ /// <reference lib="esnext.asynciterable" />
29
+ /** Interface representing a SAPDatabaseInstances. */
30
+ export interface SAPDatabaseInstances {
31
+ /**
32
+ * Lists the Database resources associated with a Virtual Instance for SAP solutions resource.
33
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
34
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
35
+ * @param options The options parameters.
36
+ */
37
+ list(
38
+ resourceGroupName: string,
39
+ sapVirtualInstanceName: string,
40
+ options?: SAPDatabaseInstancesListOptionalParams,
41
+ ): PagedAsyncIterableIterator<SAPDatabaseInstance>;
42
+ /**
43
+ * Gets the SAP Database Instance resource.
44
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
46
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
47
+ * to work correctly.
48
+ * @param options The options parameters.
49
+ */
50
+ get(
51
+ resourceGroupName: string,
52
+ sapVirtualInstanceName: string,
53
+ databaseInstanceName: string,
54
+ options?: SAPDatabaseInstancesGetOptionalParams,
55
+ ): Promise<SAPDatabaseInstancesGetResponse>;
56
+ /**
57
+ * Creates the Database resource corresponding to the Virtual Instance for SAP solutions resource.
58
+ * <br><br>This will be used by service only. PUT by end user will return a Bad Request error.
59
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
61
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
62
+ * to work correctly.
63
+ * @param options The options parameters.
64
+ */
65
+ beginCreate(
66
+ resourceGroupName: string,
67
+ sapVirtualInstanceName: string,
68
+ databaseInstanceName: string,
69
+ options?: SAPDatabaseInstancesCreateOptionalParams,
70
+ ): Promise<
71
+ SimplePollerLike<
72
+ OperationState<SAPDatabaseInstancesCreateResponse>,
73
+ SAPDatabaseInstancesCreateResponse
74
+ >
75
+ >;
76
+ /**
77
+ * Creates the Database resource corresponding to the Virtual Instance for SAP solutions resource.
78
+ * <br><br>This will be used by service only. PUT by end user will return a Bad Request error.
79
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
81
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
82
+ * to work correctly.
83
+ * @param options The options parameters.
84
+ */
85
+ beginCreateAndWait(
86
+ resourceGroupName: string,
87
+ sapVirtualInstanceName: string,
88
+ databaseInstanceName: string,
89
+ options?: SAPDatabaseInstancesCreateOptionalParams,
90
+ ): Promise<SAPDatabaseInstancesCreateResponse>;
91
+ /**
92
+ * Updates the Database instance resource. This can be used to update tags on the resource.
93
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
94
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
95
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
96
+ * to work correctly.
97
+ * @param options The options parameters.
98
+ */
99
+ update(
100
+ resourceGroupName: string,
101
+ sapVirtualInstanceName: string,
102
+ databaseInstanceName: string,
103
+ options?: SAPDatabaseInstancesUpdateOptionalParams,
104
+ ): Promise<SAPDatabaseInstancesUpdateResponse>;
105
+ /**
106
+ * Deletes the Database resource corresponding to a Virtual Instance for SAP solutions resource.
107
+ * <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
108
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
109
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
110
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
111
+ * to work correctly.
112
+ * @param options The options parameters.
113
+ */
114
+ beginDelete(
115
+ resourceGroupName: string,
116
+ sapVirtualInstanceName: string,
117
+ databaseInstanceName: string,
118
+ options?: SAPDatabaseInstancesDeleteOptionalParams,
119
+ ): Promise<
120
+ SimplePollerLike<
121
+ OperationState<SAPDatabaseInstancesDeleteResponse>,
122
+ SAPDatabaseInstancesDeleteResponse
123
+ >
124
+ >;
125
+ /**
126
+ * Deletes the Database resource corresponding to a Virtual Instance for SAP solutions resource.
127
+ * <br><br>This will be used by service only. Delete by end user will return a Bad Request error.
128
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
129
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
130
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
131
+ * to work correctly.
132
+ * @param options The options parameters.
133
+ */
134
+ beginDeleteAndWait(
135
+ resourceGroupName: string,
136
+ sapVirtualInstanceName: string,
137
+ databaseInstanceName: string,
138
+ options?: SAPDatabaseInstancesDeleteOptionalParams,
139
+ ): Promise<SAPDatabaseInstancesDeleteResponse>;
140
+ /**
141
+ * Starts the database instance of the SAP system.
142
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
143
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
144
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
145
+ * to work correctly.
146
+ * @param options The options parameters.
147
+ */
148
+ beginStartInstance(
149
+ resourceGroupName: string,
150
+ sapVirtualInstanceName: string,
151
+ databaseInstanceName: string,
152
+ options?: SAPDatabaseInstancesStartInstanceOptionalParams,
153
+ ): Promise<
154
+ SimplePollerLike<
155
+ OperationState<SAPDatabaseInstancesStartInstanceResponse>,
156
+ SAPDatabaseInstancesStartInstanceResponse
157
+ >
158
+ >;
159
+ /**
160
+ * Starts the database instance of the SAP system.
161
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
162
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
163
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
164
+ * to work correctly.
165
+ * @param options The options parameters.
166
+ */
167
+ beginStartInstanceAndWait(
168
+ resourceGroupName: string,
169
+ sapVirtualInstanceName: string,
170
+ databaseInstanceName: string,
171
+ options?: SAPDatabaseInstancesStartInstanceOptionalParams,
172
+ ): Promise<SAPDatabaseInstancesStartInstanceResponse>;
173
+ /**
174
+ * Stops the database instance of the SAP system.
175
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
176
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
177
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
178
+ * to work correctly.
179
+ * @param options The options parameters.
180
+ */
181
+ beginStopInstance(
182
+ resourceGroupName: string,
183
+ sapVirtualInstanceName: string,
184
+ databaseInstanceName: string,
185
+ options?: SAPDatabaseInstancesStopInstanceOptionalParams,
186
+ ): Promise<
187
+ SimplePollerLike<
188
+ OperationState<SAPDatabaseInstancesStopInstanceResponse>,
189
+ SAPDatabaseInstancesStopInstanceResponse
190
+ >
191
+ >;
192
+ /**
193
+ * Stops the database instance of the SAP system.
194
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
195
+ * @param sapVirtualInstanceName The name of the Virtual Instances for SAP solutions resource
196
+ * @param databaseInstanceName Database resource name string modeled as parameter for auto generation
197
+ * to work correctly.
198
+ * @param options The options parameters.
199
+ */
200
+ beginStopInstanceAndWait(
201
+ resourceGroupName: string,
202
+ sapVirtualInstanceName: string,
203
+ databaseInstanceName: string,
204
+ options?: SAPDatabaseInstancesStopInstanceOptionalParams,
205
+ ): Promise<SAPDatabaseInstancesStopInstanceResponse>;
206
+ }