@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,963 @@
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
+ StaticSiteARMResource,
14
+ StaticSitesListOptionalParams,
15
+ StaticSitesGetStaticSitesByResourceGroupOptionalParams,
16
+ StaticSiteUserARMResource,
17
+ StaticSitesListStaticSiteUsersOptionalParams,
18
+ StaticSiteBuildARMResource,
19
+ StaticSitesGetStaticSiteBuildsOptionalParams,
20
+ StaticSiteFunctionOverviewARMResource,
21
+ StaticSitesListStaticSiteBuildFunctionsOptionalParams,
22
+ StaticSiteUserProvidedFunctionAppARMResource,
23
+ StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildOptionalParams,
24
+ StaticSiteCustomDomainOverviewARMResource,
25
+ StaticSitesListStaticSiteCustomDomainsOptionalParams,
26
+ StaticSitesListStaticSiteFunctionsOptionalParams,
27
+ RemotePrivateEndpointConnectionARMResource,
28
+ StaticSitesGetPrivateEndpointConnectionListOptionalParams,
29
+ StaticSitesGetUserProvidedFunctionAppsForStaticSiteOptionalParams,
30
+ StaticSitesWorkflowPreviewRequest,
31
+ StaticSitesPreviewWorkflowOptionalParams,
32
+ StaticSitesPreviewWorkflowResponse,
33
+ StaticSitesGetStaticSiteOptionalParams,
34
+ StaticSitesGetStaticSiteResponse,
35
+ StaticSitesCreateOrUpdateStaticSiteOptionalParams,
36
+ StaticSitesCreateOrUpdateStaticSiteResponse,
37
+ StaticSitesDeleteStaticSiteOptionalParams,
38
+ StaticSitePatchResource,
39
+ StaticSitesUpdateStaticSiteOptionalParams,
40
+ StaticSitesUpdateStaticSiteResponse,
41
+ StaticSitesDeleteStaticSiteUserOptionalParams,
42
+ StaticSitesUpdateStaticSiteUserOptionalParams,
43
+ StaticSitesUpdateStaticSiteUserResponse,
44
+ StaticSitesGetStaticSiteBuildOptionalParams,
45
+ StaticSitesGetStaticSiteBuildResponse,
46
+ StaticSitesDeleteStaticSiteBuildOptionalParams,
47
+ StringDictionary,
48
+ StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsOptionalParams,
49
+ StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsResponse,
50
+ StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsOptionalParams,
51
+ StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsResponse,
52
+ StaticSitesListStaticSiteBuildAppSettingsOptionalParams,
53
+ StaticSitesListStaticSiteBuildAppSettingsResponse,
54
+ StaticSitesListStaticSiteBuildFunctionAppSettingsOptionalParams,
55
+ StaticSitesListStaticSiteBuildFunctionAppSettingsResponse,
56
+ StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildOptionalParams,
57
+ StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildResponse,
58
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams,
59
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse,
60
+ StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildOptionalParams,
61
+ StaticSiteZipDeploymentARMResource,
62
+ StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams,
63
+ StaticSitesCreateOrUpdateStaticSiteAppSettingsOptionalParams,
64
+ StaticSitesCreateOrUpdateStaticSiteAppSettingsResponse,
65
+ StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsOptionalParams,
66
+ StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsResponse,
67
+ StaticSiteUserInvitationRequestResource,
68
+ StaticSitesCreateUserRolesInvitationLinkOptionalParams,
69
+ StaticSitesCreateUserRolesInvitationLinkResponse,
70
+ StaticSitesGetStaticSiteCustomDomainOptionalParams,
71
+ StaticSitesGetStaticSiteCustomDomainResponse,
72
+ StaticSiteCustomDomainRequestPropertiesARMResource,
73
+ StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams,
74
+ StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse,
75
+ StaticSitesDeleteStaticSiteCustomDomainOptionalParams,
76
+ StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams,
77
+ StaticSitesDetachStaticSiteOptionalParams,
78
+ StaticSitesListStaticSiteAppSettingsOptionalParams,
79
+ StaticSitesListStaticSiteAppSettingsResponse,
80
+ StaticSitesListStaticSiteConfiguredRolesOptionalParams,
81
+ StaticSitesListStaticSiteConfiguredRolesResponse,
82
+ StaticSitesListStaticSiteFunctionAppSettingsOptionalParams,
83
+ StaticSitesListStaticSiteFunctionAppSettingsResponse,
84
+ StaticSitesListStaticSiteSecretsOptionalParams,
85
+ StaticSitesListStaticSiteSecretsResponse,
86
+ StaticSitesGetPrivateEndpointConnectionOptionalParams,
87
+ StaticSitesGetPrivateEndpointConnectionResponse,
88
+ PrivateLinkConnectionApprovalRequestResource,
89
+ StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams,
90
+ StaticSitesApproveOrRejectPrivateEndpointConnectionResponse,
91
+ StaticSitesDeletePrivateEndpointConnectionOptionalParams,
92
+ StaticSitesDeletePrivateEndpointConnectionResponse,
93
+ StaticSitesGetPrivateLinkResourcesOptionalParams,
94
+ StaticSitesGetPrivateLinkResourcesResponse,
95
+ StaticSiteResetPropertiesARMResource,
96
+ StaticSitesResetStaticSiteApiKeyOptionalParams,
97
+ StaticSitesGetUserProvidedFunctionAppForStaticSiteOptionalParams,
98
+ StaticSitesGetUserProvidedFunctionAppForStaticSiteResponse,
99
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams,
100
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse,
101
+ StaticSitesDetachUserProvidedFunctionAppFromStaticSiteOptionalParams,
102
+ StaticSitesCreateZipDeploymentForStaticSiteOptionalParams
103
+ } from "../models";
104
+
105
+ /// <reference lib="esnext.asynciterable" />
106
+ /** Interface representing a StaticSites. */
107
+ export interface StaticSites {
108
+ /**
109
+ * Description for Get all Static Sites for a subscription.
110
+ * @param options The options parameters.
111
+ */
112
+ list(
113
+ options?: StaticSitesListOptionalParams
114
+ ): PagedAsyncIterableIterator<StaticSiteARMResource>;
115
+ /**
116
+ * Description for Gets all static sites in the specified resource group.
117
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
118
+ * @param options The options parameters.
119
+ */
120
+ listStaticSitesByResourceGroup(
121
+ resourceGroupName: string,
122
+ options?: StaticSitesGetStaticSitesByResourceGroupOptionalParams
123
+ ): PagedAsyncIterableIterator<StaticSiteARMResource>;
124
+ /**
125
+ * Description for Gets the list of users of a static site.
126
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
127
+ * @param name Name of the static site.
128
+ * @param authprovider The auth provider for the users.
129
+ * @param options The options parameters.
130
+ */
131
+ listStaticSiteUsers(
132
+ resourceGroupName: string,
133
+ name: string,
134
+ authprovider: string,
135
+ options?: StaticSitesListStaticSiteUsersOptionalParams
136
+ ): PagedAsyncIterableIterator<StaticSiteUserARMResource>;
137
+ /**
138
+ * Description for Gets all static site builds for a particular static site.
139
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
140
+ * @param name Name of the static site.
141
+ * @param options The options parameters.
142
+ */
143
+ listStaticSiteBuilds(
144
+ resourceGroupName: string,
145
+ name: string,
146
+ options?: StaticSitesGetStaticSiteBuildsOptionalParams
147
+ ): PagedAsyncIterableIterator<StaticSiteBuildARMResource>;
148
+ /**
149
+ * Description for Gets the functions of a particular static site build.
150
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
151
+ * @param name Name of the static site.
152
+ * @param environmentName The stage site identifier.
153
+ * @param options The options parameters.
154
+ */
155
+ listStaticSiteBuildFunctions(
156
+ resourceGroupName: string,
157
+ name: string,
158
+ environmentName: string,
159
+ options?: StaticSitesListStaticSiteBuildFunctionsOptionalParams
160
+ ): PagedAsyncIterableIterator<StaticSiteFunctionOverviewARMResource>;
161
+ /**
162
+ * Description for Gets the details of the user provided function apps registered with a static site
163
+ * build
164
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
165
+ * @param name Name of the static site.
166
+ * @param environmentName The stage site identifier.
167
+ * @param options The options parameters.
168
+ */
169
+ listUserProvidedFunctionAppsForStaticSiteBuild(
170
+ resourceGroupName: string,
171
+ name: string,
172
+ environmentName: string,
173
+ options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildOptionalParams
174
+ ): PagedAsyncIterableIterator<StaticSiteUserProvidedFunctionAppARMResource>;
175
+ /**
176
+ * Description for Gets all static site custom domains for a particular static site.
177
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
178
+ * @param name Name of the static site resource to search in.
179
+ * @param options The options parameters.
180
+ */
181
+ listStaticSiteCustomDomains(
182
+ resourceGroupName: string,
183
+ name: string,
184
+ options?: StaticSitesListStaticSiteCustomDomainsOptionalParams
185
+ ): PagedAsyncIterableIterator<StaticSiteCustomDomainOverviewARMResource>;
186
+ /**
187
+ * Description for Gets the functions of a static site.
188
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
189
+ * @param name Name of the static site.
190
+ * @param options The options parameters.
191
+ */
192
+ listStaticSiteFunctions(
193
+ resourceGroupName: string,
194
+ name: string,
195
+ options?: StaticSitesListStaticSiteFunctionsOptionalParams
196
+ ): PagedAsyncIterableIterator<StaticSiteFunctionOverviewARMResource>;
197
+ /**
198
+ * Description for Gets the list of private endpoint connections associated with a static site
199
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
200
+ * @param name Name of the static site.
201
+ * @param options The options parameters.
202
+ */
203
+ listPrivateEndpointConnectionList(
204
+ resourceGroupName: string,
205
+ name: string,
206
+ options?: StaticSitesGetPrivateEndpointConnectionListOptionalParams
207
+ ): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
208
+ /**
209
+ * Description for Gets the details of the user provided function apps registered with a static site
210
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
211
+ * @param name Name of the static site.
212
+ * @param options The options parameters.
213
+ */
214
+ listUserProvidedFunctionAppsForStaticSite(
215
+ resourceGroupName: string,
216
+ name: string,
217
+ options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteOptionalParams
218
+ ): PagedAsyncIterableIterator<StaticSiteUserProvidedFunctionAppARMResource>;
219
+ /**
220
+ * Description for Generates a preview workflow file for the static site
221
+ * @param location Location where you plan to create the static site.
222
+ * @param staticSitesWorkflowPreviewRequest A JSON representation of the
223
+ * StaticSitesWorkflowPreviewRequest properties. See example.
224
+ * @param options The options parameters.
225
+ */
226
+ previewWorkflow(
227
+ location: string,
228
+ staticSitesWorkflowPreviewRequest: StaticSitesWorkflowPreviewRequest,
229
+ options?: StaticSitesPreviewWorkflowOptionalParams
230
+ ): Promise<StaticSitesPreviewWorkflowResponse>;
231
+ /**
232
+ * Description for Gets the details of a static site.
233
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
234
+ * @param name Name of the static site.
235
+ * @param options The options parameters.
236
+ */
237
+ getStaticSite(
238
+ resourceGroupName: string,
239
+ name: string,
240
+ options?: StaticSitesGetStaticSiteOptionalParams
241
+ ): Promise<StaticSitesGetStaticSiteResponse>;
242
+ /**
243
+ * Description for Creates a new static site in an existing resource group, or updates an existing
244
+ * static site.
245
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
246
+ * @param name Name of the static site to create or update.
247
+ * @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
248
+ * @param options The options parameters.
249
+ */
250
+ beginCreateOrUpdateStaticSite(
251
+ resourceGroupName: string,
252
+ name: string,
253
+ staticSiteEnvelope: StaticSiteARMResource,
254
+ options?: StaticSitesCreateOrUpdateStaticSiteOptionalParams
255
+ ): Promise<
256
+ PollerLike<
257
+ PollOperationState<StaticSitesCreateOrUpdateStaticSiteResponse>,
258
+ StaticSitesCreateOrUpdateStaticSiteResponse
259
+ >
260
+ >;
261
+ /**
262
+ * Description for Creates a new static site in an existing resource group, or updates an existing
263
+ * static site.
264
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
265
+ * @param name Name of the static site to create or update.
266
+ * @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
267
+ * @param options The options parameters.
268
+ */
269
+ beginCreateOrUpdateStaticSiteAndWait(
270
+ resourceGroupName: string,
271
+ name: string,
272
+ staticSiteEnvelope: StaticSiteARMResource,
273
+ options?: StaticSitesCreateOrUpdateStaticSiteOptionalParams
274
+ ): Promise<StaticSitesCreateOrUpdateStaticSiteResponse>;
275
+ /**
276
+ * Description for Deletes a static site.
277
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
278
+ * @param name Name of the static site to delete.
279
+ * @param options The options parameters.
280
+ */
281
+ beginDeleteStaticSite(
282
+ resourceGroupName: string,
283
+ name: string,
284
+ options?: StaticSitesDeleteStaticSiteOptionalParams
285
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
286
+ /**
287
+ * Description for Deletes a static site.
288
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
289
+ * @param name Name of the static site to delete.
290
+ * @param options The options parameters.
291
+ */
292
+ beginDeleteStaticSiteAndWait(
293
+ resourceGroupName: string,
294
+ name: string,
295
+ options?: StaticSitesDeleteStaticSiteOptionalParams
296
+ ): Promise<void>;
297
+ /**
298
+ * Description for Creates a new static site in an existing resource group, or updates an existing
299
+ * static site.
300
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
301
+ * @param name Name of the static site to create or update.
302
+ * @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
303
+ * @param options The options parameters.
304
+ */
305
+ updateStaticSite(
306
+ resourceGroupName: string,
307
+ name: string,
308
+ staticSiteEnvelope: StaticSitePatchResource,
309
+ options?: StaticSitesUpdateStaticSiteOptionalParams
310
+ ): Promise<StaticSitesUpdateStaticSiteResponse>;
311
+ /**
312
+ * Description for Deletes the user entry from the static site.
313
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
314
+ * @param name Name of the staticsite.
315
+ * @param authprovider The auth provider for this user.
316
+ * @param userid The user id of the user.
317
+ * @param options The options parameters.
318
+ */
319
+ deleteStaticSiteUser(
320
+ resourceGroupName: string,
321
+ name: string,
322
+ authprovider: string,
323
+ userid: string,
324
+ options?: StaticSitesDeleteStaticSiteUserOptionalParams
325
+ ): Promise<void>;
326
+ /**
327
+ * Description for Updates a user entry with the listed roles
328
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
329
+ * @param name Name of the static site.
330
+ * @param authprovider The auth provider for this user.
331
+ * @param userid The user id of the user.
332
+ * @param staticSiteUserEnvelope A JSON representation of the StaticSiteUser properties. See example.
333
+ * @param options The options parameters.
334
+ */
335
+ updateStaticSiteUser(
336
+ resourceGroupName: string,
337
+ name: string,
338
+ authprovider: string,
339
+ userid: string,
340
+ staticSiteUserEnvelope: StaticSiteUserARMResource,
341
+ options?: StaticSitesUpdateStaticSiteUserOptionalParams
342
+ ): Promise<StaticSitesUpdateStaticSiteUserResponse>;
343
+ /**
344
+ * Description for Gets the details of a static site build.
345
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
346
+ * @param name Name of the static site.
347
+ * @param environmentName The stage site identifier.
348
+ * @param options The options parameters.
349
+ */
350
+ getStaticSiteBuild(
351
+ resourceGroupName: string,
352
+ name: string,
353
+ environmentName: string,
354
+ options?: StaticSitesGetStaticSiteBuildOptionalParams
355
+ ): Promise<StaticSitesGetStaticSiteBuildResponse>;
356
+ /**
357
+ * Description for Deletes a static site build.
358
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
359
+ * @param name Name of the static site.
360
+ * @param environmentName The stage site identifier.
361
+ * @param options The options parameters.
362
+ */
363
+ beginDeleteStaticSiteBuild(
364
+ resourceGroupName: string,
365
+ name: string,
366
+ environmentName: string,
367
+ options?: StaticSitesDeleteStaticSiteBuildOptionalParams
368
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
369
+ /**
370
+ * Description for Deletes a static site build.
371
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
372
+ * @param name Name of the static site.
373
+ * @param environmentName The stage site identifier.
374
+ * @param options The options parameters.
375
+ */
376
+ beginDeleteStaticSiteBuildAndWait(
377
+ resourceGroupName: string,
378
+ name: string,
379
+ environmentName: string,
380
+ options?: StaticSitesDeleteStaticSiteBuildOptionalParams
381
+ ): Promise<void>;
382
+ /**
383
+ * Description for Creates or updates the app settings of a static site build.
384
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
385
+ * @param name Name of the static site.
386
+ * @param environmentName The stage site identifier.
387
+ * @param appSettings The dictionary containing the static site app settings to update.
388
+ * @param options The options parameters.
389
+ */
390
+ createOrUpdateStaticSiteBuildAppSettings(
391
+ resourceGroupName: string,
392
+ name: string,
393
+ environmentName: string,
394
+ appSettings: StringDictionary,
395
+ options?: StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsOptionalParams
396
+ ): Promise<StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsResponse>;
397
+ /**
398
+ * Description for Creates or updates the function app settings of a static site build.
399
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
400
+ * @param name Name of the static site.
401
+ * @param environmentName The stage site identifier.
402
+ * @param appSettings The dictionary containing the static site function app settings to update.
403
+ * @param options The options parameters.
404
+ */
405
+ createOrUpdateStaticSiteBuildFunctionAppSettings(
406
+ resourceGroupName: string,
407
+ name: string,
408
+ environmentName: string,
409
+ appSettings: StringDictionary,
410
+ options?: StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsOptionalParams
411
+ ): Promise<
412
+ StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsResponse
413
+ >;
414
+ /**
415
+ * Description for Gets the application settings of a static site build.
416
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
417
+ * @param name Name of the static site.
418
+ * @param environmentName The stage site identifier.
419
+ * @param options The options parameters.
420
+ */
421
+ listStaticSiteBuildAppSettings(
422
+ resourceGroupName: string,
423
+ name: string,
424
+ environmentName: string,
425
+ options?: StaticSitesListStaticSiteBuildAppSettingsOptionalParams
426
+ ): Promise<StaticSitesListStaticSiteBuildAppSettingsResponse>;
427
+ /**
428
+ * Description for Gets the application settings of a static site build.
429
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
430
+ * @param name Name of the static site.
431
+ * @param environmentName The stage site identifier.
432
+ * @param options The options parameters.
433
+ */
434
+ listStaticSiteBuildFunctionAppSettings(
435
+ resourceGroupName: string,
436
+ name: string,
437
+ environmentName: string,
438
+ options?: StaticSitesListStaticSiteBuildFunctionAppSettingsOptionalParams
439
+ ): Promise<StaticSitesListStaticSiteBuildFunctionAppSettingsResponse>;
440
+ /**
441
+ * Description for Gets the details of the user provided function app registered with a static site
442
+ * build
443
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
444
+ * @param name Name of the static site.
445
+ * @param environmentName The stage site identifier.
446
+ * @param functionAppName Name of the function app registered with the static site build.
447
+ * @param options The options parameters.
448
+ */
449
+ getUserProvidedFunctionAppForStaticSiteBuild(
450
+ resourceGroupName: string,
451
+ name: string,
452
+ environmentName: string,
453
+ functionAppName: string,
454
+ options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildOptionalParams
455
+ ): Promise<StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildResponse>;
456
+ /**
457
+ * Description for Register a user provided function app with a static site build
458
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
459
+ * @param name Name of the static site.
460
+ * @param environmentName The stage site identifier.
461
+ * @param functionAppName Name of the function app to register with the static site build.
462
+ * @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
463
+ * app properties. See example.
464
+ * @param options The options parameters.
465
+ */
466
+ beginRegisterUserProvidedFunctionAppWithStaticSiteBuild(
467
+ resourceGroupName: string,
468
+ name: string,
469
+ environmentName: string,
470
+ functionAppName: string,
471
+ staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource,
472
+ options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams
473
+ ): Promise<
474
+ PollerLike<
475
+ PollOperationState<
476
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse
477
+ >,
478
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse
479
+ >
480
+ >;
481
+ /**
482
+ * Description for Register a user provided function app with a static site build
483
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
484
+ * @param name Name of the static site.
485
+ * @param environmentName The stage site identifier.
486
+ * @param functionAppName Name of the function app to register with the static site build.
487
+ * @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
488
+ * app properties. See example.
489
+ * @param options The options parameters.
490
+ */
491
+ beginRegisterUserProvidedFunctionAppWithStaticSiteBuildAndWait(
492
+ resourceGroupName: string,
493
+ name: string,
494
+ environmentName: string,
495
+ functionAppName: string,
496
+ staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource,
497
+ options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams
498
+ ): Promise<
499
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse
500
+ >;
501
+ /**
502
+ * Description for Detach the user provided function app from the static site build
503
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
504
+ * @param name Name of the static site.
505
+ * @param environmentName The stage site identifier.
506
+ * @param functionAppName Name of the function app registered with the static site build.
507
+ * @param options The options parameters.
508
+ */
509
+ detachUserProvidedFunctionAppFromStaticSiteBuild(
510
+ resourceGroupName: string,
511
+ name: string,
512
+ environmentName: string,
513
+ functionAppName: string,
514
+ options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildOptionalParams
515
+ ): Promise<void>;
516
+ /**
517
+ * Description for Deploys zipped content to a specific environment of a static site.
518
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
519
+ * @param name Name of the static site.
520
+ * @param environmentName Name of the environment.
521
+ * @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
522
+ * properties. See example.
523
+ * @param options The options parameters.
524
+ */
525
+ beginCreateZipDeploymentForStaticSiteBuild(
526
+ resourceGroupName: string,
527
+ name: string,
528
+ environmentName: string,
529
+ staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource,
530
+ options?: StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams
531
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
532
+ /**
533
+ * Description for Deploys zipped content to a specific environment of a static site.
534
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
535
+ * @param name Name of the static site.
536
+ * @param environmentName Name of the environment.
537
+ * @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
538
+ * properties. See example.
539
+ * @param options The options parameters.
540
+ */
541
+ beginCreateZipDeploymentForStaticSiteBuildAndWait(
542
+ resourceGroupName: string,
543
+ name: string,
544
+ environmentName: string,
545
+ staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource,
546
+ options?: StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams
547
+ ): Promise<void>;
548
+ /**
549
+ * Description for Creates or updates the app settings of a static site.
550
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
551
+ * @param name Name of the static site.
552
+ * @param appSettings The dictionary containing the static site app settings to update.
553
+ * @param options The options parameters.
554
+ */
555
+ createOrUpdateStaticSiteAppSettings(
556
+ resourceGroupName: string,
557
+ name: string,
558
+ appSettings: StringDictionary,
559
+ options?: StaticSitesCreateOrUpdateStaticSiteAppSettingsOptionalParams
560
+ ): Promise<StaticSitesCreateOrUpdateStaticSiteAppSettingsResponse>;
561
+ /**
562
+ * Description for Creates or updates the function app settings of a static site.
563
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
564
+ * @param name Name of the static site.
565
+ * @param appSettings The dictionary containing the static site function app settings to update.
566
+ * @param options The options parameters.
567
+ */
568
+ createOrUpdateStaticSiteFunctionAppSettings(
569
+ resourceGroupName: string,
570
+ name: string,
571
+ appSettings: StringDictionary,
572
+ options?: StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsOptionalParams
573
+ ): Promise<StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsResponse>;
574
+ /**
575
+ * Description for Creates an invitation link for a user with the role
576
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
577
+ * @param name Name of the static site.
578
+ * @param staticSiteUserRolesInvitationEnvelope Static sites user roles invitation resource.
579
+ * @param options The options parameters.
580
+ */
581
+ createUserRolesInvitationLink(
582
+ resourceGroupName: string,
583
+ name: string,
584
+ staticSiteUserRolesInvitationEnvelope: StaticSiteUserInvitationRequestResource,
585
+ options?: StaticSitesCreateUserRolesInvitationLinkOptionalParams
586
+ ): Promise<StaticSitesCreateUserRolesInvitationLinkResponse>;
587
+ /**
588
+ * Description for Gets an existing custom domain for a particular static site.
589
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
590
+ * @param name Name of the static site resource to search in.
591
+ * @param domainName The custom domain name.
592
+ * @param options The options parameters.
593
+ */
594
+ getStaticSiteCustomDomain(
595
+ resourceGroupName: string,
596
+ name: string,
597
+ domainName: string,
598
+ options?: StaticSitesGetStaticSiteCustomDomainOptionalParams
599
+ ): Promise<StaticSitesGetStaticSiteCustomDomainResponse>;
600
+ /**
601
+ * Description for Creates a new static site custom domain in an existing resource group and static
602
+ * site.
603
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
604
+ * @param name Name of the static site.
605
+ * @param domainName The custom domain to create.
606
+ * @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
607
+ * custom domain request properties. See example.
608
+ * @param options The options parameters.
609
+ */
610
+ beginCreateOrUpdateStaticSiteCustomDomain(
611
+ resourceGroupName: string,
612
+ name: string,
613
+ domainName: string,
614
+ staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource,
615
+ options?: StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams
616
+ ): Promise<
617
+ PollerLike<
618
+ PollOperationState<
619
+ StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse
620
+ >,
621
+ StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse
622
+ >
623
+ >;
624
+ /**
625
+ * Description for Creates a new static site custom domain in an existing resource group and static
626
+ * site.
627
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
628
+ * @param name Name of the static site.
629
+ * @param domainName The custom domain to create.
630
+ * @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
631
+ * custom domain request properties. See example.
632
+ * @param options The options parameters.
633
+ */
634
+ beginCreateOrUpdateStaticSiteCustomDomainAndWait(
635
+ resourceGroupName: string,
636
+ name: string,
637
+ domainName: string,
638
+ staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource,
639
+ options?: StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams
640
+ ): Promise<StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse>;
641
+ /**
642
+ * Description for Deletes a custom domain.
643
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
644
+ * @param name Name of the static site.
645
+ * @param domainName The custom domain to delete.
646
+ * @param options The options parameters.
647
+ */
648
+ beginDeleteStaticSiteCustomDomain(
649
+ resourceGroupName: string,
650
+ name: string,
651
+ domainName: string,
652
+ options?: StaticSitesDeleteStaticSiteCustomDomainOptionalParams
653
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
654
+ /**
655
+ * Description for Deletes a custom domain.
656
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
657
+ * @param name Name of the static site.
658
+ * @param domainName The custom domain to delete.
659
+ * @param options The options parameters.
660
+ */
661
+ beginDeleteStaticSiteCustomDomainAndWait(
662
+ resourceGroupName: string,
663
+ name: string,
664
+ domainName: string,
665
+ options?: StaticSitesDeleteStaticSiteCustomDomainOptionalParams
666
+ ): Promise<void>;
667
+ /**
668
+ * Description for Validates a particular custom domain can be added to a static site.
669
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
670
+ * @param name Name of the static site.
671
+ * @param domainName The custom domain to validate.
672
+ * @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
673
+ * custom domain request properties. See example.
674
+ * @param options The options parameters.
675
+ */
676
+ beginValidateCustomDomainCanBeAddedToStaticSite(
677
+ resourceGroupName: string,
678
+ name: string,
679
+ domainName: string,
680
+ staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource,
681
+ options?: StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams
682
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
683
+ /**
684
+ * Description for Validates a particular custom domain can be added to a static site.
685
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
686
+ * @param name Name of the static site.
687
+ * @param domainName The custom domain to validate.
688
+ * @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
689
+ * custom domain request properties. See example.
690
+ * @param options The options parameters.
691
+ */
692
+ beginValidateCustomDomainCanBeAddedToStaticSiteAndWait(
693
+ resourceGroupName: string,
694
+ name: string,
695
+ domainName: string,
696
+ staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource,
697
+ options?: StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams
698
+ ): Promise<void>;
699
+ /**
700
+ * Description for Detaches a static site.
701
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
702
+ * @param name Name of the static site to detach.
703
+ * @param options The options parameters.
704
+ */
705
+ beginDetachStaticSite(
706
+ resourceGroupName: string,
707
+ name: string,
708
+ options?: StaticSitesDetachStaticSiteOptionalParams
709
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
710
+ /**
711
+ * Description for Detaches a static site.
712
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
713
+ * @param name Name of the static site to detach.
714
+ * @param options The options parameters.
715
+ */
716
+ beginDetachStaticSiteAndWait(
717
+ resourceGroupName: string,
718
+ name: string,
719
+ options?: StaticSitesDetachStaticSiteOptionalParams
720
+ ): Promise<void>;
721
+ /**
722
+ * Description for Gets the application settings of a static site.
723
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
724
+ * @param name Name of the static site.
725
+ * @param options The options parameters.
726
+ */
727
+ listStaticSiteAppSettings(
728
+ resourceGroupName: string,
729
+ name: string,
730
+ options?: StaticSitesListStaticSiteAppSettingsOptionalParams
731
+ ): Promise<StaticSitesListStaticSiteAppSettingsResponse>;
732
+ /**
733
+ * Description for Lists the roles configured for the static site.
734
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
735
+ * @param name Name of the static site.
736
+ * @param options The options parameters.
737
+ */
738
+ listStaticSiteConfiguredRoles(
739
+ resourceGroupName: string,
740
+ name: string,
741
+ options?: StaticSitesListStaticSiteConfiguredRolesOptionalParams
742
+ ): Promise<StaticSitesListStaticSiteConfiguredRolesResponse>;
743
+ /**
744
+ * Description for Gets the application settings of a static site.
745
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
746
+ * @param name Name of the static site.
747
+ * @param options The options parameters.
748
+ */
749
+ listStaticSiteFunctionAppSettings(
750
+ resourceGroupName: string,
751
+ name: string,
752
+ options?: StaticSitesListStaticSiteFunctionAppSettingsOptionalParams
753
+ ): Promise<StaticSitesListStaticSiteFunctionAppSettingsResponse>;
754
+ /**
755
+ * Description for Lists the secrets for an existing static site.
756
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
757
+ * @param name Name of the static site.
758
+ * @param options The options parameters.
759
+ */
760
+ listStaticSiteSecrets(
761
+ resourceGroupName: string,
762
+ name: string,
763
+ options?: StaticSitesListStaticSiteSecretsOptionalParams
764
+ ): Promise<StaticSitesListStaticSiteSecretsResponse>;
765
+ /**
766
+ * Description for Gets a private endpoint connection
767
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
768
+ * @param name Name of the static site.
769
+ * @param privateEndpointConnectionName Name of the private endpoint connection.
770
+ * @param options The options parameters.
771
+ */
772
+ getPrivateEndpointConnection(
773
+ resourceGroupName: string,
774
+ name: string,
775
+ privateEndpointConnectionName: string,
776
+ options?: StaticSitesGetPrivateEndpointConnectionOptionalParams
777
+ ): Promise<StaticSitesGetPrivateEndpointConnectionResponse>;
778
+ /**
779
+ * Description for Approves or rejects a private endpoint connection
780
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
781
+ * @param name Name of the static site.
782
+ * @param privateEndpointConnectionName Name of the private endpoint connection.
783
+ * @param privateEndpointWrapper Request body.
784
+ * @param options The options parameters.
785
+ */
786
+ beginApproveOrRejectPrivateEndpointConnection(
787
+ resourceGroupName: string,
788
+ name: string,
789
+ privateEndpointConnectionName: string,
790
+ privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource,
791
+ options?: StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams
792
+ ): Promise<
793
+ PollerLike<
794
+ PollOperationState<
795
+ StaticSitesApproveOrRejectPrivateEndpointConnectionResponse
796
+ >,
797
+ StaticSitesApproveOrRejectPrivateEndpointConnectionResponse
798
+ >
799
+ >;
800
+ /**
801
+ * Description for Approves or rejects a private endpoint connection
802
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
803
+ * @param name Name of the static site.
804
+ * @param privateEndpointConnectionName Name of the private endpoint connection.
805
+ * @param privateEndpointWrapper Request body.
806
+ * @param options The options parameters.
807
+ */
808
+ beginApproveOrRejectPrivateEndpointConnectionAndWait(
809
+ resourceGroupName: string,
810
+ name: string,
811
+ privateEndpointConnectionName: string,
812
+ privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource,
813
+ options?: StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams
814
+ ): Promise<StaticSitesApproveOrRejectPrivateEndpointConnectionResponse>;
815
+ /**
816
+ * Description for Deletes a private endpoint connection
817
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
818
+ * @param name Name of the static site.
819
+ * @param privateEndpointConnectionName Name of the private endpoint connection.
820
+ * @param options The options parameters.
821
+ */
822
+ beginDeletePrivateEndpointConnection(
823
+ resourceGroupName: string,
824
+ name: string,
825
+ privateEndpointConnectionName: string,
826
+ options?: StaticSitesDeletePrivateEndpointConnectionOptionalParams
827
+ ): Promise<
828
+ PollerLike<
829
+ PollOperationState<StaticSitesDeletePrivateEndpointConnectionResponse>,
830
+ StaticSitesDeletePrivateEndpointConnectionResponse
831
+ >
832
+ >;
833
+ /**
834
+ * Description for Deletes a private endpoint connection
835
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
836
+ * @param name Name of the static site.
837
+ * @param privateEndpointConnectionName Name of the private endpoint connection.
838
+ * @param options The options parameters.
839
+ */
840
+ beginDeletePrivateEndpointConnectionAndWait(
841
+ resourceGroupName: string,
842
+ name: string,
843
+ privateEndpointConnectionName: string,
844
+ options?: StaticSitesDeletePrivateEndpointConnectionOptionalParams
845
+ ): Promise<StaticSitesDeletePrivateEndpointConnectionResponse>;
846
+ /**
847
+ * Description for Gets the private link resources
848
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
849
+ * @param name Name of the site.
850
+ * @param options The options parameters.
851
+ */
852
+ getPrivateLinkResources(
853
+ resourceGroupName: string,
854
+ name: string,
855
+ options?: StaticSitesGetPrivateLinkResourcesOptionalParams
856
+ ): Promise<StaticSitesGetPrivateLinkResourcesResponse>;
857
+ /**
858
+ * Description for Resets the api key for an existing static site.
859
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
860
+ * @param name Name of the static site.
861
+ * @param resetPropertiesEnvelope Static Site Reset Properties ARM resource.
862
+ * @param options The options parameters.
863
+ */
864
+ resetStaticSiteApiKey(
865
+ resourceGroupName: string,
866
+ name: string,
867
+ resetPropertiesEnvelope: StaticSiteResetPropertiesARMResource,
868
+ options?: StaticSitesResetStaticSiteApiKeyOptionalParams
869
+ ): Promise<void>;
870
+ /**
871
+ * Description for Gets the details of the user provided function app registered with a static site
872
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
873
+ * @param name Name of the static site.
874
+ * @param functionAppName Name of the function app registered with the static site.
875
+ * @param options The options parameters.
876
+ */
877
+ getUserProvidedFunctionAppForStaticSite(
878
+ resourceGroupName: string,
879
+ name: string,
880
+ functionAppName: string,
881
+ options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteOptionalParams
882
+ ): Promise<StaticSitesGetUserProvidedFunctionAppForStaticSiteResponse>;
883
+ /**
884
+ * Description for Register a user provided function app with a static site
885
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
886
+ * @param name Name of the static site.
887
+ * @param functionAppName Name of the function app to register with the static site.
888
+ * @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
889
+ * app properties. See example.
890
+ * @param options The options parameters.
891
+ */
892
+ beginRegisterUserProvidedFunctionAppWithStaticSite(
893
+ resourceGroupName: string,
894
+ name: string,
895
+ functionAppName: string,
896
+ staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource,
897
+ options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams
898
+ ): Promise<
899
+ PollerLike<
900
+ PollOperationState<
901
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse
902
+ >,
903
+ StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse
904
+ >
905
+ >;
906
+ /**
907
+ * Description for Register a user provided function app with a static site
908
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
909
+ * @param name Name of the static site.
910
+ * @param functionAppName Name of the function app to register with the static site.
911
+ * @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
912
+ * app properties. See example.
913
+ * @param options The options parameters.
914
+ */
915
+ beginRegisterUserProvidedFunctionAppWithStaticSiteAndWait(
916
+ resourceGroupName: string,
917
+ name: string,
918
+ functionAppName: string,
919
+ staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource,
920
+ options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams
921
+ ): Promise<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse>;
922
+ /**
923
+ * Description for Detach the user provided function app from the static site
924
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
925
+ * @param name Name of the static site.
926
+ * @param functionAppName Name of the function app registered with the static site.
927
+ * @param options The options parameters.
928
+ */
929
+ detachUserProvidedFunctionAppFromStaticSite(
930
+ resourceGroupName: string,
931
+ name: string,
932
+ functionAppName: string,
933
+ options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteOptionalParams
934
+ ): Promise<void>;
935
+ /**
936
+ * Description for Deploys zipped content to a static site.
937
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
938
+ * @param name Name of the static site.
939
+ * @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
940
+ * properties. See example.
941
+ * @param options The options parameters.
942
+ */
943
+ beginCreateZipDeploymentForStaticSite(
944
+ resourceGroupName: string,
945
+ name: string,
946
+ staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource,
947
+ options?: StaticSitesCreateZipDeploymentForStaticSiteOptionalParams
948
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
949
+ /**
950
+ * Description for Deploys zipped content to a static site.
951
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
952
+ * @param name Name of the static site.
953
+ * @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
954
+ * properties. See example.
955
+ * @param options The options parameters.
956
+ */
957
+ beginCreateZipDeploymentForStaticSiteAndWait(
958
+ resourceGroupName: string,
959
+ name: string,
960
+ staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource,
961
+ options?: StaticSitesCreateZipDeploymentForStaticSiteOptionalParams
962
+ ): Promise<void>;
963
+ }