@azure/arm-appservice 30.0.0-alpha.20211001.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 (238) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/LICENSE +21 -0
  3. package/README.md +96 -0
  4. package/dist/index.js +59024 -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/index.d.ts +6 -0
  9. package/dist-esm/index.d.ts.map +1 -0
  10. package/dist-esm/index.js +13 -0
  11. package/dist-esm/index.js.map +1 -0
  12. package/dist-esm/lroImpl.d.ts +16 -0
  13. package/dist-esm/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/lroImpl.js +29 -0
  15. package/dist-esm/lroImpl.js.map +1 -0
  16. package/dist-esm/models/index.d.ts +12050 -0
  17. package/dist-esm/models/index.d.ts.map +1 -0
  18. package/dist-esm/models/index.js +227 -0
  19. package/dist-esm/models/index.js.map +1 -0
  20. package/dist-esm/models/mappers.d.ts +405 -0
  21. package/dist-esm/models/mappers.d.ts.map +1 -0
  22. package/dist-esm/models/mappers.js +19668 -0
  23. package/dist-esm/models/mappers.js.map +1 -0
  24. package/dist-esm/models/parameters.d.ts +183 -0
  25. package/dist-esm/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/models/parameters.js +1382 -0
  27. package/dist-esm/models/parameters.js.map +1 -0
  28. package/dist-esm/operations/appServiceCertificateOrders.d.ts +233 -0
  29. package/dist-esm/operations/appServiceCertificateOrders.d.ts.map +1 -0
  30. package/dist-esm/operations/appServiceCertificateOrders.js +1024 -0
  31. package/dist-esm/operations/appServiceCertificateOrders.js.map +1 -0
  32. package/dist-esm/operations/appServiceEnvironments.d.ts +780 -0
  33. package/dist-esm/operations/appServiceEnvironments.d.ts.map +1 -0
  34. package/dist-esm/operations/appServiceEnvironments.js +3646 -0
  35. package/dist-esm/operations/appServiceEnvironments.js.map +1 -0
  36. package/dist-esm/operations/appServicePlans.d.ts +339 -0
  37. package/dist-esm/operations/appServicePlans.d.ts.map +1 -0
  38. package/dist-esm/operations/appServicePlans.js +1490 -0
  39. package/dist-esm/operations/appServicePlans.js.map +1 -0
  40. package/dist-esm/operations/certificateOrdersDiagnostics.d.ts +48 -0
  41. package/dist-esm/operations/certificateOrdersDiagnostics.d.ts.map +1 -0
  42. package/dist-esm/operations/certificateOrdersDiagnostics.js +176 -0
  43. package/dist-esm/operations/certificateOrdersDiagnostics.js.map +1 -0
  44. package/dist-esm/operations/certificateRegistrationProvider.d.ts +35 -0
  45. package/dist-esm/operations/certificateRegistrationProvider.d.ts.map +1 -0
  46. package/dist-esm/operations/certificateRegistrationProvider.js +123 -0
  47. package/dist-esm/operations/certificateRegistrationProvider.js.map +1 -0
  48. package/dist-esm/operations/certificates.d.ts +84 -0
  49. package/dist-esm/operations/certificates.d.ts.map +1 -0
  50. package/dist-esm/operations/certificates.js +357 -0
  51. package/dist-esm/operations/certificates.js.map +1 -0
  52. package/dist-esm/operations/deletedWebApps.d.ts +61 -0
  53. package/dist-esm/operations/deletedWebApps.d.ts.map +1 -0
  54. package/dist-esm/operations/deletedWebApps.js +262 -0
  55. package/dist-esm/operations/deletedWebApps.js.map +1 -0
  56. package/dist-esm/operations/diagnostics.d.ts +378 -0
  57. package/dist-esm/operations/diagnostics.d.ts.map +1 -0
  58. package/dist-esm/operations/diagnostics.js +1624 -0
  59. package/dist-esm/operations/diagnostics.js.map +1 -0
  60. package/dist-esm/operations/domainRegistrationProvider.d.ts +35 -0
  61. package/dist-esm/operations/domainRegistrationProvider.d.ts.map +1 -0
  62. package/dist-esm/operations/domainRegistrationProvider.js +123 -0
  63. package/dist-esm/operations/domainRegistrationProvider.js.map +1 -0
  64. package/dist-esm/operations/domains.d.ts +193 -0
  65. package/dist-esm/operations/domains.d.ts.map +1 -0
  66. package/dist-esm/operations/domains.js +856 -0
  67. package/dist-esm/operations/domains.js.map +1 -0
  68. package/dist-esm/operations/global.d.ts +32 -0
  69. package/dist-esm/operations/global.d.ts.map +1 -0
  70. package/dist-esm/operations/global.js +112 -0
  71. package/dist-esm/operations/global.js.map +1 -0
  72. package/dist-esm/operations/index.d.ts +19 -0
  73. package/dist-esm/operations/index.d.ts.map +1 -0
  74. package/dist-esm/operations/index.js +26 -0
  75. package/dist-esm/operations/index.js.map +1 -0
  76. package/dist-esm/operations/kubeEnvironments.d.ts +100 -0
  77. package/dist-esm/operations/kubeEnvironments.d.ts.map +1 -0
  78. package/dist-esm/operations/kubeEnvironments.js +454 -0
  79. package/dist-esm/operations/kubeEnvironments.js.map +1 -0
  80. package/dist-esm/operations/provider.d.ts +152 -0
  81. package/dist-esm/operations/provider.d.ts.map +1 -0
  82. package/dist-esm/operations/provider.js +706 -0
  83. package/dist-esm/operations/provider.js.map +1 -0
  84. package/dist-esm/operations/recommendations.d.ts +206 -0
  85. package/dist-esm/operations/recommendations.d.ts.map +1 -0
  86. package/dist-esm/operations/recommendations.js +912 -0
  87. package/dist-esm/operations/recommendations.js.map +1 -0
  88. package/dist-esm/operations/resourceHealthMetadataOperations.d.ts +126 -0
  89. package/dist-esm/operations/resourceHealthMetadataOperations.d.ts.map +1 -0
  90. package/dist-esm/operations/resourceHealthMetadataOperations.js +529 -0
  91. package/dist-esm/operations/resourceHealthMetadataOperations.js.map +1 -0
  92. package/dist-esm/operations/staticSites.d.ts +702 -0
  93. package/dist-esm/operations/staticSites.d.ts.map +1 -0
  94. package/dist-esm/operations/staticSites.js +3069 -0
  95. package/dist-esm/operations/staticSites.js.map +1 -0
  96. package/dist-esm/operations/topLevelDomains.d.ts +63 -0
  97. package/dist-esm/operations/topLevelDomains.d.ts.map +1 -0
  98. package/dist-esm/operations/topLevelDomains.js +258 -0
  99. package/dist-esm/operations/topLevelDomains.js.map +1 -0
  100. package/dist-esm/operations/webApps.d.ts +5070 -0
  101. package/dist-esm/operations/webApps.d.ts.map +1 -0
  102. package/dist-esm/operations/webApps.js +20820 -0
  103. package/dist-esm/operations/webApps.js.map +1 -0
  104. package/dist-esm/operationsInterfaces/appServiceCertificateOrders.d.ts +180 -0
  105. package/dist-esm/operationsInterfaces/appServiceCertificateOrders.d.ts.map +1 -0
  106. package/dist-esm/operationsInterfaces/appServiceCertificateOrders.js +9 -0
  107. package/dist-esm/operationsInterfaces/appServiceCertificateOrders.js.map +1 -0
  108. package/dist-esm/operationsInterfaces/appServiceEnvironments.d.ts +380 -0
  109. package/dist-esm/operationsInterfaces/appServiceEnvironments.d.ts.map +1 -0
  110. package/dist-esm/operationsInterfaces/appServiceEnvironments.js +9 -0
  111. package/dist-esm/operationsInterfaces/appServiceEnvironments.js.map +1 -0
  112. package/dist-esm/operationsInterfaces/appServicePlans.d.ts +230 -0
  113. package/dist-esm/operationsInterfaces/appServicePlans.d.ts.map +1 -0
  114. package/dist-esm/operationsInterfaces/appServicePlans.js +9 -0
  115. package/dist-esm/operationsInterfaces/appServicePlans.js.map +1 -0
  116. package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts +22 -0
  117. package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +1 -0
  118. package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.js +9 -0
  119. package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.js.map +1 -0
  120. package/dist-esm/operationsInterfaces/certificateRegistrationProvider.d.ts +13 -0
  121. package/dist-esm/operationsInterfaces/certificateRegistrationProvider.d.ts.map +1 -0
  122. package/dist-esm/operationsInterfaces/certificateRegistrationProvider.js +9 -0
  123. package/dist-esm/operationsInterfaces/certificateRegistrationProvider.js.map +1 -0
  124. package/dist-esm/operationsInterfaces/certificates.d.ts +48 -0
  125. package/dist-esm/operationsInterfaces/certificates.d.ts.map +1 -0
  126. package/dist-esm/operationsInterfaces/certificates.js +9 -0
  127. package/dist-esm/operationsInterfaces/certificates.js.map +1 -0
  128. package/dist-esm/operationsInterfaces/deletedWebApps.d.ts +25 -0
  129. package/dist-esm/operationsInterfaces/deletedWebApps.d.ts.map +1 -0
  130. package/dist-esm/operationsInterfaces/deletedWebApps.js +9 -0
  131. package/dist-esm/operationsInterfaces/deletedWebApps.js.map +1 -0
  132. package/dist-esm/operationsInterfaces/diagnostics.d.ts +196 -0
  133. package/dist-esm/operationsInterfaces/diagnostics.d.ts.map +1 -0
  134. package/dist-esm/operationsInterfaces/diagnostics.js +9 -0
  135. package/dist-esm/operationsInterfaces/diagnostics.js.map +1 -0
  136. package/dist-esm/operationsInterfaces/domainRegistrationProvider.d.ts +13 -0
  137. package/dist-esm/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  138. package/dist-esm/operationsInterfaces/domainRegistrationProvider.js +9 -0
  139. package/dist-esm/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  140. package/dist-esm/operationsInterfaces/domains.d.ts +124 -0
  141. package/dist-esm/operationsInterfaces/domains.d.ts.map +1 -0
  142. package/dist-esm/operationsInterfaces/domains.js +9 -0
  143. package/dist-esm/operationsInterfaces/domains.js.map +1 -0
  144. package/dist-esm/operationsInterfaces/global.d.ts +24 -0
  145. package/dist-esm/operationsInterfaces/global.d.ts.map +1 -0
  146. package/dist-esm/operationsInterfaces/global.js +9 -0
  147. package/dist-esm/operationsInterfaces/global.js.map +1 -0
  148. package/dist-esm/operationsInterfaces/index.d.ts +19 -0
  149. package/dist-esm/operationsInterfaces/index.d.ts.map +1 -0
  150. package/dist-esm/operationsInterfaces/index.js +26 -0
  151. package/dist-esm/operationsInterfaces/index.js.map +1 -0
  152. package/dist-esm/operationsInterfaces/kubeEnvironments.d.ts +64 -0
  153. package/dist-esm/operationsInterfaces/kubeEnvironments.d.ts.map +1 -0
  154. package/dist-esm/operationsInterfaces/kubeEnvironments.js +9 -0
  155. package/dist-esm/operationsInterfaces/kubeEnvironments.js.map +1 -0
  156. package/dist-esm/operationsInterfaces/provider.d.ts +45 -0
  157. package/dist-esm/operationsInterfaces/provider.d.ts.map +1 -0
  158. package/dist-esm/operationsInterfaces/provider.js +9 -0
  159. package/dist-esm/operationsInterfaces/provider.js.map +1 -0
  160. package/dist-esm/operationsInterfaces/recommendations.d.ts +114 -0
  161. package/dist-esm/operationsInterfaces/recommendations.d.ts.map +1 -0
  162. package/dist-esm/operationsInterfaces/recommendations.js +9 -0
  163. package/dist-esm/operationsInterfaces/recommendations.js.map +1 -0
  164. package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.d.ts +51 -0
  165. package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.d.ts.map +1 -0
  166. package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.js +9 -0
  167. package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.js.map +1 -0
  168. package/dist-esm/operationsInterfaces/staticSites.d.ts +516 -0
  169. package/dist-esm/operationsInterfaces/staticSites.d.ts.map +1 -0
  170. package/dist-esm/operationsInterfaces/staticSites.js +9 -0
  171. package/dist-esm/operationsInterfaces/staticSites.js.map +1 -0
  172. package/dist-esm/operationsInterfaces/topLevelDomains.d.ts +25 -0
  173. package/dist-esm/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  174. package/dist-esm/operationsInterfaces/topLevelDomains.js +9 -0
  175. package/dist-esm/operationsInterfaces/topLevelDomains.js.map +1 -0
  176. package/dist-esm/operationsInterfaces/webApps.d.ts +3798 -0
  177. package/dist-esm/operationsInterfaces/webApps.d.ts.map +1 -0
  178. package/dist-esm/operationsInterfaces/webApps.js +9 -0
  179. package/dist-esm/operationsInterfaces/webApps.js.map +1 -0
  180. package/dist-esm/webSiteManagementClient.d.ts +205 -0
  181. package/dist-esm/webSiteManagementClient.d.ts.map +1 -0
  182. package/dist-esm/webSiteManagementClient.js +892 -0
  183. package/dist-esm/webSiteManagementClient.js.map +1 -0
  184. package/dist-esm/webSiteManagementClientContext.d.ts +17 -0
  185. package/dist-esm/webSiteManagementClientContext.d.ts.map +1 -0
  186. package/dist-esm/webSiteManagementClientContext.js +50 -0
  187. package/dist-esm/webSiteManagementClientContext.js.map +1 -0
  188. package/package.json +99 -0
  189. package/review/arm-appservice.api.md +10633 -0
  190. package/rollup.config.js +188 -0
  191. package/src/index.ts +13 -0
  192. package/src/lroImpl.ts +34 -0
  193. package/src/models/index.ts +14289 -0
  194. package/src/models/mappers.ts +21388 -0
  195. package/src/models/parameters.ts +1647 -0
  196. package/src/operations/appServiceCertificateOrders.ts +1373 -0
  197. package/src/operations/appServiceEnvironments.ts +5073 -0
  198. package/src/operations/appServicePlans.ts +1987 -0
  199. package/src/operations/certificateOrdersDiagnostics.ts +247 -0
  200. package/src/operations/certificateRegistrationProvider.ts +144 -0
  201. package/src/operations/certificates.ts +444 -0
  202. package/src/operations/deletedWebApps.ts +311 -0
  203. package/src/operations/diagnostics.ts +2273 -0
  204. package/src/operations/domainRegistrationProvider.ts +144 -0
  205. package/src/operations/domains.ts +1122 -0
  206. package/src/operations/global.ts +150 -0
  207. package/src/operations/index.ts +26 -0
  208. package/src/operations/kubeEnvironments.ts +594 -0
  209. package/src/operations/provider.ts +829 -0
  210. package/src/operations/recommendations.ts +1210 -0
  211. package/src/operations/resourceHealthMetadataOperations.ts +679 -0
  212. package/src/operations/staticSites.ts +4336 -0
  213. package/src/operations/topLevelDomains.ts +319 -0
  214. package/src/operations/webApps.ts +28925 -0
  215. package/src/operationsInterfaces/appServiceCertificateOrders.ts +340 -0
  216. package/src/operationsInterfaces/appServiceEnvironments.ts +725 -0
  217. package/src/operationsInterfaces/appServicePlans.ts +433 -0
  218. package/src/operationsInterfaces/certificateOrdersDiagnostics.ts +47 -0
  219. package/src/operationsInterfaces/certificateRegistrationProvider.ts +27 -0
  220. package/src/operationsInterfaces/certificates.ts +92 -0
  221. package/src/operationsInterfaces/deletedWebApps.ts +49 -0
  222. package/src/operationsInterfaces/diagnostics.ts +368 -0
  223. package/src/operationsInterfaces/domainRegistrationProvider.ts +27 -0
  224. package/src/operationsInterfaces/domains.ts +231 -0
  225. package/src/operationsInterfaces/global.ts +48 -0
  226. package/src/operationsInterfaces/index.ts +26 -0
  227. package/src/operationsInterfaces/kubeEnvironments.ts +122 -0
  228. package/src/operationsInterfaces/provider.ts +82 -0
  229. package/src/operationsInterfaces/recommendations.ts +204 -0
  230. package/src/operationsInterfaces/resourceHealthMetadataOperations.ts +93 -0
  231. package/src/operationsInterfaces/staticSites.ts +963 -0
  232. package/src/operationsInterfaces/topLevelDomains.ts +51 -0
  233. package/src/operationsInterfaces/webApps.ts +6889 -0
  234. package/src/webSiteManagementClient.ts +1177 -0
  235. package/src/webSiteManagementClientContext.ts +71 -0
  236. package/tsconfig.json +19 -0
  237. package/types/arm-appservice.d.ts +20041 -0
  238. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,725 @@
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 "@azure/core-paging";
10
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
12
+ import {
13
+ AppServiceEnvironmentResource,
14
+ AppServiceEnvironmentsListOptionalParams,
15
+ AppServiceEnvironmentsListByResourceGroupOptionalParams,
16
+ StampCapacity,
17
+ AppServiceEnvironmentsListCapacitiesOptionalParams,
18
+ Site,
19
+ VirtualNetworkProfile,
20
+ AppServiceEnvironmentsChangeVnetOptionalParams,
21
+ InboundEnvironmentEndpoint,
22
+ AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams,
23
+ WorkerPoolResource,
24
+ AppServiceEnvironmentsListMultiRolePoolsOptionalParams,
25
+ ResourceMetricDefinition,
26
+ AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams,
27
+ AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams,
28
+ SkuInfo,
29
+ AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams,
30
+ Usage,
31
+ AppServiceEnvironmentsListMultiRoleUsagesOptionalParams,
32
+ OutboundEnvironmentEndpoint,
33
+ AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams,
34
+ RemotePrivateEndpointConnectionARMResource,
35
+ AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams,
36
+ AppServiceEnvironmentsResumeOptionalParams,
37
+ AppServicePlan,
38
+ AppServiceEnvironmentsListAppServicePlansOptionalParams,
39
+ AppServiceEnvironmentsListWebAppsOptionalParams,
40
+ AppServiceEnvironmentsSuspendOptionalParams,
41
+ CsmUsageQuota,
42
+ AppServiceEnvironmentsListUsagesOptionalParams,
43
+ AppServiceEnvironmentsListWorkerPoolsOptionalParams,
44
+ AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams,
45
+ AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams,
46
+ AppServiceEnvironmentsListWorkerPoolSkusOptionalParams,
47
+ AppServiceEnvironmentsListWebWorkerUsagesOptionalParams,
48
+ AppServiceEnvironmentsGetOptionalParams,
49
+ AppServiceEnvironmentsGetResponse,
50
+ AppServiceEnvironmentsCreateOrUpdateOptionalParams,
51
+ AppServiceEnvironmentsCreateOrUpdateResponse,
52
+ AppServiceEnvironmentsDeleteOptionalParams,
53
+ AppServiceEnvironmentPatchResource,
54
+ AppServiceEnvironmentsUpdateOptionalParams,
55
+ AppServiceEnvironmentsUpdateResponse,
56
+ AppServiceEnvironmentsGetVipInfoOptionalParams,
57
+ AppServiceEnvironmentsGetVipInfoResponse,
58
+ AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams,
59
+ AppServiceEnvironmentsGetAseV3NetworkingConfigurationResponse,
60
+ AseV3NetworkingConfiguration,
61
+ AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams,
62
+ AppServiceEnvironmentsUpdateAseNetworkingConfigurationResponse,
63
+ AppServiceEnvironmentsListDiagnosticsOptionalParams,
64
+ AppServiceEnvironmentsListDiagnosticsResponse,
65
+ AppServiceEnvironmentsGetDiagnosticsItemOptionalParams,
66
+ AppServiceEnvironmentsGetDiagnosticsItemResponse,
67
+ AppServiceEnvironmentsGetMultiRolePoolOptionalParams,
68
+ AppServiceEnvironmentsGetMultiRolePoolResponse,
69
+ AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams,
70
+ AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse,
71
+ AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams,
72
+ AppServiceEnvironmentsUpdateMultiRolePoolResponse,
73
+ AppServiceEnvironmentsListOperationsOptionalParams,
74
+ AppServiceEnvironmentsListOperationsResponse,
75
+ AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams,
76
+ AppServiceEnvironmentsGetPrivateEndpointConnectionResponse,
77
+ PrivateLinkConnectionApprovalRequestResource,
78
+ AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams,
79
+ AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse,
80
+ AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams,
81
+ AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse,
82
+ AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams,
83
+ AppServiceEnvironmentsGetPrivateLinkResourcesResponse,
84
+ AppServiceEnvironmentsRebootOptionalParams,
85
+ AppServiceEnvironmentsGetWorkerPoolOptionalParams,
86
+ AppServiceEnvironmentsGetWorkerPoolResponse,
87
+ AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams,
88
+ AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse,
89
+ AppServiceEnvironmentsUpdateWorkerPoolOptionalParams,
90
+ AppServiceEnvironmentsUpdateWorkerPoolResponse
91
+ } from "../models";
92
+
93
+ /// <reference lib="esnext.asynciterable" />
94
+ /** Interface representing a AppServiceEnvironments. */
95
+ export interface AppServiceEnvironments {
96
+ /**
97
+ * Description for Get all App Service Environments for a subscription.
98
+ * @param options The options parameters.
99
+ */
100
+ list(
101
+ options?: AppServiceEnvironmentsListOptionalParams
102
+ ): PagedAsyncIterableIterator<AppServiceEnvironmentResource>;
103
+ /**
104
+ * Description for Get all App Service Environments in a resource group.
105
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
106
+ * @param options The options parameters.
107
+ */
108
+ listByResourceGroup(
109
+ resourceGroupName: string,
110
+ options?: AppServiceEnvironmentsListByResourceGroupOptionalParams
111
+ ): PagedAsyncIterableIterator<AppServiceEnvironmentResource>;
112
+ /**
113
+ * Description for Get the used, available, and total worker capacity an App Service Environment.
114
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
115
+ * @param name Name of the App Service Environment.
116
+ * @param options The options parameters.
117
+ */
118
+ listCapacities(
119
+ resourceGroupName: string,
120
+ name: string,
121
+ options?: AppServiceEnvironmentsListCapacitiesOptionalParams
122
+ ): PagedAsyncIterableIterator<StampCapacity>;
123
+ /**
124
+ * Description for Move an App Service Environment to a different VNET.
125
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
126
+ * @param name Name of the App Service Environment.
127
+ * @param vnetInfo Details for the new virtual network.
128
+ * @param options The options parameters.
129
+ */
130
+ beginListChangeVnetAndWait(
131
+ resourceGroupName: string,
132
+ name: string,
133
+ vnetInfo: VirtualNetworkProfile,
134
+ options?: AppServiceEnvironmentsChangeVnetOptionalParams
135
+ ): PagedAsyncIterableIterator<Site>;
136
+ /**
137
+ * Description for Get the network endpoints of all inbound dependencies of an App Service Environment.
138
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
139
+ * @param name Name of the App Service Environment.
140
+ * @param options The options parameters.
141
+ */
142
+ listInboundNetworkDependenciesEndpoints(
143
+ resourceGroupName: string,
144
+ name: string,
145
+ options?: AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams
146
+ ): PagedAsyncIterableIterator<InboundEnvironmentEndpoint>;
147
+ /**
148
+ * Description for Get all multi-role pools.
149
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
150
+ * @param name Name of the App Service Environment.
151
+ * @param options The options parameters.
152
+ */
153
+ listMultiRolePools(
154
+ resourceGroupName: string,
155
+ name: string,
156
+ options?: AppServiceEnvironmentsListMultiRolePoolsOptionalParams
157
+ ): PagedAsyncIterableIterator<WorkerPoolResource>;
158
+ /**
159
+ * Description for Get metric definitions for a specific instance of a multi-role pool of an App
160
+ * Service Environment.
161
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
162
+ * @param name Name of the App Service Environment.
163
+ * @param instance Name of the instance in the multi-role pool.
164
+ * @param options The options parameters.
165
+ */
166
+ listMultiRolePoolInstanceMetricDefinitions(
167
+ resourceGroupName: string,
168
+ name: string,
169
+ instance: string,
170
+ options?: AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams
171
+ ): PagedAsyncIterableIterator<ResourceMetricDefinition>;
172
+ /**
173
+ * Description for Get metric definitions for a multi-role pool of an App Service Environment.
174
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
175
+ * @param name Name of the App Service Environment.
176
+ * @param options The options parameters.
177
+ */
178
+ listMultiRoleMetricDefinitions(
179
+ resourceGroupName: string,
180
+ name: string,
181
+ options?: AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams
182
+ ): PagedAsyncIterableIterator<ResourceMetricDefinition>;
183
+ /**
184
+ * Description for Get available SKUs for scaling a multi-role pool.
185
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
186
+ * @param name Name of the App Service Environment.
187
+ * @param options The options parameters.
188
+ */
189
+ listMultiRolePoolSkus(
190
+ resourceGroupName: string,
191
+ name: string,
192
+ options?: AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams
193
+ ): PagedAsyncIterableIterator<SkuInfo>;
194
+ /**
195
+ * Description for Get usage metrics for a multi-role pool of an App Service Environment.
196
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
197
+ * @param name Name of the App Service Environment.
198
+ * @param options The options parameters.
199
+ */
200
+ listMultiRoleUsages(
201
+ resourceGroupName: string,
202
+ name: string,
203
+ options?: AppServiceEnvironmentsListMultiRoleUsagesOptionalParams
204
+ ): PagedAsyncIterableIterator<Usage>;
205
+ /**
206
+ * Description for Get the network endpoints of all outbound dependencies of an App Service
207
+ * Environment.
208
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
209
+ * @param name Name of the App Service Environment.
210
+ * @param options The options parameters.
211
+ */
212
+ listOutboundNetworkDependenciesEndpoints(
213
+ resourceGroupName: string,
214
+ name: string,
215
+ options?: AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams
216
+ ): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
217
+ /**
218
+ * Description for Gets the list of private endpoints associated with a hosting environment
219
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
220
+ * @param name Name of the App Service Environment.
221
+ * @param options The options parameters.
222
+ */
223
+ listPrivateEndpointConnectionList(
224
+ resourceGroupName: string,
225
+ name: string,
226
+ options?: AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams
227
+ ): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
228
+ /**
229
+ * Description for Resume an App Service Environment.
230
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
231
+ * @param name Name of the App Service Environment.
232
+ * @param options The options parameters.
233
+ */
234
+ beginListResumeAndWait(
235
+ resourceGroupName: string,
236
+ name: string,
237
+ options?: AppServiceEnvironmentsResumeOptionalParams
238
+ ): PagedAsyncIterableIterator<Site>;
239
+ /**
240
+ * Description for Get all App Service plans in an App Service Environment.
241
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
242
+ * @param name Name of the App Service Environment.
243
+ * @param options The options parameters.
244
+ */
245
+ listAppServicePlans(
246
+ resourceGroupName: string,
247
+ name: string,
248
+ options?: AppServiceEnvironmentsListAppServicePlansOptionalParams
249
+ ): PagedAsyncIterableIterator<AppServicePlan>;
250
+ /**
251
+ * Description for Get all apps in an App Service Environment.
252
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
253
+ * @param name Name of the App Service Environment.
254
+ * @param options The options parameters.
255
+ */
256
+ listWebApps(
257
+ resourceGroupName: string,
258
+ name: string,
259
+ options?: AppServiceEnvironmentsListWebAppsOptionalParams
260
+ ): PagedAsyncIterableIterator<Site>;
261
+ /**
262
+ * Description for Suspend an App Service Environment.
263
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
264
+ * @param name Name of the App Service Environment.
265
+ * @param options The options parameters.
266
+ */
267
+ beginListSuspendAndWait(
268
+ resourceGroupName: string,
269
+ name: string,
270
+ options?: AppServiceEnvironmentsSuspendOptionalParams
271
+ ): PagedAsyncIterableIterator<Site>;
272
+ /**
273
+ * Description for Get global usage metrics of an App Service Environment.
274
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
275
+ * @param name Name of the App Service Environment.
276
+ * @param options The options parameters.
277
+ */
278
+ listUsages(
279
+ resourceGroupName: string,
280
+ name: string,
281
+ options?: AppServiceEnvironmentsListUsagesOptionalParams
282
+ ): PagedAsyncIterableIterator<CsmUsageQuota>;
283
+ /**
284
+ * Description for Get all worker pools of an App Service Environment.
285
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
286
+ * @param name Name of the App Service Environment.
287
+ * @param options The options parameters.
288
+ */
289
+ listWorkerPools(
290
+ resourceGroupName: string,
291
+ name: string,
292
+ options?: AppServiceEnvironmentsListWorkerPoolsOptionalParams
293
+ ): PagedAsyncIterableIterator<WorkerPoolResource>;
294
+ /**
295
+ * Description for Get metric definitions for a specific instance of a worker pool of an App Service
296
+ * Environment.
297
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
298
+ * @param name Name of the App Service Environment.
299
+ * @param workerPoolName Name of the worker pool.
300
+ * @param instance Name of the instance in the worker pool.
301
+ * @param options The options parameters.
302
+ */
303
+ listWorkerPoolInstanceMetricDefinitions(
304
+ resourceGroupName: string,
305
+ name: string,
306
+ workerPoolName: string,
307
+ instance: string,
308
+ options?: AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams
309
+ ): PagedAsyncIterableIterator<ResourceMetricDefinition>;
310
+ /**
311
+ * Description for Get metric definitions for a worker pool of an App Service Environment.
312
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
313
+ * @param name Name of the App Service Environment.
314
+ * @param workerPoolName Name of the worker pool.
315
+ * @param options The options parameters.
316
+ */
317
+ listWebWorkerMetricDefinitions(
318
+ resourceGroupName: string,
319
+ name: string,
320
+ workerPoolName: string,
321
+ options?: AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams
322
+ ): PagedAsyncIterableIterator<ResourceMetricDefinition>;
323
+ /**
324
+ * Description for Get available SKUs for scaling a worker pool.
325
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
326
+ * @param name Name of the App Service Environment.
327
+ * @param workerPoolName Name of the worker pool.
328
+ * @param options The options parameters.
329
+ */
330
+ listWorkerPoolSkus(
331
+ resourceGroupName: string,
332
+ name: string,
333
+ workerPoolName: string,
334
+ options?: AppServiceEnvironmentsListWorkerPoolSkusOptionalParams
335
+ ): PagedAsyncIterableIterator<SkuInfo>;
336
+ /**
337
+ * Description for Get usage metrics for a worker pool of an App Service Environment.
338
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
339
+ * @param name Name of the App Service Environment.
340
+ * @param workerPoolName Name of the worker pool.
341
+ * @param options The options parameters.
342
+ */
343
+ listWebWorkerUsages(
344
+ resourceGroupName: string,
345
+ name: string,
346
+ workerPoolName: string,
347
+ options?: AppServiceEnvironmentsListWebWorkerUsagesOptionalParams
348
+ ): PagedAsyncIterableIterator<Usage>;
349
+ /**
350
+ * Description for Get the properties of an App Service Environment.
351
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
352
+ * @param name Name of the App Service Environment.
353
+ * @param options The options parameters.
354
+ */
355
+ get(
356
+ resourceGroupName: string,
357
+ name: string,
358
+ options?: AppServiceEnvironmentsGetOptionalParams
359
+ ): Promise<AppServiceEnvironmentsGetResponse>;
360
+ /**
361
+ * Description for Create or update an App Service Environment.
362
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
363
+ * @param name Name of the App Service Environment.
364
+ * @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
365
+ * @param options The options parameters.
366
+ */
367
+ beginCreateOrUpdate(
368
+ resourceGroupName: string,
369
+ name: string,
370
+ hostingEnvironmentEnvelope: AppServiceEnvironmentResource,
371
+ options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams
372
+ ): Promise<
373
+ PollerLike<
374
+ PollOperationState<AppServiceEnvironmentsCreateOrUpdateResponse>,
375
+ AppServiceEnvironmentsCreateOrUpdateResponse
376
+ >
377
+ >;
378
+ /**
379
+ * Description for Create or update an App Service Environment.
380
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
381
+ * @param name Name of the App Service Environment.
382
+ * @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
383
+ * @param options The options parameters.
384
+ */
385
+ beginCreateOrUpdateAndWait(
386
+ resourceGroupName: string,
387
+ name: string,
388
+ hostingEnvironmentEnvelope: AppServiceEnvironmentResource,
389
+ options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams
390
+ ): Promise<AppServiceEnvironmentsCreateOrUpdateResponse>;
391
+ /**
392
+ * Description for Delete an App Service Environment.
393
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
394
+ * @param name Name of the App Service Environment.
395
+ * @param options The options parameters.
396
+ */
397
+ beginDelete(
398
+ resourceGroupName: string,
399
+ name: string,
400
+ options?: AppServiceEnvironmentsDeleteOptionalParams
401
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
402
+ /**
403
+ * Description for Delete an App Service Environment.
404
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
405
+ * @param name Name of the App Service Environment.
406
+ * @param options The options parameters.
407
+ */
408
+ beginDeleteAndWait(
409
+ resourceGroupName: string,
410
+ name: string,
411
+ options?: AppServiceEnvironmentsDeleteOptionalParams
412
+ ): Promise<void>;
413
+ /**
414
+ * Description for Create or update an App Service Environment.
415
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
416
+ * @param name Name of the App Service Environment.
417
+ * @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
418
+ * @param options The options parameters.
419
+ */
420
+ update(
421
+ resourceGroupName: string,
422
+ name: string,
423
+ hostingEnvironmentEnvelope: AppServiceEnvironmentPatchResource,
424
+ options?: AppServiceEnvironmentsUpdateOptionalParams
425
+ ): Promise<AppServiceEnvironmentsUpdateResponse>;
426
+ /**
427
+ * Description for Get IP addresses assigned to an App Service Environment.
428
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
429
+ * @param name Name of the App Service Environment.
430
+ * @param options The options parameters.
431
+ */
432
+ getVipInfo(
433
+ resourceGroupName: string,
434
+ name: string,
435
+ options?: AppServiceEnvironmentsGetVipInfoOptionalParams
436
+ ): Promise<AppServiceEnvironmentsGetVipInfoResponse>;
437
+ /**
438
+ * Description for Get networking configuration of an App Service Environment
439
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
440
+ * @param name Name of the App Service Environment.
441
+ * @param options The options parameters.
442
+ */
443
+ getAseV3NetworkingConfiguration(
444
+ resourceGroupName: string,
445
+ name: string,
446
+ options?: AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams
447
+ ): Promise<AppServiceEnvironmentsGetAseV3NetworkingConfigurationResponse>;
448
+ /**
449
+ * Description for Update networking configuration of an App Service Environment
450
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
451
+ * @param name Name of the App Service Environment.
452
+ * @param aseNetworkingConfiguration Full view of networking configuration for an ASE.
453
+ * @param options The options parameters.
454
+ */
455
+ updateAseNetworkingConfiguration(
456
+ resourceGroupName: string,
457
+ name: string,
458
+ aseNetworkingConfiguration: AseV3NetworkingConfiguration,
459
+ options?: AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams
460
+ ): Promise<AppServiceEnvironmentsUpdateAseNetworkingConfigurationResponse>;
461
+ /**
462
+ * Description for Get diagnostic information for an App Service Environment.
463
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
464
+ * @param name Name of the App Service Environment.
465
+ * @param options The options parameters.
466
+ */
467
+ listDiagnostics(
468
+ resourceGroupName: string,
469
+ name: string,
470
+ options?: AppServiceEnvironmentsListDiagnosticsOptionalParams
471
+ ): Promise<AppServiceEnvironmentsListDiagnosticsResponse>;
472
+ /**
473
+ * Description for Get a diagnostics item for an App Service Environment.
474
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
475
+ * @param name Name of the App Service Environment.
476
+ * @param diagnosticsName Name of the diagnostics item.
477
+ * @param options The options parameters.
478
+ */
479
+ getDiagnosticsItem(
480
+ resourceGroupName: string,
481
+ name: string,
482
+ diagnosticsName: string,
483
+ options?: AppServiceEnvironmentsGetDiagnosticsItemOptionalParams
484
+ ): Promise<AppServiceEnvironmentsGetDiagnosticsItemResponse>;
485
+ /**
486
+ * Description for Get properties of a multi-role pool.
487
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
488
+ * @param name Name of the App Service Environment.
489
+ * @param options The options parameters.
490
+ */
491
+ getMultiRolePool(
492
+ resourceGroupName: string,
493
+ name: string,
494
+ options?: AppServiceEnvironmentsGetMultiRolePoolOptionalParams
495
+ ): Promise<AppServiceEnvironmentsGetMultiRolePoolResponse>;
496
+ /**
497
+ * Description for Create or update a multi-role pool.
498
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
499
+ * @param name Name of the App Service Environment.
500
+ * @param multiRolePoolEnvelope Properties of the multi-role pool.
501
+ * @param options The options parameters.
502
+ */
503
+ beginCreateOrUpdateMultiRolePool(
504
+ resourceGroupName: string,
505
+ name: string,
506
+ multiRolePoolEnvelope: WorkerPoolResource,
507
+ options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams
508
+ ): Promise<
509
+ PollerLike<
510
+ PollOperationState<
511
+ AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse
512
+ >,
513
+ AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse
514
+ >
515
+ >;
516
+ /**
517
+ * Description for Create or update a multi-role pool.
518
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
519
+ * @param name Name of the App Service Environment.
520
+ * @param multiRolePoolEnvelope Properties of the multi-role pool.
521
+ * @param options The options parameters.
522
+ */
523
+ beginCreateOrUpdateMultiRolePoolAndWait(
524
+ resourceGroupName: string,
525
+ name: string,
526
+ multiRolePoolEnvelope: WorkerPoolResource,
527
+ options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams
528
+ ): Promise<AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse>;
529
+ /**
530
+ * Description for Create or update a multi-role pool.
531
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
532
+ * @param name Name of the App Service Environment.
533
+ * @param multiRolePoolEnvelope Properties of the multi-role pool.
534
+ * @param options The options parameters.
535
+ */
536
+ updateMultiRolePool(
537
+ resourceGroupName: string,
538
+ name: string,
539
+ multiRolePoolEnvelope: WorkerPoolResource,
540
+ options?: AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams
541
+ ): Promise<AppServiceEnvironmentsUpdateMultiRolePoolResponse>;
542
+ /**
543
+ * Description for List all currently running operations on the App Service Environment.
544
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
545
+ * @param name Name of the App Service Environment.
546
+ * @param options The options parameters.
547
+ */
548
+ listOperations(
549
+ resourceGroupName: string,
550
+ name: string,
551
+ options?: AppServiceEnvironmentsListOperationsOptionalParams
552
+ ): Promise<AppServiceEnvironmentsListOperationsResponse>;
553
+ /**
554
+ * Description for Gets a private endpoint connection
555
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
556
+ * @param name Name of the App Service Environment.
557
+ * @param privateEndpointConnectionName Name of the private endpoint connection.
558
+ * @param options The options parameters.
559
+ */
560
+ getPrivateEndpointConnection(
561
+ resourceGroupName: string,
562
+ name: string,
563
+ privateEndpointConnectionName: string,
564
+ options?: AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams
565
+ ): Promise<AppServiceEnvironmentsGetPrivateEndpointConnectionResponse>;
566
+ /**
567
+ * Description for Approves or rejects a private endpoint connection
568
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
569
+ * @param name Name of the App Service Environment.
570
+ * @param privateEndpointConnectionName
571
+ * @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
572
+ * @param options The options parameters.
573
+ */
574
+ beginApproveOrRejectPrivateEndpointConnection(
575
+ resourceGroupName: string,
576
+ name: string,
577
+ privateEndpointConnectionName: string,
578
+ privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource,
579
+ options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams
580
+ ): Promise<
581
+ PollerLike<
582
+ PollOperationState<
583
+ AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse
584
+ >,
585
+ AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse
586
+ >
587
+ >;
588
+ /**
589
+ * Description for Approves or rejects a private endpoint connection
590
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
591
+ * @param name Name of the App Service Environment.
592
+ * @param privateEndpointConnectionName
593
+ * @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
594
+ * @param options The options parameters.
595
+ */
596
+ beginApproveOrRejectPrivateEndpointConnectionAndWait(
597
+ resourceGroupName: string,
598
+ name: string,
599
+ privateEndpointConnectionName: string,
600
+ privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource,
601
+ options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams
602
+ ): Promise<
603
+ AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse
604
+ >;
605
+ /**
606
+ * Description for Deletes a private endpoint connection
607
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
608
+ * @param name Name of the App Service Environment.
609
+ * @param privateEndpointConnectionName
610
+ * @param options The options parameters.
611
+ */
612
+ beginDeletePrivateEndpointConnection(
613
+ resourceGroupName: string,
614
+ name: string,
615
+ privateEndpointConnectionName: string,
616
+ options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams
617
+ ): Promise<
618
+ PollerLike<
619
+ PollOperationState<
620
+ AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse
621
+ >,
622
+ AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse
623
+ >
624
+ >;
625
+ /**
626
+ * Description for Deletes a private endpoint connection
627
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
628
+ * @param name Name of the App Service Environment.
629
+ * @param privateEndpointConnectionName
630
+ * @param options The options parameters.
631
+ */
632
+ beginDeletePrivateEndpointConnectionAndWait(
633
+ resourceGroupName: string,
634
+ name: string,
635
+ privateEndpointConnectionName: string,
636
+ options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams
637
+ ): Promise<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>;
638
+ /**
639
+ * Description for Gets the private link resources
640
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
641
+ * @param name Name of the App Service Environment.
642
+ * @param options The options parameters.
643
+ */
644
+ getPrivateLinkResources(
645
+ resourceGroupName: string,
646
+ name: string,
647
+ options?: AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams
648
+ ): Promise<AppServiceEnvironmentsGetPrivateLinkResourcesResponse>;
649
+ /**
650
+ * Description for Reboot all machines in an App Service Environment.
651
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
652
+ * @param name Name of the App Service Environment.
653
+ * @param options The options parameters.
654
+ */
655
+ reboot(
656
+ resourceGroupName: string,
657
+ name: string,
658
+ options?: AppServiceEnvironmentsRebootOptionalParams
659
+ ): Promise<void>;
660
+ /**
661
+ * Description for Get properties of a worker pool.
662
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
663
+ * @param name Name of the App Service Environment.
664
+ * @param workerPoolName Name of the worker pool.
665
+ * @param options The options parameters.
666
+ */
667
+ getWorkerPool(
668
+ resourceGroupName: string,
669
+ name: string,
670
+ workerPoolName: string,
671
+ options?: AppServiceEnvironmentsGetWorkerPoolOptionalParams
672
+ ): Promise<AppServiceEnvironmentsGetWorkerPoolResponse>;
673
+ /**
674
+ * Description for Create or update a worker pool.
675
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
676
+ * @param name Name of the App Service Environment.
677
+ * @param workerPoolName Name of the worker pool.
678
+ * @param workerPoolEnvelope Properties of the worker pool.
679
+ * @param options The options parameters.
680
+ */
681
+ beginCreateOrUpdateWorkerPool(
682
+ resourceGroupName: string,
683
+ name: string,
684
+ workerPoolName: string,
685
+ workerPoolEnvelope: WorkerPoolResource,
686
+ options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams
687
+ ): Promise<
688
+ PollerLike<
689
+ PollOperationState<
690
+ AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse
691
+ >,
692
+ AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse
693
+ >
694
+ >;
695
+ /**
696
+ * Description for Create or update a worker pool.
697
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
698
+ * @param name Name of the App Service Environment.
699
+ * @param workerPoolName Name of the worker pool.
700
+ * @param workerPoolEnvelope Properties of the worker pool.
701
+ * @param options The options parameters.
702
+ */
703
+ beginCreateOrUpdateWorkerPoolAndWait(
704
+ resourceGroupName: string,
705
+ name: string,
706
+ workerPoolName: string,
707
+ workerPoolEnvelope: WorkerPoolResource,
708
+ options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams
709
+ ): Promise<AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse>;
710
+ /**
711
+ * Description for Create or update a worker pool.
712
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
713
+ * @param name Name of the App Service Environment.
714
+ * @param workerPoolName Name of the worker pool.
715
+ * @param workerPoolEnvelope Properties of the worker pool.
716
+ * @param options The options parameters.
717
+ */
718
+ updateWorkerPool(
719
+ resourceGroupName: string,
720
+ name: string,
721
+ workerPoolName: string,
722
+ workerPoolEnvelope: WorkerPoolResource,
723
+ options?: AppServiceEnvironmentsUpdateWorkerPoolOptionalParams
724
+ ): Promise<AppServiceEnvironmentsUpdateWorkerPoolResponse>;
725
+ }