@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,262 @@
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
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import "@azure/core-paging";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers";
12
+ import * as Parameters from "../models/parameters";
13
+ /// <reference lib="esnext.asynciterable" />
14
+ /** Class representing a DeletedWebApps. */
15
+ export class DeletedWebAppsImpl {
16
+ /**
17
+ * Initialize a new instance of the class DeletedWebApps class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * Description for Get all deleted apps for a subscription.
25
+ * @param options The options parameters.
26
+ */
27
+ list(options) {
28
+ const iter = this.listPagingAll(options);
29
+ return {
30
+ next() {
31
+ return iter.next();
32
+ },
33
+ [Symbol.asyncIterator]() {
34
+ return this;
35
+ },
36
+ byPage: () => {
37
+ return this.listPagingPage(options);
38
+ }
39
+ };
40
+ }
41
+ listPagingPage(options) {
42
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
43
+ let result = yield __await(this._list(options));
44
+ yield yield __await(result.value || []);
45
+ let continuationToken = result.nextLink;
46
+ while (continuationToken) {
47
+ result = yield __await(this._listNext(continuationToken, options));
48
+ continuationToken = result.nextLink;
49
+ yield yield __await(result.value || []);
50
+ }
51
+ });
52
+ }
53
+ listPagingAll(options) {
54
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
55
+ var e_1, _a;
56
+ try {
57
+ for (var _b = __asyncValues(this.listPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
58
+ const page = _c.value;
59
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
60
+ }
61
+ }
62
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
63
+ finally {
64
+ try {
65
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
66
+ }
67
+ finally { if (e_1) throw e_1.error; }
68
+ }
69
+ });
70
+ }
71
+ /**
72
+ * Description for Get all deleted apps for a subscription at location
73
+ * @param location
74
+ * @param options The options parameters.
75
+ */
76
+ listByLocation(location, options) {
77
+ const iter = this.listByLocationPagingAll(location, options);
78
+ return {
79
+ next() {
80
+ return iter.next();
81
+ },
82
+ [Symbol.asyncIterator]() {
83
+ return this;
84
+ },
85
+ byPage: () => {
86
+ return this.listByLocationPagingPage(location, options);
87
+ }
88
+ };
89
+ }
90
+ listByLocationPagingPage(location, options) {
91
+ return __asyncGenerator(this, arguments, function* listByLocationPagingPage_1() {
92
+ let result = yield __await(this._listByLocation(location, options));
93
+ yield yield __await(result.value || []);
94
+ let continuationToken = result.nextLink;
95
+ while (continuationToken) {
96
+ result = yield __await(this._listByLocationNext(location, continuationToken, options));
97
+ continuationToken = result.nextLink;
98
+ yield yield __await(result.value || []);
99
+ }
100
+ });
101
+ }
102
+ listByLocationPagingAll(location, options) {
103
+ return __asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
104
+ var e_2, _a;
105
+ try {
106
+ for (var _b = __asyncValues(this.listByLocationPagingPage(location, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
107
+ const page = _c.value;
108
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
109
+ }
110
+ }
111
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
112
+ finally {
113
+ try {
114
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
115
+ }
116
+ finally { if (e_2) throw e_2.error; }
117
+ }
118
+ });
119
+ }
120
+ /**
121
+ * Description for Get all deleted apps for a subscription.
122
+ * @param options The options parameters.
123
+ */
124
+ _list(options) {
125
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
126
+ }
127
+ /**
128
+ * Description for Get all deleted apps for a subscription at location
129
+ * @param location
130
+ * @param options The options parameters.
131
+ */
132
+ _listByLocation(location, options) {
133
+ return this.client.sendOperationRequest({ location, options }, listByLocationOperationSpec);
134
+ }
135
+ /**
136
+ * Description for Get deleted app for a subscription at location.
137
+ * @param location
138
+ * @param deletedSiteId The numeric ID of the deleted app, e.g. 12345
139
+ * @param options The options parameters.
140
+ */
141
+ getDeletedWebAppByLocation(location, deletedSiteId, options) {
142
+ return this.client.sendOperationRequest({ location, deletedSiteId, options }, getDeletedWebAppByLocationOperationSpec);
143
+ }
144
+ /**
145
+ * ListNext
146
+ * @param nextLink The nextLink from the previous successful call to the List method.
147
+ * @param options The options parameters.
148
+ */
149
+ _listNext(nextLink, options) {
150
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
151
+ }
152
+ /**
153
+ * ListByLocationNext
154
+ * @param location
155
+ * @param nextLink The nextLink from the previous successful call to the ListByLocation method.
156
+ * @param options The options parameters.
157
+ */
158
+ _listByLocationNext(location, nextLink, options) {
159
+ return this.client.sendOperationRequest({ location, nextLink, options }, listByLocationNextOperationSpec);
160
+ }
161
+ }
162
+ // Operation Specifications
163
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
164
+ const listOperationSpec = {
165
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites",
166
+ httpMethod: "GET",
167
+ responses: {
168
+ 200: {
169
+ bodyMapper: Mappers.DeletedWebAppCollection
170
+ },
171
+ default: {
172
+ bodyMapper: Mappers.DefaultErrorResponse
173
+ }
174
+ },
175
+ queryParameters: [Parameters.apiVersion],
176
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
177
+ headerParameters: [Parameters.accept],
178
+ serializer
179
+ };
180
+ const listByLocationOperationSpec = {
181
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites",
182
+ httpMethod: "GET",
183
+ responses: {
184
+ 200: {
185
+ bodyMapper: Mappers.DeletedWebAppCollection
186
+ },
187
+ default: {
188
+ bodyMapper: Mappers.DefaultErrorResponse
189
+ }
190
+ },
191
+ queryParameters: [Parameters.apiVersion],
192
+ urlParameters: [
193
+ Parameters.$host,
194
+ Parameters.subscriptionId,
195
+ Parameters.location
196
+ ],
197
+ headerParameters: [Parameters.accept],
198
+ serializer
199
+ };
200
+ const getDeletedWebAppByLocationOperationSpec = {
201
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}",
202
+ httpMethod: "GET",
203
+ responses: {
204
+ 200: {
205
+ bodyMapper: Mappers.DeletedSite
206
+ },
207
+ default: {
208
+ bodyMapper: Mappers.DefaultErrorResponse
209
+ }
210
+ },
211
+ queryParameters: [Parameters.apiVersion],
212
+ urlParameters: [
213
+ Parameters.$host,
214
+ Parameters.subscriptionId,
215
+ Parameters.location,
216
+ Parameters.deletedSiteId
217
+ ],
218
+ headerParameters: [Parameters.accept],
219
+ serializer
220
+ };
221
+ const listNextOperationSpec = {
222
+ path: "{nextLink}",
223
+ httpMethod: "GET",
224
+ responses: {
225
+ 200: {
226
+ bodyMapper: Mappers.DeletedWebAppCollection
227
+ },
228
+ default: {
229
+ bodyMapper: Mappers.DefaultErrorResponse
230
+ }
231
+ },
232
+ queryParameters: [Parameters.apiVersion],
233
+ urlParameters: [
234
+ Parameters.$host,
235
+ Parameters.subscriptionId,
236
+ Parameters.nextLink
237
+ ],
238
+ headerParameters: [Parameters.accept],
239
+ serializer
240
+ };
241
+ const listByLocationNextOperationSpec = {
242
+ path: "{nextLink}",
243
+ httpMethod: "GET",
244
+ responses: {
245
+ 200: {
246
+ bodyMapper: Mappers.DeletedWebAppCollection
247
+ },
248
+ default: {
249
+ bodyMapper: Mappers.DefaultErrorResponse
250
+ }
251
+ },
252
+ queryParameters: [Parameters.apiVersion],
253
+ urlParameters: [
254
+ Parameters.$host,
255
+ Parameters.subscriptionId,
256
+ Parameters.nextLink,
257
+ Parameters.location
258
+ ],
259
+ headerParameters: [Parameters.accept],
260
+ serializer
261
+ };
262
+ //# sourceMappingURL=deletedWebApps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deletedWebApps.js","sourceRoot":"","sources":["../../src/operations/deletedWebApps.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,378 @@
1
+ import "@azure/core-paging";
2
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
3
+ import { Diagnostics } from "../operationsInterfaces";
4
+ import { WebSiteManagementClientContext } from "../webSiteManagementClientContext";
5
+ import { DetectorResponse, DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams, DiagnosticsListSiteDetectorResponsesOptionalParams, DiagnosticCategory, DiagnosticsListSiteDiagnosticCategoriesOptionalParams, AnalysisDefinition, DiagnosticsListSiteAnalysesOptionalParams, DetectorDefinitionResource, DiagnosticsListSiteDetectorsOptionalParams, DiagnosticsListSiteDetectorResponsesSlotOptionalParams, DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams, DiagnosticsListSiteAnalysesSlotOptionalParams, DiagnosticsListSiteDetectorsSlotOptionalParams, DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams, DiagnosticsGetHostingEnvironmentDetectorResponseResponse, DiagnosticsGetSiteDetectorResponseOptionalParams, DiagnosticsGetSiteDetectorResponseResponse, DiagnosticsGetSiteDiagnosticCategoryOptionalParams, DiagnosticsGetSiteDiagnosticCategoryResponse, DiagnosticsGetSiteAnalysisOptionalParams, DiagnosticsGetSiteAnalysisResponse, DiagnosticsExecuteSiteAnalysisOptionalParams, DiagnosticsExecuteSiteAnalysisResponse, DiagnosticsGetSiteDetectorOptionalParams, DiagnosticsGetSiteDetectorResponse, DiagnosticsExecuteSiteDetectorOptionalParams, DiagnosticsExecuteSiteDetectorResponse, DiagnosticsGetSiteDetectorResponseSlotOptionalParams, DiagnosticsGetSiteDetectorResponseSlotResponse, DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams, DiagnosticsGetSiteDiagnosticCategorySlotResponse, DiagnosticsGetSiteAnalysisSlotOptionalParams, DiagnosticsGetSiteAnalysisSlotResponse, DiagnosticsExecuteSiteAnalysisSlotOptionalParams, DiagnosticsExecuteSiteAnalysisSlotResponse, DiagnosticsGetSiteDetectorSlotOptionalParams, DiagnosticsGetSiteDetectorSlotResponse, DiagnosticsExecuteSiteDetectorSlotOptionalParams, DiagnosticsExecuteSiteDetectorSlotResponse } from "../models";
6
+ /** Class representing a Diagnostics. */
7
+ export declare class DiagnosticsImpl implements Diagnostics {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class Diagnostics class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: WebSiteManagementClientContext);
14
+ /**
15
+ * Description for List Hosting Environment Detector Responses
16
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
17
+ * @param name Site Name
18
+ * @param options The options parameters.
19
+ */
20
+ listHostingEnvironmentDetectorResponses(resourceGroupName: string, name: string, options?: DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams): PagedAsyncIterableIterator<DetectorResponse>;
21
+ private listHostingEnvironmentDetectorResponsesPagingPage;
22
+ private listHostingEnvironmentDetectorResponsesPagingAll;
23
+ /**
24
+ * Description for List Site Detector Responses
25
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
26
+ * @param siteName Site Name
27
+ * @param options The options parameters.
28
+ */
29
+ listSiteDetectorResponses(resourceGroupName: string, siteName: string, options?: DiagnosticsListSiteDetectorResponsesOptionalParams): PagedAsyncIterableIterator<DetectorResponse>;
30
+ private listSiteDetectorResponsesPagingPage;
31
+ private listSiteDetectorResponsesPagingAll;
32
+ /**
33
+ * Description for Get Diagnostics Categories
34
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
35
+ * @param siteName Site Name
36
+ * @param options The options parameters.
37
+ */
38
+ listSiteDiagnosticCategories(resourceGroupName: string, siteName: string, options?: DiagnosticsListSiteDiagnosticCategoriesOptionalParams): PagedAsyncIterableIterator<DiagnosticCategory>;
39
+ private listSiteDiagnosticCategoriesPagingPage;
40
+ private listSiteDiagnosticCategoriesPagingAll;
41
+ /**
42
+ * Description for Get Site Analyses
43
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
44
+ * @param siteName Site Name
45
+ * @param diagnosticCategory Diagnostic Category
46
+ * @param options The options parameters.
47
+ */
48
+ listSiteAnalyses(resourceGroupName: string, siteName: string, diagnosticCategory: string, options?: DiagnosticsListSiteAnalysesOptionalParams): PagedAsyncIterableIterator<AnalysisDefinition>;
49
+ private listSiteAnalysesPagingPage;
50
+ private listSiteAnalysesPagingAll;
51
+ /**
52
+ * Description for Get Detectors
53
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
54
+ * @param siteName Site Name
55
+ * @param diagnosticCategory Diagnostic Category
56
+ * @param options The options parameters.
57
+ */
58
+ listSiteDetectors(resourceGroupName: string, siteName: string, diagnosticCategory: string, options?: DiagnosticsListSiteDetectorsOptionalParams): PagedAsyncIterableIterator<DetectorDefinitionResource>;
59
+ private listSiteDetectorsPagingPage;
60
+ private listSiteDetectorsPagingAll;
61
+ /**
62
+ * Description for List Site Detector Responses
63
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
64
+ * @param siteName Site Name
65
+ * @param slot Slot Name
66
+ * @param options The options parameters.
67
+ */
68
+ listSiteDetectorResponsesSlot(resourceGroupName: string, siteName: string, slot: string, options?: DiagnosticsListSiteDetectorResponsesSlotOptionalParams): PagedAsyncIterableIterator<DetectorResponse>;
69
+ private listSiteDetectorResponsesSlotPagingPage;
70
+ private listSiteDetectorResponsesSlotPagingAll;
71
+ /**
72
+ * Description for Get Diagnostics Categories
73
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
74
+ * @param siteName Site Name
75
+ * @param slot Slot Name
76
+ * @param options The options parameters.
77
+ */
78
+ listSiteDiagnosticCategoriesSlot(resourceGroupName: string, siteName: string, slot: string, options?: DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams): PagedAsyncIterableIterator<DiagnosticCategory>;
79
+ private listSiteDiagnosticCategoriesSlotPagingPage;
80
+ private listSiteDiagnosticCategoriesSlotPagingAll;
81
+ /**
82
+ * Description for Get Site Analyses
83
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
84
+ * @param siteName Site Name
85
+ * @param diagnosticCategory Diagnostic Category
86
+ * @param slot Slot Name
87
+ * @param options The options parameters.
88
+ */
89
+ listSiteAnalysesSlot(resourceGroupName: string, siteName: string, diagnosticCategory: string, slot: string, options?: DiagnosticsListSiteAnalysesSlotOptionalParams): PagedAsyncIterableIterator<AnalysisDefinition>;
90
+ private listSiteAnalysesSlotPagingPage;
91
+ private listSiteAnalysesSlotPagingAll;
92
+ /**
93
+ * Description for Get Detectors
94
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
95
+ * @param siteName Site Name
96
+ * @param diagnosticCategory Diagnostic Category
97
+ * @param slot Slot Name
98
+ * @param options The options parameters.
99
+ */
100
+ listSiteDetectorsSlot(resourceGroupName: string, siteName: string, diagnosticCategory: string, slot: string, options?: DiagnosticsListSiteDetectorsSlotOptionalParams): PagedAsyncIterableIterator<DetectorDefinitionResource>;
101
+ private listSiteDetectorsSlotPagingPage;
102
+ private listSiteDetectorsSlotPagingAll;
103
+ /**
104
+ * Description for List Hosting Environment Detector Responses
105
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
106
+ * @param name Site Name
107
+ * @param options The options parameters.
108
+ */
109
+ private _listHostingEnvironmentDetectorResponses;
110
+ /**
111
+ * Description for Get Hosting Environment Detector Response
112
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
113
+ * @param name App Service Environment Name
114
+ * @param detectorName Detector Resource Name
115
+ * @param options The options parameters.
116
+ */
117
+ getHostingEnvironmentDetectorResponse(resourceGroupName: string, name: string, detectorName: string, options?: DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams): Promise<DiagnosticsGetHostingEnvironmentDetectorResponseResponse>;
118
+ /**
119
+ * Description for List Site Detector Responses
120
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
121
+ * @param siteName Site Name
122
+ * @param options The options parameters.
123
+ */
124
+ private _listSiteDetectorResponses;
125
+ /**
126
+ * Description for Get site detector response
127
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
128
+ * @param siteName Site Name
129
+ * @param detectorName Detector Resource Name
130
+ * @param options The options parameters.
131
+ */
132
+ getSiteDetectorResponse(resourceGroupName: string, siteName: string, detectorName: string, options?: DiagnosticsGetSiteDetectorResponseOptionalParams): Promise<DiagnosticsGetSiteDetectorResponseResponse>;
133
+ /**
134
+ * Description for Get Diagnostics Categories
135
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
136
+ * @param siteName Site Name
137
+ * @param options The options parameters.
138
+ */
139
+ private _listSiteDiagnosticCategories;
140
+ /**
141
+ * Description for Get Diagnostics Category
142
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
143
+ * @param siteName Site Name
144
+ * @param diagnosticCategory Diagnostic Category
145
+ * @param options The options parameters.
146
+ */
147
+ getSiteDiagnosticCategory(resourceGroupName: string, siteName: string, diagnosticCategory: string, options?: DiagnosticsGetSiteDiagnosticCategoryOptionalParams): Promise<DiagnosticsGetSiteDiagnosticCategoryResponse>;
148
+ /**
149
+ * Description for Get Site Analyses
150
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
151
+ * @param siteName Site Name
152
+ * @param diagnosticCategory Diagnostic Category
153
+ * @param options The options parameters.
154
+ */
155
+ private _listSiteAnalyses;
156
+ /**
157
+ * Description for Get Site Analysis
158
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
159
+ * @param siteName Site Name
160
+ * @param diagnosticCategory Diagnostic Category
161
+ * @param analysisName Analysis Name
162
+ * @param options The options parameters.
163
+ */
164
+ getSiteAnalysis(resourceGroupName: string, siteName: string, diagnosticCategory: string, analysisName: string, options?: DiagnosticsGetSiteAnalysisOptionalParams): Promise<DiagnosticsGetSiteAnalysisResponse>;
165
+ /**
166
+ * Description for Execute Analysis
167
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
168
+ * @param siteName Site Name
169
+ * @param diagnosticCategory Category Name
170
+ * @param analysisName Analysis Resource Name
171
+ * @param options The options parameters.
172
+ */
173
+ executeSiteAnalysis(resourceGroupName: string, siteName: string, diagnosticCategory: string, analysisName: string, options?: DiagnosticsExecuteSiteAnalysisOptionalParams): Promise<DiagnosticsExecuteSiteAnalysisResponse>;
174
+ /**
175
+ * Description for Get Detectors
176
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
177
+ * @param siteName Site Name
178
+ * @param diagnosticCategory Diagnostic Category
179
+ * @param options The options parameters.
180
+ */
181
+ private _listSiteDetectors;
182
+ /**
183
+ * Description for Get Detector
184
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
185
+ * @param siteName Site Name
186
+ * @param diagnosticCategory Diagnostic Category
187
+ * @param detectorName Detector Name
188
+ * @param options The options parameters.
189
+ */
190
+ getSiteDetector(resourceGroupName: string, siteName: string, diagnosticCategory: string, detectorName: string, options?: DiagnosticsGetSiteDetectorOptionalParams): Promise<DiagnosticsGetSiteDetectorResponse>;
191
+ /**
192
+ * Description for Execute Detector
193
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
194
+ * @param siteName Site Name
195
+ * @param detectorName Detector Resource Name
196
+ * @param diagnosticCategory Category Name
197
+ * @param options The options parameters.
198
+ */
199
+ executeSiteDetector(resourceGroupName: string, siteName: string, detectorName: string, diagnosticCategory: string, options?: DiagnosticsExecuteSiteDetectorOptionalParams): Promise<DiagnosticsExecuteSiteDetectorResponse>;
200
+ /**
201
+ * Description for List Site Detector Responses
202
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
203
+ * @param siteName Site Name
204
+ * @param slot Slot Name
205
+ * @param options The options parameters.
206
+ */
207
+ private _listSiteDetectorResponsesSlot;
208
+ /**
209
+ * Description for Get site detector response
210
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
211
+ * @param siteName Site Name
212
+ * @param detectorName Detector Resource Name
213
+ * @param slot Slot Name
214
+ * @param options The options parameters.
215
+ */
216
+ getSiteDetectorResponseSlot(resourceGroupName: string, siteName: string, detectorName: string, slot: string, options?: DiagnosticsGetSiteDetectorResponseSlotOptionalParams): Promise<DiagnosticsGetSiteDetectorResponseSlotResponse>;
217
+ /**
218
+ * Description for Get Diagnostics Categories
219
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
220
+ * @param siteName Site Name
221
+ * @param slot Slot Name
222
+ * @param options The options parameters.
223
+ */
224
+ private _listSiteDiagnosticCategoriesSlot;
225
+ /**
226
+ * Description for Get Diagnostics Category
227
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
228
+ * @param siteName Site Name
229
+ * @param diagnosticCategory Diagnostic Category
230
+ * @param slot Slot Name
231
+ * @param options The options parameters.
232
+ */
233
+ getSiteDiagnosticCategorySlot(resourceGroupName: string, siteName: string, diagnosticCategory: string, slot: string, options?: DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams): Promise<DiagnosticsGetSiteDiagnosticCategorySlotResponse>;
234
+ /**
235
+ * Description for Get Site Analyses
236
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
237
+ * @param siteName Site Name
238
+ * @param diagnosticCategory Diagnostic Category
239
+ * @param slot Slot Name
240
+ * @param options The options parameters.
241
+ */
242
+ private _listSiteAnalysesSlot;
243
+ /**
244
+ * Description for Get Site Analysis
245
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
246
+ * @param siteName Site Name
247
+ * @param diagnosticCategory Diagnostic Category
248
+ * @param analysisName Analysis Name
249
+ * @param slot Slot - optional
250
+ * @param options The options parameters.
251
+ */
252
+ getSiteAnalysisSlot(resourceGroupName: string, siteName: string, diagnosticCategory: string, analysisName: string, slot: string, options?: DiagnosticsGetSiteAnalysisSlotOptionalParams): Promise<DiagnosticsGetSiteAnalysisSlotResponse>;
253
+ /**
254
+ * Description for Execute Analysis
255
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
256
+ * @param siteName Site Name
257
+ * @param diagnosticCategory Category Name
258
+ * @param analysisName Analysis Resource Name
259
+ * @param slot Slot Name
260
+ * @param options The options parameters.
261
+ */
262
+ executeSiteAnalysisSlot(resourceGroupName: string, siteName: string, diagnosticCategory: string, analysisName: string, slot: string, options?: DiagnosticsExecuteSiteAnalysisSlotOptionalParams): Promise<DiagnosticsExecuteSiteAnalysisSlotResponse>;
263
+ /**
264
+ * Description for Get Detectors
265
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
266
+ * @param siteName Site Name
267
+ * @param diagnosticCategory Diagnostic Category
268
+ * @param slot Slot Name
269
+ * @param options The options parameters.
270
+ */
271
+ private _listSiteDetectorsSlot;
272
+ /**
273
+ * Description for Get Detector
274
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
275
+ * @param siteName Site Name
276
+ * @param diagnosticCategory Diagnostic Category
277
+ * @param detectorName Detector Name
278
+ * @param slot Slot Name
279
+ * @param options The options parameters.
280
+ */
281
+ getSiteDetectorSlot(resourceGroupName: string, siteName: string, diagnosticCategory: string, detectorName: string, slot: string, options?: DiagnosticsGetSiteDetectorSlotOptionalParams): Promise<DiagnosticsGetSiteDetectorSlotResponse>;
282
+ /**
283
+ * Description for Execute Detector
284
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
285
+ * @param siteName Site Name
286
+ * @param detectorName Detector Resource Name
287
+ * @param diagnosticCategory Category Name
288
+ * @param slot Slot Name
289
+ * @param options The options parameters.
290
+ */
291
+ executeSiteDetectorSlot(resourceGroupName: string, siteName: string, detectorName: string, diagnosticCategory: string, slot: string, options?: DiagnosticsExecuteSiteDetectorSlotOptionalParams): Promise<DiagnosticsExecuteSiteDetectorSlotResponse>;
292
+ /**
293
+ * ListHostingEnvironmentDetectorResponsesNext
294
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
295
+ * @param name Site Name
296
+ * @param nextLink The nextLink from the previous successful call to the
297
+ * ListHostingEnvironmentDetectorResponses method.
298
+ * @param options The options parameters.
299
+ */
300
+ private _listHostingEnvironmentDetectorResponsesNext;
301
+ /**
302
+ * ListSiteDetectorResponsesNext
303
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
304
+ * @param siteName Site Name
305
+ * @param nextLink The nextLink from the previous successful call to the ListSiteDetectorResponses
306
+ * method.
307
+ * @param options The options parameters.
308
+ */
309
+ private _listSiteDetectorResponsesNext;
310
+ /**
311
+ * ListSiteDiagnosticCategoriesNext
312
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
313
+ * @param siteName Site Name
314
+ * @param nextLink The nextLink from the previous successful call to the ListSiteDiagnosticCategories
315
+ * method.
316
+ * @param options The options parameters.
317
+ */
318
+ private _listSiteDiagnosticCategoriesNext;
319
+ /**
320
+ * ListSiteAnalysesNext
321
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
322
+ * @param siteName Site Name
323
+ * @param diagnosticCategory Diagnostic Category
324
+ * @param nextLink The nextLink from the previous successful call to the ListSiteAnalyses method.
325
+ * @param options The options parameters.
326
+ */
327
+ private _listSiteAnalysesNext;
328
+ /**
329
+ * ListSiteDetectorsNext
330
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
331
+ * @param siteName Site Name
332
+ * @param diagnosticCategory Diagnostic Category
333
+ * @param nextLink The nextLink from the previous successful call to the ListSiteDetectors method.
334
+ * @param options The options parameters.
335
+ */
336
+ private _listSiteDetectorsNext;
337
+ /**
338
+ * ListSiteDetectorResponsesSlotNext
339
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
340
+ * @param siteName Site Name
341
+ * @param slot Slot Name
342
+ * @param nextLink The nextLink from the previous successful call to the ListSiteDetectorResponsesSlot
343
+ * method.
344
+ * @param options The options parameters.
345
+ */
346
+ private _listSiteDetectorResponsesSlotNext;
347
+ /**
348
+ * ListSiteDiagnosticCategoriesSlotNext
349
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
350
+ * @param siteName Site Name
351
+ * @param slot Slot Name
352
+ * @param nextLink The nextLink from the previous successful call to the
353
+ * ListSiteDiagnosticCategoriesSlot method.
354
+ * @param options The options parameters.
355
+ */
356
+ private _listSiteDiagnosticCategoriesSlotNext;
357
+ /**
358
+ * ListSiteAnalysesSlotNext
359
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
360
+ * @param siteName Site Name
361
+ * @param diagnosticCategory Diagnostic Category
362
+ * @param slot Slot Name
363
+ * @param nextLink The nextLink from the previous successful call to the ListSiteAnalysesSlot method.
364
+ * @param options The options parameters.
365
+ */
366
+ private _listSiteAnalysesSlotNext;
367
+ /**
368
+ * ListSiteDetectorsSlotNext
369
+ * @param resourceGroupName Name of the resource group to which the resource belongs.
370
+ * @param siteName Site Name
371
+ * @param diagnosticCategory Diagnostic Category
372
+ * @param slot Slot Name
373
+ * @param nextLink The nextLink from the previous successful call to the ListSiteDetectorsSlot method.
374
+ * @param options The options parameters.
375
+ */
376
+ private _listSiteDetectorsSlotNext;
377
+ }
378
+ //# sourceMappingURL=diagnostics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../src/operations/diagnostics.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,gBAAgB,EAEhB,gEAAgE,EAEhE,kDAAkD,EAClD,kBAAkB,EAElB,qDAAqD,EACrD,kBAAkB,EAElB,yCAAyC,EACzC,0BAA0B,EAE1B,0CAA0C,EAE1C,sDAAsD,EAEtD,yDAAyD,EAEzD,6CAA6C,EAE7C,8CAA8C,EAE9C,8DAA8D,EAC9D,wDAAwD,EAExD,gDAAgD,EAChD,0CAA0C,EAE1C,kDAAkD,EAClD,4CAA4C,EAE5C,wCAAwC,EACxC,kCAAkC,EAClC,4CAA4C,EAC5C,sCAAsC,EAEtC,wCAAwC,EACxC,kCAAkC,EAClC,4CAA4C,EAC5C,sCAAsC,EAEtC,oDAAoD,EACpD,8CAA8C,EAE9C,sDAAsD,EACtD,gDAAgD,EAEhD,4CAA4C,EAC5C,sCAAsC,EACtC,gDAAgD,EAChD,0CAA0C,EAE1C,4CAA4C,EAC5C,sCAAsC,EACtC,gDAAgD,EAChD,0CAA0C,EAU3C,MAAM,WAAW,CAAC;AAGnB,wCAAwC;AACxC,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACI,uCAAuC,CAC5C,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gEAAgE,GACzE,0BAA0B,CAAC,gBAAgB,CAAC;YAuBhC,iDAAiD;YAwBjD,gDAAgD;IAc/D;;;;;OAKG;IACI,yBAAyB,CAC9B,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,gBAAgB,CAAC;YAuBhC,mCAAmC;YAwBnC,kCAAkC;IAcjD;;;;;OAKG;IACI,4BAA4B,CACjC,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,kBAAkB,CAAC;YAuBlC,sCAAsC;YAwBtC,qCAAqC;IAcpD;;;;;;OAMG;IACI,gBAAgB,CACrB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,kBAAkB,CAAC;YAyBlC,0BAA0B;YA2B1B,yBAAyB;IAgBxC;;;;;;OAMG;IACI,iBAAiB,CACtB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,0BAA0B,CAAC;YAyB1C,2BAA2B;YA2B3B,0BAA0B;IAgBzC;;;;;;OAMG;IACI,6BAA6B,CAClC,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,sDAAsD,GAC/D,0BAA0B,CAAC,gBAAgB,CAAC;YAyBhC,uCAAuC;YA2BvC,sCAAsC;IAgBrD;;;;;;OAMG;IACI,gCAAgC,CACrC,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,kBAAkB,CAAC;YAyBlC,0CAA0C;YA2B1C,yCAAyC;IAgBxD;;;;;;;OAOG;IACI,oBAAoB,CACzB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,kBAAkB,CAAC;YA2BlC,8BAA8B;YA8B9B,6BAA6B;IAkB5C;;;;;;;OAOG;IACI,qBAAqB,CAC1B,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,0BAA0B,CAAC;YA2B1C,+BAA+B;YA8B/B,8BAA8B;IAkB7C;;;;;OAKG;IACH,OAAO,CAAC,wCAAwC;IAWhD;;;;;;OAMG;IACH,qCAAqC,CACnC,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8DAA8D,GACvE,OAAO,CAAC,wDAAwD,CAAC;IAOpE;;;;;OAKG;IACH,OAAO,CAAC,0BAA0B;IAWlC;;;;;;OAMG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IAOtD;;;;;OAKG;IACH,OAAO,CAAC,6BAA6B;IAWrC;;;;;;OAMG;IACH,yBAAyB,CACvB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;IAOxD;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;IAYzB;;;;;;;OAOG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAa9C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAalD;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB;IAY1B;;;;;;;OAOG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAa9C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAalD;;;;;;OAMG;IACH,OAAO,CAAC,8BAA8B;IAYtC;;;;;;;OAOG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC;IAO1D;;;;;;OAMG;IACH,OAAO,CAAC,iCAAiC;IAYzC;;;;;;;OAOG;IACH,6BAA6B,CAC3B,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAO5D;;;;;;;OAOG;IACH,OAAO,CAAC,qBAAqB;IAa7B;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAclD;;;;;;;;OAQG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IActD;;;;;;;OAOG;IACH,OAAO,CAAC,sBAAsB;IAa9B;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAclD;;;;;;;;OAQG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IActD;;;;;;;OAOG;IACH,OAAO,CAAC,4CAA4C;IAYpD;;;;;;;OAOG;IACH,OAAO,CAAC,8BAA8B;IAYtC;;;;;;;OAOG;IACH,OAAO,CAAC,iCAAiC;IAYzC;;;;;;;OAOG;IACH,OAAO,CAAC,qBAAqB;IAa7B;;;;;;;OAOG;IACH,OAAO,CAAC,sBAAsB;IAa9B;;;;;;;;OAQG;IACH,OAAO,CAAC,kCAAkC;IAa1C;;;;;;;;OAQG;IACH,OAAO,CAAC,qCAAqC;IAa7C;;;;;;;;OAQG;IACH,OAAO,CAAC,yBAAyB;IAqBjC;;;;;;;;OAQG;IACH,OAAO,CAAC,0BAA0B;CAoBnC"}