@azure/arm-search 2.0.0 → 3.0.0-beta.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 (209) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -78
  4. package/dist/index.js +2926 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/{esm/models/adminKeysMappers.js → dist-esm/src/index.js} +5 -2
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +692 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +21 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +35 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +503 -558
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +22 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/parameters.js +92 -47
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/adminKeys.d.ts +33 -0
  29. package/dist-esm/src/operations/adminKeys.d.ts.map +1 -0
  30. package/dist-esm/src/operations/adminKeys.js +90 -0
  31. package/dist-esm/src/operations/adminKeys.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +1 -2
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/operations.d.ts +26 -0
  37. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/operations.js +90 -0
  39. package/dist-esm/src/operations/operations.js.map +1 -0
  40. package/dist-esm/src/operations/privateEndpointConnections.d.ts +79 -0
  41. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  42. package/dist-esm/src/operations/privateEndpointConnections.js +273 -0
  43. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  44. package/dist-esm/src/operations/privateLinkResources.d.ts +34 -0
  45. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  46. package/dist-esm/src/operations/privateLinkResources.js +103 -0
  47. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  48. package/dist-esm/src/operations/queryKeys.d.ts +66 -0
  49. package/dist-esm/src/operations/queryKeys.d.ts.map +1 -0
  50. package/dist-esm/src/operations/queryKeys.js +213 -0
  51. package/dist-esm/src/operations/queryKeys.js.map +1 -0
  52. package/dist-esm/src/operations/services.d.ts +123 -0
  53. package/dist-esm/src/operations/services.d.ts.map +1 -0
  54. package/dist-esm/src/operations/services.js +475 -0
  55. package/dist-esm/src/operations/services.js.map +1 -0
  56. package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +107 -0
  57. package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -0
  58. package/dist-esm/src/operations/sharedPrivateLinkResources.js +379 -0
  59. package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +25 -0
  61. package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +1 -0
  62. package/{src/models/adminKeysMappers.ts → dist-esm/src/operationsInterfaces/adminKeys.js} +2 -5
  63. package/dist-esm/src/operationsInterfaces/adminKeys.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +15 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/{src/models/queryKeysMappers.ts → dist-esm/src/operationsInterfaces/operations.js} +2 -6
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  73. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  74. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -7
  75. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
  77. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +37 -0
  81. package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/queryKeys.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/queryKeys.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/services.d.ts +85 -0
  85. package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
  86. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/services.js} +2 -1
  87. package/dist-esm/src/operationsInterfaces/services.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
  89. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
  92. package/dist-esm/src/searchManagementClient.d.ts +25 -0
  93. package/dist-esm/src/searchManagementClient.d.ts.map +1 -0
  94. package/dist-esm/src/searchManagementClient.js +58 -0
  95. package/dist-esm/src/searchManagementClient.js.map +1 -0
  96. package/dist-esm/test/search_examples.d.ts +4 -0
  97. package/dist-esm/test/search_examples.d.ts.map +1 -0
  98. package/dist-esm/test/search_examples.js +163 -0
  99. package/dist-esm/test/search_examples.js.map +1 -0
  100. package/package.json +65 -32
  101. package/review/arm-search.api.md +600 -0
  102. package/rollup.config.js +181 -30
  103. package/{esm/models/queryKeysMappers.js → src/index.ts} +5 -2
  104. package/src/lroImpl.ts +34 -0
  105. package/src/models/index.ts +563 -1357
  106. package/src/models/mappers.ts +516 -575
  107. package/src/models/parameters.ts +122 -48
  108. package/src/operations/adminKeys.ts +65 -109
  109. package/src/operations/index.ts +1 -2
  110. package/src/operations/operations.ts +64 -39
  111. package/src/operations/privateEndpointConnections.ts +223 -235
  112. package/src/operations/privateLinkResources.ts +100 -54
  113. package/src/operations/queryKeys.ts +192 -190
  114. package/src/operations/services.ts +423 -409
  115. package/src/operations/sharedPrivateLinkResources.ts +390 -232
  116. package/src/operationsInterfaces/adminKeys.ts +48 -0
  117. package/src/operationsInterfaces/index.ts +15 -0
  118. package/src/operationsInterfaces/operations.ts +22 -0
  119. package/src/operationsInterfaces/privateEndpointConnections.ts +88 -0
  120. package/src/operationsInterfaces/privateLinkResources.ts +31 -0
  121. package/src/operationsInterfaces/queryKeys.ts +66 -0
  122. package/src/operationsInterfaces/services.ts +144 -0
  123. package/src/operationsInterfaces/sharedPrivateLinkResources.ts +131 -0
  124. package/src/searchManagementClient.ts +90 -46
  125. package/tsconfig.json +3 -3
  126. package/types/arm-search.d.ts +1104 -0
  127. package/types/tsdoc-metadata.json +11 -0
  128. package/dist/arm-search.js +0 -2737
  129. package/dist/arm-search.js.map +0 -1
  130. package/dist/arm-search.min.js +0 -1
  131. package/dist/arm-search.min.js.map +0 -1
  132. package/esm/models/adminKeysMappers.d.ts +0 -2
  133. package/esm/models/adminKeysMappers.d.ts.map +0 -1
  134. package/esm/models/adminKeysMappers.js.map +0 -1
  135. package/esm/models/index.d.ts +0 -1499
  136. package/esm/models/index.d.ts.map +0 -1
  137. package/esm/models/index.js.map +0 -1
  138. package/esm/models/mappers.d.ts +0 -38
  139. package/esm/models/mappers.d.ts.map +0 -1
  140. package/esm/models/mappers.js.map +0 -1
  141. package/esm/models/operationsMappers.d.ts +0 -2
  142. package/esm/models/operationsMappers.d.ts.map +0 -1
  143. package/esm/models/operationsMappers.js +0 -9
  144. package/esm/models/operationsMappers.js.map +0 -1
  145. package/esm/models/parameters.d.ts +0 -14
  146. package/esm/models/parameters.d.ts.map +0 -1
  147. package/esm/models/parameters.js.map +0 -1
  148. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  149. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  150. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  151. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  152. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  153. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  154. package/esm/models/privateLinkResourcesMappers.js +0 -9
  155. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  156. package/esm/models/queryKeysMappers.d.ts +0 -2
  157. package/esm/models/queryKeysMappers.d.ts.map +0 -1
  158. package/esm/models/queryKeysMappers.js.map +0 -1
  159. package/esm/models/servicesMappers.d.ts +0 -2
  160. package/esm/models/servicesMappers.d.ts.map +0 -1
  161. package/esm/models/servicesMappers.js +0 -9
  162. package/esm/models/servicesMappers.js.map +0 -1
  163. package/esm/models/sharedPrivateLinkResourcesMappers.d.ts +0 -2
  164. package/esm/models/sharedPrivateLinkResourcesMappers.d.ts.map +0 -1
  165. package/esm/models/sharedPrivateLinkResourcesMappers.js +0 -9
  166. package/esm/models/sharedPrivateLinkResourcesMappers.js.map +0 -1
  167. package/esm/operations/adminKeys.d.ts +0 -74
  168. package/esm/operations/adminKeys.d.ts.map +0 -1
  169. package/esm/operations/adminKeys.js +0 -92
  170. package/esm/operations/adminKeys.js.map +0 -1
  171. package/esm/operations/index.d.ts.map +0 -1
  172. package/esm/operations/index.js.map +0 -1
  173. package/esm/operations/operations.d.ts +0 -28
  174. package/esm/operations/operations.d.ts.map +0 -1
  175. package/esm/operations/operations.js +0 -50
  176. package/esm/operations/operations.js.map +0 -1
  177. package/esm/operations/privateEndpointConnections.d.ts +0 -161
  178. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  179. package/esm/operations/privateEndpointConnections.js +0 -197
  180. package/esm/operations/privateEndpointConnections.js.map +0 -1
  181. package/esm/operations/privateLinkResources.d.ts +0 -40
  182. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  183. package/esm/operations/privateLinkResources.js +0 -58
  184. package/esm/operations/privateLinkResources.js.map +0 -1
  185. package/esm/operations/queryKeys.d.ts +0 -120
  186. package/esm/operations/queryKeys.d.ts.map +0 -1
  187. package/esm/operations/queryKeys.js +0 -156
  188. package/esm/operations/queryKeys.js.map +0 -1
  189. package/esm/operations/services.d.ts +0 -225
  190. package/esm/operations/services.d.ts.map +0 -1
  191. package/esm/operations/services.js +0 -355
  192. package/esm/operations/services.js.map +0 -1
  193. package/esm/operations/sharedPrivateLinkResources.d.ts +0 -147
  194. package/esm/operations/sharedPrivateLinkResources.d.ts.map +0 -1
  195. package/esm/operations/sharedPrivateLinkResources.js +0 -255
  196. package/esm/operations/sharedPrivateLinkResources.js.map +0 -1
  197. package/esm/searchManagementClient.d.ts +0 -31
  198. package/esm/searchManagementClient.d.ts.map +0 -1
  199. package/esm/searchManagementClient.js +0 -44
  200. package/esm/searchManagementClient.js.map +0 -1
  201. package/esm/searchManagementClientContext.d.ts +0 -23
  202. package/esm/searchManagementClientContext.d.ts.map +0 -1
  203. package/esm/searchManagementClientContext.js +0 -61
  204. package/esm/searchManagementClientContext.js.map +0 -1
  205. package/src/models/privateEndpointConnectionsMappers.ts +0 -33
  206. package/src/models/privateLinkResourcesMappers.ts +0 -33
  207. package/src/models/servicesMappers.ts +0 -35
  208. package/src/models/sharedPrivateLinkResourcesMappers.ts +0 -33
  209. package/src/searchManagementClientContext.ts +0 -68
@@ -1,156 +0,0 @@
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
7
- * regenerated.
8
- */
9
- import * as msRest from "@azure/ms-rest-js";
10
- import * as Mappers from "../models/queryKeysMappers";
11
- import * as Parameters from "../models/parameters";
12
- /** Class representing a QueryKeys. */
13
- var QueryKeys = /** @class */ (function () {
14
- /**
15
- * Create a QueryKeys.
16
- * @param {SearchManagementClientContext} client Reference to the service client.
17
- */
18
- function QueryKeys(client) {
19
- this.client = client;
20
- }
21
- QueryKeys.prototype.create = function (resourceGroupName, searchServiceName, name, options, callback) {
22
- return this.client.sendOperationRequest({
23
- resourceGroupName: resourceGroupName,
24
- searchServiceName: searchServiceName,
25
- name: name,
26
- options: options
27
- }, createOperationSpec, callback);
28
- };
29
- QueryKeys.prototype.listBySearchService = function (resourceGroupName, searchServiceName, options, callback) {
30
- return this.client.sendOperationRequest({
31
- resourceGroupName: resourceGroupName,
32
- searchServiceName: searchServiceName,
33
- options: options
34
- }, listBySearchServiceOperationSpec, callback);
35
- };
36
- QueryKeys.prototype.deleteMethod = function (resourceGroupName, searchServiceName, key, options, callback) {
37
- return this.client.sendOperationRequest({
38
- resourceGroupName: resourceGroupName,
39
- searchServiceName: searchServiceName,
40
- key: key,
41
- options: options
42
- }, deleteMethodOperationSpec, callback);
43
- };
44
- QueryKeys.prototype.listBySearchServiceNext = function (nextPageLink, options, callback) {
45
- return this.client.sendOperationRequest({
46
- nextPageLink: nextPageLink,
47
- options: options
48
- }, listBySearchServiceNextOperationSpec, callback);
49
- };
50
- return QueryKeys;
51
- }());
52
- export { QueryKeys };
53
- // Operation Specifications
54
- var serializer = new msRest.Serializer(Mappers);
55
- var createOperationSpec = {
56
- httpMethod: "POST",
57
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/createQueryKey/{name}",
58
- urlParameters: [
59
- Parameters.resourceGroupName,
60
- Parameters.searchServiceName,
61
- Parameters.name,
62
- Parameters.subscriptionId
63
- ],
64
- queryParameters: [
65
- Parameters.apiVersion
66
- ],
67
- headerParameters: [
68
- Parameters.acceptLanguage,
69
- Parameters.clientRequestId
70
- ],
71
- responses: {
72
- 200: {
73
- bodyMapper: Mappers.QueryKey
74
- },
75
- default: {
76
- bodyMapper: Mappers.CloudError
77
- }
78
- },
79
- serializer: serializer
80
- };
81
- var listBySearchServiceOperationSpec = {
82
- httpMethod: "POST",
83
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/listQueryKeys",
84
- urlParameters: [
85
- Parameters.resourceGroupName,
86
- Parameters.searchServiceName,
87
- Parameters.subscriptionId
88
- ],
89
- queryParameters: [
90
- Parameters.apiVersion
91
- ],
92
- headerParameters: [
93
- Parameters.acceptLanguage,
94
- Parameters.clientRequestId
95
- ],
96
- responses: {
97
- 200: {
98
- bodyMapper: Mappers.ListQueryKeysResult
99
- },
100
- default: {
101
- bodyMapper: Mappers.CloudError
102
- }
103
- },
104
- serializer: serializer
105
- };
106
- var deleteMethodOperationSpec = {
107
- httpMethod: "DELETE",
108
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/deleteQueryKey/{key}",
109
- urlParameters: [
110
- Parameters.resourceGroupName,
111
- Parameters.searchServiceName,
112
- Parameters.key,
113
- Parameters.subscriptionId
114
- ],
115
- queryParameters: [
116
- Parameters.apiVersion
117
- ],
118
- headerParameters: [
119
- Parameters.acceptLanguage,
120
- Parameters.clientRequestId
121
- ],
122
- responses: {
123
- 200: {},
124
- 204: {},
125
- 404: {},
126
- default: {
127
- bodyMapper: Mappers.CloudError
128
- }
129
- },
130
- serializer: serializer
131
- };
132
- var listBySearchServiceNextOperationSpec = {
133
- httpMethod: "POST",
134
- baseUrl: "https://management.azure.com",
135
- path: "{nextLink}",
136
- urlParameters: [
137
- Parameters.nextPageLink
138
- ],
139
- queryParameters: [
140
- Parameters.apiVersion
141
- ],
142
- headerParameters: [
143
- Parameters.acceptLanguage,
144
- Parameters.clientRequestId
145
- ],
146
- responses: {
147
- 200: {
148
- bodyMapper: Mappers.ListQueryKeysResult
149
- },
150
- default: {
151
- bodyMapper: Mappers.CloudError
152
- }
153
- },
154
- serializer: serializer
155
- };
156
- //# sourceMappingURL=queryKeys.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"queryKeys.js","sourceRoot":"","sources":["../../src/operations/queryKeys.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,sCAAsC;AACtC;IAGE;;;OAGG;IACH,mBAAY,MAAqC;QAC/C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiCD,0BAAM,GAAN,UAAO,iBAAyB,EAAE,iBAAyB,EAAE,IAAY,EAAE,OAAwF,EAAE,QAAkD;QACrN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,iBAAiB,mBAAA;YACjB,IAAI,MAAA;YACJ,OAAO,SAAA;SACR,EACD,mBAAmB,EACnB,QAAQ,CAA4C,CAAC;IACzD,CAAC;IA6BD,uCAAmB,GAAnB,UAAoB,iBAAyB,EAAE,iBAAyB,EAAE,OAAgH,EAAE,QAA6D;QACvP,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,iBAAiB,mBAAA;YACjB,OAAO,SAAA;SACR,EACD,gCAAgC,EAChC,QAAQ,CAAyD,CAAC;IACtE,CAAC;IAiCD,gCAAY,GAAZ,UAAa,iBAAyB,EAAE,iBAAyB,EAAE,GAAW,EAAE,OAAmF,EAAE,QAAuC;QAC1M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,iBAAiB,mBAAA;YACjB,GAAG,KAAA;YACH,OAAO,SAAA;SACR,EACD,yBAAyB,EACzB,QAAQ,CAAC,CAAC;IACd,CAAC;IAoBD,2CAAuB,GAAvB,UAAwB,YAAoB,EAAE,OAAoH,EAAE,QAA6D;QAC/N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,oCAAoC,EACpC,QAAQ,CAA6D,CAAC;IAC1E,CAAC;IACH,gBAAC;AAAD,CAAC,AAlKD,IAkKC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,mBAAmB,GAAyB;IAChD,UAAU,EAAE,MAAM;IAClB,IAAI,EAAE,uJAAuJ;IAC7J,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,IAAI;QACf,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,QAAQ;SAC7B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,gCAAgC,GAAyB;IAC7D,UAAU,EAAE,MAAM;IAClB,IAAI,EAAE,+IAA+I;IACrJ,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,yBAAyB,GAAyB;IACtD,UAAU,EAAE,QAAQ;IACpB,IAAI,EAAE,sJAAsJ;IAC5J,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,oCAAoC,GAAyB;IACjE,UAAU,EAAE,MAAM;IAClB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1,225 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { SearchManagementClientContext } from "../searchManagementClientContext";
5
- /** Class representing a Services. */
6
- export declare class Services {
7
- private readonly client;
8
- /**
9
- * Create a Services.
10
- * @param {SearchManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: SearchManagementClientContext);
13
- /**
14
- * Creates or updates a search service in the given resource group. If the search service already
15
- * exists, all properties will be updated with the given values.
16
- * @param resourceGroupName The name of the resource group within the current subscription. You can
17
- * obtain this value from the Azure Resource Manager API or the portal.
18
- * @param searchServiceName The name of the Azure Cognitive Search service to create or update.
19
- * Search service names must only contain lowercase letters, digits or dashes, cannot use dash as
20
- * the first two or last one characters, cannot contain consecutive dashes, and must be between 2
21
- * and 60 characters in length. Search service names must be globally unique since they are part of
22
- * the service URI (https://<name>.search.windows.net). You cannot change the service name after
23
- * the service is created.
24
- * @param service The definition of the search service to create or update.
25
- * @param [options] The optional parameters
26
- * @returns Promise<Models.ServicesCreateOrUpdateResponse>
27
- */
28
- createOrUpdate(resourceGroupName: string, searchServiceName: string, service: Models.SearchService, options?: Models.ServicesCreateOrUpdateOptionalParams): Promise<Models.ServicesCreateOrUpdateResponse>;
29
- /**
30
- * Updates an existing search service in the given resource group.
31
- * @param resourceGroupName The name of the resource group within the current subscription. You can
32
- * obtain this value from the Azure Resource Manager API or the portal.
33
- * @param searchServiceName The name of the Azure Cognitive Search service to update.
34
- * @param service The definition of the search service to update.
35
- * @param [options] The optional parameters
36
- * @returns Promise<Models.ServicesUpdateResponse>
37
- */
38
- update(resourceGroupName: string, searchServiceName: string, service: Models.SearchServiceUpdate, options?: Models.ServicesUpdateOptionalParams): Promise<Models.ServicesUpdateResponse>;
39
- /**
40
- * @param resourceGroupName The name of the resource group within the current subscription. You can
41
- * obtain this value from the Azure Resource Manager API or the portal.
42
- * @param searchServiceName The name of the Azure Cognitive Search service to update.
43
- * @param service The definition of the search service to update.
44
- * @param callback The callback
45
- */
46
- update(resourceGroupName: string, searchServiceName: string, service: Models.SearchServiceUpdate, callback: msRest.ServiceCallback<Models.SearchService>): void;
47
- /**
48
- * @param resourceGroupName The name of the resource group within the current subscription. You can
49
- * obtain this value from the Azure Resource Manager API or the portal.
50
- * @param searchServiceName The name of the Azure Cognitive Search service to update.
51
- * @param service The definition of the search service to update.
52
- * @param options The optional parameters
53
- * @param callback The callback
54
- */
55
- update(resourceGroupName: string, searchServiceName: string, service: Models.SearchServiceUpdate, options: Models.ServicesUpdateOptionalParams, callback: msRest.ServiceCallback<Models.SearchService>): void;
56
- /**
57
- * Gets the search service with the given name in the given resource group.
58
- * @param resourceGroupName The name of the resource group within the current subscription. You can
59
- * obtain this value from the Azure Resource Manager API or the portal.
60
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
61
- * specified resource group.
62
- * @param [options] The optional parameters
63
- * @returns Promise<Models.ServicesGetResponse>
64
- */
65
- get(resourceGroupName: string, searchServiceName: string, options?: Models.ServicesGetOptionalParams): Promise<Models.ServicesGetResponse>;
66
- /**
67
- * @param resourceGroupName The name of the resource group within the current subscription. You can
68
- * obtain this value from the Azure Resource Manager API or the portal.
69
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
70
- * specified resource group.
71
- * @param callback The callback
72
- */
73
- get(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.SearchService>): void;
74
- /**
75
- * @param resourceGroupName The name of the resource group within the current subscription. You can
76
- * obtain this value from the Azure Resource Manager API or the portal.
77
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
78
- * specified resource group.
79
- * @param options The optional parameters
80
- * @param callback The callback
81
- */
82
- get(resourceGroupName: string, searchServiceName: string, options: Models.ServicesGetOptionalParams, callback: msRest.ServiceCallback<Models.SearchService>): void;
83
- /**
84
- * Deletes a search service in the given resource group, along with its associated resources.
85
- * @param resourceGroupName The name of the resource group within the current subscription. You can
86
- * obtain this value from the Azure Resource Manager API or the portal.
87
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
88
- * specified resource group.
89
- * @param [options] The optional parameters
90
- * @returns Promise<msRest.RestResponse>
91
- */
92
- deleteMethod(resourceGroupName: string, searchServiceName: string, options?: Models.ServicesDeleteMethodOptionalParams): Promise<msRest.RestResponse>;
93
- /**
94
- * @param resourceGroupName The name of the resource group within the current subscription. You can
95
- * obtain this value from the Azure Resource Manager API or the portal.
96
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
97
- * specified resource group.
98
- * @param callback The callback
99
- */
100
- deleteMethod(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<void>): void;
101
- /**
102
- * @param resourceGroupName The name of the resource group within the current subscription. You can
103
- * obtain this value from the Azure Resource Manager API or the portal.
104
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
105
- * specified resource group.
106
- * @param options The optional parameters
107
- * @param callback The callback
108
- */
109
- deleteMethod(resourceGroupName: string, searchServiceName: string, options: Models.ServicesDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;
110
- /**
111
- * Gets a list of all search services in the given resource group.
112
- * @param resourceGroupName The name of the resource group within the current subscription. You can
113
- * obtain this value from the Azure Resource Manager API or the portal.
114
- * @param [options] The optional parameters
115
- * @returns Promise<Models.ServicesListByResourceGroupResponse>
116
- */
117
- listByResourceGroup(resourceGroupName: string, options?: Models.ServicesListByResourceGroupOptionalParams): Promise<Models.ServicesListByResourceGroupResponse>;
118
- /**
119
- * @param resourceGroupName The name of the resource group within the current subscription. You can
120
- * obtain this value from the Azure Resource Manager API or the portal.
121
- * @param callback The callback
122
- */
123
- listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
124
- /**
125
- * @param resourceGroupName The name of the resource group within the current subscription. You can
126
- * obtain this value from the Azure Resource Manager API or the portal.
127
- * @param options The optional parameters
128
- * @param callback The callback
129
- */
130
- listByResourceGroup(resourceGroupName: string, options: Models.ServicesListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
131
- /**
132
- * Gets a list of all search services in the given subscription.
133
- * @param [options] The optional parameters
134
- * @returns Promise<Models.ServicesListBySubscriptionResponse>
135
- */
136
- listBySubscription(options?: Models.ServicesListBySubscriptionOptionalParams): Promise<Models.ServicesListBySubscriptionResponse>;
137
- /**
138
- * @param callback The callback
139
- */
140
- listBySubscription(callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
141
- /**
142
- * @param options The optional parameters
143
- * @param callback The callback
144
- */
145
- listBySubscription(options: Models.ServicesListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
146
- /**
147
- * Checks whether or not the given search service name is available for use. Search service names
148
- * must be globally unique since they are part of the service URI
149
- * (https://<name>.search.windows.net).
150
- * @param name The search service name to validate. Search service names must only contain
151
- * lowercase letters, digits or dashes, cannot use dash as the first two or last one characters,
152
- * cannot contain consecutive dashes, and must be between 2 and 60 characters in length.
153
- * @param [options] The optional parameters
154
- * @returns Promise<Models.ServicesCheckNameAvailabilityResponse>
155
- */
156
- checkNameAvailability(name: string, options?: Models.ServicesCheckNameAvailabilityOptionalParams): Promise<Models.ServicesCheckNameAvailabilityResponse>;
157
- /**
158
- * @param name The search service name to validate. Search service names must only contain
159
- * lowercase letters, digits or dashes, cannot use dash as the first two or last one characters,
160
- * cannot contain consecutive dashes, and must be between 2 and 60 characters in length.
161
- * @param callback The callback
162
- */
163
- checkNameAvailability(name: string, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityOutput>): void;
164
- /**
165
- * @param name The search service name to validate. Search service names must only contain
166
- * lowercase letters, digits or dashes, cannot use dash as the first two or last one characters,
167
- * cannot contain consecutive dashes, and must be between 2 and 60 characters in length.
168
- * @param options The optional parameters
169
- * @param callback The callback
170
- */
171
- checkNameAvailability(name: string, options: Models.ServicesCheckNameAvailabilityOptionalParams, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityOutput>): void;
172
- /**
173
- * Creates or updates a search service in the given resource group. If the search service already
174
- * exists, all properties will be updated with the given values.
175
- * @param resourceGroupName The name of the resource group within the current subscription. You can
176
- * obtain this value from the Azure Resource Manager API or the portal.
177
- * @param searchServiceName The name of the Azure Cognitive Search service to create or update.
178
- * Search service names must only contain lowercase letters, digits or dashes, cannot use dash as
179
- * the first two or last one characters, cannot contain consecutive dashes, and must be between 2
180
- * and 60 characters in length. Search service names must be globally unique since they are part of
181
- * the service URI (https://<name>.search.windows.net). You cannot change the service name after
182
- * the service is created.
183
- * @param service The definition of the search service to create or update.
184
- * @param [options] The optional parameters
185
- * @returns Promise<msRestAzure.LROPoller>
186
- */
187
- beginCreateOrUpdate(resourceGroupName: string, searchServiceName: string, service: Models.SearchService, options?: Models.ServicesBeginCreateOrUpdateOptionalParams): Promise<msRestAzure.LROPoller>;
188
- /**
189
- * Gets a list of all search services in the given resource group.
190
- * @param nextPageLink The NextLink from the previous successful call to List operation.
191
- * @param [options] The optional parameters
192
- * @returns Promise<Models.ServicesListByResourceGroupNextResponse>
193
- */
194
- listByResourceGroupNext(nextPageLink: string, options?: Models.ServicesListByResourceGroupNextOptionalParams): Promise<Models.ServicesListByResourceGroupNextResponse>;
195
- /**
196
- * @param nextPageLink The NextLink from the previous successful call to List operation.
197
- * @param callback The callback
198
- */
199
- listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
200
- /**
201
- * @param nextPageLink The NextLink from the previous successful call to List operation.
202
- * @param options The optional parameters
203
- * @param callback The callback
204
- */
205
- listByResourceGroupNext(nextPageLink: string, options: Models.ServicesListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
206
- /**
207
- * Gets a list of all search services in the given subscription.
208
- * @param nextPageLink The NextLink from the previous successful call to List operation.
209
- * @param [options] The optional parameters
210
- * @returns Promise<Models.ServicesListBySubscriptionNextResponse>
211
- */
212
- listBySubscriptionNext(nextPageLink: string, options?: Models.ServicesListBySubscriptionNextOptionalParams): Promise<Models.ServicesListBySubscriptionNextResponse>;
213
- /**
214
- * @param nextPageLink The NextLink from the previous successful call to List operation.
215
- * @param callback The callback
216
- */
217
- listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
218
- /**
219
- * @param nextPageLink The NextLink from the previous successful call to List operation.
220
- * @param options The optional parameters
221
- * @param callback The callback
222
- */
223
- listBySubscriptionNext(nextPageLink: string, options: Models.ServicesListBySubscriptionNextOptionalParams, callback: msRest.ServiceCallback<Models.SearchServiceListResult>): void;
224
- }
225
- //# sourceMappingURL=services.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../src/operations/services.ts"],"names":[],"mappings":"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"}