@azure/arm-cognitiveservices 6.1.0 → 7.0.0-alpha.20211202.3

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 (249) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +4800 -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/cognitiveServicesManagementClient.d.ts +42 -0
  9. package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
  11. package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1310 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +128 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +68 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +964 -1092
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +26 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +199 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/accounts.d.ts +138 -0
  33. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  34. package/dist-esm/src/operations/accounts.js +628 -0
  35. package/dist-esm/src/operations/accounts.js.map +1 -0
  36. package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
  37. package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
  38. package/dist-esm/src/operations/commitmentPlans.js +293 -0
  39. package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
  40. package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
  41. package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
  42. package/dist-esm/src/operations/commitmentTiers.js +132 -0
  43. package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
  44. package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
  45. package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/deletedAccounts.js +232 -0
  47. package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
  48. package/dist-esm/src/operations/deployments.d.ts +81 -0
  49. package/dist-esm/src/operations/deployments.d.ts.map +1 -0
  50. package/dist-esm/src/operations/deployments.js +331 -0
  51. package/dist-esm/src/operations/deployments.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +120 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
  61. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
  63. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  64. package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
  65. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  67. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  68. package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
  69. package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
  70. package/dist-esm/src/operations/resourceSkus.js +124 -0
  71. package/dist-esm/src/operations/resourceSkus.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
  73. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  74. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
  75. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
  77. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  78. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
  79. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
  81. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  82. package/{src/models/commitmentTiersMappers.ts → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -10
  83. package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
  85. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  86. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -2
  87. package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
  89. package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  95. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  97. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  101. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
  105. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
  109. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
  112. package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
  113. package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
  114. package/dist-esm/test/cognitiveservices_examples.js +127 -0
  115. package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
  116. package/package.json +65 -22
  117. package/review/arm-cognitiveservices.api.md +1150 -0
  118. package/rollup.config.js +181 -30
  119. package/src/cognitiveServicesManagementClient.ts +157 -153
  120. package/src/{models/resourceSkusMappers.ts → index.ts} +4 -9
  121. package/src/lroImpl.ts +34 -0
  122. package/src/models/index.ts +1063 -1831
  123. package/src/models/mappers.ts +1021 -1150
  124. package/src/models/parameters.ts +151 -54
  125. package/src/operations/accounts.ts +613 -497
  126. package/src/operations/commitmentPlans.ts +253 -203
  127. package/src/operations/commitmentTiers.ts +105 -80
  128. package/src/operations/deletedAccounts.ts +209 -161
  129. package/src/operations/deployments.ts +325 -193
  130. package/src/operations/index.ts +1 -2
  131. package/src/operations/operations.ts +85 -73
  132. package/src/operations/privateEndpointConnections.ts +257 -164
  133. package/src/operations/privateLinkResources.ts +37 -51
  134. package/src/operations/resourceSkus.ts +90 -76
  135. package/src/operationsInterfaces/accounts.ts +195 -0
  136. package/src/operationsInterfaces/commitmentPlans.ts +93 -0
  137. package/src/operationsInterfaces/commitmentTiers.ts +24 -0
  138. package/src/operationsInterfaces/deletedAccounts.ts +68 -0
  139. package/src/operationsInterfaces/deployments.ts +109 -0
  140. package/src/operationsInterfaces/index.ts +17 -0
  141. package/src/operationsInterfaces/operations.ts +22 -0
  142. package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
  143. package/src/operationsInterfaces/privateLinkResources.ts +27 -0
  144. package/src/operationsInterfaces/resourceSkus.ts +22 -0
  145. package/tsconfig.json +3 -3
  146. package/types/arm-cognitiveservices.d.ts +1860 -0
  147. package/types/tsdoc-metadata.json +11 -0
  148. package/dist/arm-cognitiveservices.js +0 -4713
  149. package/dist/arm-cognitiveservices.js.map +0 -1
  150. package/dist/arm-cognitiveservices.min.js +0 -1
  151. package/dist/arm-cognitiveservices.min.js.map +0 -1
  152. package/esm/cognitiveServicesManagementClient.d.ts +0 -80
  153. package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
  154. package/esm/cognitiveServicesManagementClient.js +0 -128
  155. package/esm/cognitiveServicesManagementClient.js.map +0 -1
  156. package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
  157. package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
  158. package/esm/cognitiveServicesManagementClientContext.js +0 -60
  159. package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
  160. package/esm/models/accountsMappers.d.ts +0 -2
  161. package/esm/models/accountsMappers.d.ts.map +0 -1
  162. package/esm/models/accountsMappers.js +0 -9
  163. package/esm/models/accountsMappers.js.map +0 -1
  164. package/esm/models/commitmentPlansMappers.d.ts +0 -2
  165. package/esm/models/commitmentPlansMappers.d.ts.map +0 -1
  166. package/esm/models/commitmentPlansMappers.js +0 -9
  167. package/esm/models/commitmentPlansMappers.js.map +0 -1
  168. package/esm/models/commitmentTiersMappers.d.ts +0 -2
  169. package/esm/models/commitmentTiersMappers.d.ts.map +0 -1
  170. package/esm/models/commitmentTiersMappers.js +0 -9
  171. package/esm/models/commitmentTiersMappers.js.map +0 -1
  172. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  173. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  174. package/esm/models/deletedAccountsMappers.js +0 -9
  175. package/esm/models/deletedAccountsMappers.js.map +0 -1
  176. package/esm/models/deploymentsMappers.d.ts +0 -2
  177. package/esm/models/deploymentsMappers.d.ts.map +0 -1
  178. package/esm/models/deploymentsMappers.js +0 -9
  179. package/esm/models/deploymentsMappers.js.map +0 -1
  180. package/esm/models/index.d.ts +0 -2102
  181. package/esm/models/index.d.ts.map +0 -1
  182. package/esm/models/index.js.map +0 -1
  183. package/esm/models/mappers.d.ts +0 -71
  184. package/esm/models/mappers.d.ts.map +0 -1
  185. package/esm/models/mappers.js.map +0 -1
  186. package/esm/models/operationsMappers.d.ts +0 -2
  187. package/esm/models/operationsMappers.d.ts.map +0 -1
  188. package/esm/models/operationsMappers.js.map +0 -1
  189. package/esm/models/parameters.d.ts +0 -13
  190. package/esm/models/parameters.d.ts.map +0 -1
  191. package/esm/models/parameters.js +0 -137
  192. package/esm/models/parameters.js.map +0 -1
  193. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  194. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  195. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  196. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  197. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  198. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  199. package/esm/models/privateLinkResourcesMappers.js +0 -9
  200. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  201. package/esm/models/resourceSkusMappers.d.ts +0 -2
  202. package/esm/models/resourceSkusMappers.d.ts.map +0 -1
  203. package/esm/models/resourceSkusMappers.js +0 -9
  204. package/esm/models/resourceSkusMappers.js.map +0 -1
  205. package/esm/operations/accounts.d.ts +0 -245
  206. package/esm/operations/accounts.d.ts.map +0 -1
  207. package/esm/operations/accounts.js +0 -476
  208. package/esm/operations/accounts.js.map +0 -1
  209. package/esm/operations/commitmentPlans.d.ts +0 -130
  210. package/esm/operations/commitmentPlans.d.ts.map +0 -1
  211. package/esm/operations/commitmentPlans.js +0 -216
  212. package/esm/operations/commitmentPlans.js.map +0 -1
  213. package/esm/operations/commitmentTiers.d.ts +0 -49
  214. package/esm/operations/commitmentTiers.d.ts.map +0 -1
  215. package/esm/operations/commitmentTiers.js +0 -84
  216. package/esm/operations/commitmentTiers.js.map +0 -1
  217. package/esm/operations/deletedAccounts.d.ts +0 -89
  218. package/esm/operations/deletedAccounts.d.ts.map +0 -1
  219. package/esm/operations/deletedAccounts.js +0 -168
  220. package/esm/operations/deletedAccounts.js.map +0 -1
  221. package/esm/operations/deployments.d.ts +0 -115
  222. package/esm/operations/deployments.d.ts.map +0 -1
  223. package/esm/operations/deployments.js +0 -236
  224. package/esm/operations/deployments.js.map +0 -1
  225. package/esm/operations/index.d.ts.map +0 -1
  226. package/esm/operations/index.js.map +0 -1
  227. package/esm/operations/operations.d.ts +0 -46
  228. package/esm/operations/operations.d.ts.map +0 -1
  229. package/esm/operations/operations.js +0 -79
  230. package/esm/operations/operations.js.map +0 -1
  231. package/esm/operations/privateEndpointConnections.d.ts +0 -108
  232. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  233. package/esm/operations/privateEndpointConnections.js +0 -215
  234. package/esm/operations/privateEndpointConnections.js.map +0 -1
  235. package/esm/operations/privateLinkResources.d.ts +0 -34
  236. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  237. package/esm/operations/privateLinkResources.js +0 -57
  238. package/esm/operations/privateLinkResources.js.map +0 -1
  239. package/esm/operations/resourceSkus.d.ts +0 -46
  240. package/esm/operations/resourceSkus.d.ts.map +0 -1
  241. package/esm/operations/resourceSkus.js +0 -82
  242. package/esm/operations/resourceSkus.js.map +0 -1
  243. package/src/cognitiveServicesManagementClientContext.ts +0 -67
  244. package/src/models/accountsMappers.ts +0 -59
  245. package/src/models/commitmentPlansMappers.ts +0 -52
  246. package/src/models/deletedAccountsMappers.ts +0 -52
  247. package/src/models/deploymentsMappers.ts +0 -52
  248. package/src/models/privateEndpointConnectionsMappers.ts +0 -52
  249. package/src/models/privateLinkResourcesMappers.ts +0 -52
@@ -1,115 +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 { CognitiveServicesManagementClientContext } from "../cognitiveServicesManagementClientContext";
5
- /** Class representing a Deployments. */
6
- export declare class Deployments {
7
- private readonly client;
8
- /**
9
- * Create a Deployments.
10
- * @param {CognitiveServicesManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: CognitiveServicesManagementClientContext);
13
- /**
14
- * Gets the deployments associated with the Cognitive Services account.
15
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param accountName The name of Cognitive Services account.
17
- * @param [options] The optional parameters
18
- * @returns Promise<Models.DeploymentsListResponse>
19
- */
20
- list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.DeploymentsListResponse>;
21
- /**
22
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
- * @param accountName The name of Cognitive Services account.
24
- * @param callback The callback
25
- */
26
- list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.DeploymentListResult>): void;
27
- /**
28
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
29
- * @param accountName The name of Cognitive Services account.
30
- * @param options The optional parameters
31
- * @param callback The callback
32
- */
33
- list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeploymentListResult>): void;
34
- /**
35
- * Gets the specified deployments associated with the Cognitive Services account.
36
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
- * @param accountName The name of Cognitive Services account.
38
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
39
- * @param [options] The optional parameters
40
- * @returns Promise<Models.DeploymentsGetResponse>
41
- */
42
- get(resourceGroupName: string, accountName: string, deploymentName: string, options?: msRest.RequestOptionsBase): Promise<Models.DeploymentsGetResponse>;
43
- /**
44
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
- * @param accountName The name of Cognitive Services account.
46
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
47
- * @param callback The callback
48
- */
49
- get(resourceGroupName: string, accountName: string, deploymentName: string, callback: msRest.ServiceCallback<Models.Deployment>): void;
50
- /**
51
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
- * @param accountName The name of Cognitive Services account.
53
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
54
- * @param options The optional parameters
55
- * @param callback The callback
56
- */
57
- get(resourceGroupName: string, accountName: string, deploymentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Deployment>): void;
58
- /**
59
- * Update the state of specified deployments associated with the Cognitive Services account.
60
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
61
- * @param accountName The name of Cognitive Services account.
62
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
63
- * @param deployment The deployment properties.
64
- * @param [options] The optional parameters
65
- * @returns Promise<Models.DeploymentsCreateOrUpdateResponse>
66
- */
67
- createOrUpdate(resourceGroupName: string, accountName: string, deploymentName: string, deployment: Models.Deployment, options?: msRest.RequestOptionsBase): Promise<Models.DeploymentsCreateOrUpdateResponse>;
68
- /**
69
- * Deletes the specified deployment associated with the Cognitive Services account.
70
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
71
- * @param accountName The name of Cognitive Services account.
72
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
73
- * @param [options] The optional parameters
74
- * @returns Promise<msRest.RestResponse>
75
- */
76
- deleteMethod(resourceGroupName: string, accountName: string, deploymentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
77
- /**
78
- * Update the state of specified deployments associated with the Cognitive Services account.
79
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
- * @param accountName The name of Cognitive Services account.
81
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
82
- * @param deployment The deployment properties.
83
- * @param [options] The optional parameters
84
- * @returns Promise<msRestAzure.LROPoller>
85
- */
86
- beginCreateOrUpdate(resourceGroupName: string, accountName: string, deploymentName: string, deployment: Models.Deployment, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
87
- /**
88
- * Deletes the specified deployment associated with the Cognitive Services account.
89
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
90
- * @param accountName The name of Cognitive Services account.
91
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
92
- * @param [options] The optional parameters
93
- * @returns Promise<msRestAzure.LROPoller>
94
- */
95
- beginDeleteMethod(resourceGroupName: string, accountName: string, deploymentName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
96
- /**
97
- * Gets the deployments associated with the Cognitive Services account.
98
- * @param nextPageLink The NextLink from the previous successful call to List operation.
99
- * @param [options] The optional parameters
100
- * @returns Promise<Models.DeploymentsListNextResponse>
101
- */
102
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DeploymentsListNextResponse>;
103
- /**
104
- * @param nextPageLink The NextLink from the previous successful call to List operation.
105
- * @param callback The callback
106
- */
107
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DeploymentListResult>): void;
108
- /**
109
- * @param nextPageLink The NextLink from the previous successful call to List operation.
110
- * @param options The optional parameters
111
- * @param callback The callback
112
- */
113
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeploymentListResult>): void;
114
- }
115
- //# sourceMappingURL=deployments.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deployments.d.ts","sourceRoot":"","sources":["../../src/operations/deployments.ts"],"names":[],"mappings":"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"}
@@ -1,236 +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 { __assign } from "tslib";
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/deploymentsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a Deployments. */
14
- var Deployments = /** @class */ (function () {
15
- /**
16
- * Create a Deployments.
17
- * @param {CognitiveServicesManagementClientContext} client Reference to the service client.
18
- */
19
- function Deployments(client) {
20
- this.client = client;
21
- }
22
- Deployments.prototype.list = function (resourceGroupName, accountName, options, callback) {
23
- return this.client.sendOperationRequest({
24
- resourceGroupName: resourceGroupName,
25
- accountName: accountName,
26
- options: options
27
- }, listOperationSpec, callback);
28
- };
29
- Deployments.prototype.get = function (resourceGroupName, accountName, deploymentName, options, callback) {
30
- return this.client.sendOperationRequest({
31
- resourceGroupName: resourceGroupName,
32
- accountName: accountName,
33
- deploymentName: deploymentName,
34
- options: options
35
- }, getOperationSpec, callback);
36
- };
37
- /**
38
- * Update the state of specified deployments associated with the Cognitive Services account.
39
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
40
- * @param accountName The name of Cognitive Services account.
41
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
42
- * @param deployment The deployment properties.
43
- * @param [options] The optional parameters
44
- * @returns Promise<Models.DeploymentsCreateOrUpdateResponse>
45
- */
46
- Deployments.prototype.createOrUpdate = function (resourceGroupName, accountName, deploymentName, deployment, options) {
47
- return this.beginCreateOrUpdate(resourceGroupName, accountName, deploymentName, deployment, options)
48
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
49
- };
50
- /**
51
- * Deletes the specified deployment associated with the Cognitive Services account.
52
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
53
- * @param accountName The name of Cognitive Services account.
54
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
55
- * @param [options] The optional parameters
56
- * @returns Promise<msRest.RestResponse>
57
- */
58
- Deployments.prototype.deleteMethod = function (resourceGroupName, accountName, deploymentName, options) {
59
- return this.beginDeleteMethod(resourceGroupName, accountName, deploymentName, options)
60
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
61
- };
62
- /**
63
- * Update the state of specified deployments associated with the Cognitive Services account.
64
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
- * @param accountName The name of Cognitive Services account.
66
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
67
- * @param deployment The deployment properties.
68
- * @param [options] The optional parameters
69
- * @returns Promise<msRestAzure.LROPoller>
70
- */
71
- Deployments.prototype.beginCreateOrUpdate = function (resourceGroupName, accountName, deploymentName, deployment, options) {
72
- return this.client.sendLRORequest({
73
- resourceGroupName: resourceGroupName,
74
- accountName: accountName,
75
- deploymentName: deploymentName,
76
- deployment: deployment,
77
- options: options
78
- }, beginCreateOrUpdateOperationSpec, options);
79
- };
80
- /**
81
- * Deletes the specified deployment associated with the Cognitive Services account.
82
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
83
- * @param accountName The name of Cognitive Services account.
84
- * @param deploymentName The name of the deployment associated with the Cognitive Services Account
85
- * @param [options] The optional parameters
86
- * @returns Promise<msRestAzure.LROPoller>
87
- */
88
- Deployments.prototype.beginDeleteMethod = function (resourceGroupName, accountName, deploymentName, options) {
89
- return this.client.sendLRORequest({
90
- resourceGroupName: resourceGroupName,
91
- accountName: accountName,
92
- deploymentName: deploymentName,
93
- options: options
94
- }, beginDeleteMethodOperationSpec, options);
95
- };
96
- Deployments.prototype.listNext = function (nextPageLink, options, callback) {
97
- return this.client.sendOperationRequest({
98
- nextPageLink: nextPageLink,
99
- options: options
100
- }, listNextOperationSpec, callback);
101
- };
102
- return Deployments;
103
- }());
104
- export { Deployments };
105
- // Operation Specifications
106
- var serializer = new msRest.Serializer(Mappers);
107
- var listOperationSpec = {
108
- httpMethod: "GET",
109
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments",
110
- urlParameters: [
111
- Parameters.resourceGroupName,
112
- Parameters.accountName,
113
- Parameters.subscriptionId
114
- ],
115
- queryParameters: [
116
- Parameters.apiVersion
117
- ],
118
- headerParameters: [
119
- Parameters.acceptLanguage
120
- ],
121
- responses: {
122
- 200: {
123
- bodyMapper: Mappers.DeploymentListResult
124
- },
125
- default: {
126
- bodyMapper: Mappers.ErrorResponse
127
- }
128
- },
129
- serializer: serializer
130
- };
131
- var getOperationSpec = {
132
- httpMethod: "GET",
133
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
134
- urlParameters: [
135
- Parameters.resourceGroupName,
136
- Parameters.accountName,
137
- Parameters.subscriptionId,
138
- Parameters.deploymentName
139
- ],
140
- queryParameters: [
141
- Parameters.apiVersion
142
- ],
143
- headerParameters: [
144
- Parameters.acceptLanguage
145
- ],
146
- responses: {
147
- 200: {
148
- bodyMapper: Mappers.Deployment
149
- },
150
- default: {
151
- bodyMapper: Mappers.ErrorResponse
152
- }
153
- },
154
- serializer: serializer
155
- };
156
- var beginCreateOrUpdateOperationSpec = {
157
- httpMethod: "PUT",
158
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
159
- urlParameters: [
160
- Parameters.resourceGroupName,
161
- Parameters.accountName,
162
- Parameters.subscriptionId,
163
- Parameters.deploymentName
164
- ],
165
- queryParameters: [
166
- Parameters.apiVersion
167
- ],
168
- headerParameters: [
169
- Parameters.acceptLanguage
170
- ],
171
- requestBody: {
172
- parameterPath: "deployment",
173
- mapper: __assign(__assign({}, Mappers.Deployment), { required: true })
174
- },
175
- responses: {
176
- 200: {
177
- bodyMapper: Mappers.Deployment
178
- },
179
- 201: {
180
- bodyMapper: Mappers.Deployment
181
- },
182
- default: {
183
- bodyMapper: Mappers.ErrorResponse
184
- }
185
- },
186
- serializer: serializer
187
- };
188
- var beginDeleteMethodOperationSpec = {
189
- httpMethod: "DELETE",
190
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
191
- urlParameters: [
192
- Parameters.resourceGroupName,
193
- Parameters.accountName,
194
- Parameters.subscriptionId,
195
- Parameters.deploymentName
196
- ],
197
- queryParameters: [
198
- Parameters.apiVersion
199
- ],
200
- headerParameters: [
201
- Parameters.acceptLanguage
202
- ],
203
- responses: {
204
- 200: {},
205
- 202: {},
206
- 204: {},
207
- default: {
208
- bodyMapper: Mappers.ErrorResponse
209
- }
210
- },
211
- serializer: serializer
212
- };
213
- var listNextOperationSpec = {
214
- httpMethod: "GET",
215
- baseUrl: "https://management.azure.com",
216
- path: "{nextLink}",
217
- urlParameters: [
218
- Parameters.nextPageLink
219
- ],
220
- queryParameters: [
221
- Parameters.apiVersion
222
- ],
223
- headerParameters: [
224
- Parameters.acceptLanguage
225
- ],
226
- responses: {
227
- 200: {
228
- bodyMapper: Mappers.DeploymentListResult
229
- },
230
- default: {
231
- bodyMapper: Mappers.ErrorResponse
232
- }
233
- },
234
- serializer: serializer
235
- };
236
- //# sourceMappingURL=deployments.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deployments.js","sourceRoot":"","sources":["../../src/operations/deployments.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AASA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
@@ -1,46 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { CognitiveServicesManagementClientContext } from "../cognitiveServicesManagementClientContext";
4
- /** Class representing a Operations. */
5
- export declare class Operations {
6
- private readonly client;
7
- /**
8
- * Create a Operations.
9
- * @param {CognitiveServicesManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: CognitiveServicesManagementClientContext);
12
- /**
13
- * Lists all the available Cognitive Services account operations.
14
- * @param [options] The optional parameters
15
- * @returns Promise<Models.OperationsListResponse>
16
- */
17
- list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
18
- /**
19
- * @param callback The callback
20
- */
21
- list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
22
- /**
23
- * @param options The optional parameters
24
- * @param callback The callback
25
- */
26
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
27
- /**
28
- * Lists all the available Cognitive Services account operations.
29
- * @param nextPageLink The NextLink from the previous successful call to List operation.
30
- * @param [options] The optional parameters
31
- * @returns Promise<Models.OperationsListNextResponse>
32
- */
33
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;
34
- /**
35
- * @param nextPageLink The NextLink from the previous successful call to List operation.
36
- * @param callback The callback
37
- */
38
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
39
- /**
40
- * @param nextPageLink The NextLink from the previous successful call to List operation.
41
- * @param options The optional parameters
42
- * @param callback The callback
43
- */
44
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
45
- }
46
- //# sourceMappingURL=operations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,wCAAwC,EAAE,MAAM,6CAA6C,CAAC;AAEvG,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAU5G;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAC/G;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAClG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAUvI"}
@@ -1,79 +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/operationsMappers";
11
- import * as Parameters from "../models/parameters";
12
- /** Class representing a Operations. */
13
- var Operations = /** @class */ (function () {
14
- /**
15
- * Create a Operations.
16
- * @param {CognitiveServicesManagementClientContext} client Reference to the service client.
17
- */
18
- function Operations(client) {
19
- this.client = client;
20
- }
21
- Operations.prototype.list = function (options, callback) {
22
- return this.client.sendOperationRequest({
23
- options: options
24
- }, listOperationSpec, callback);
25
- };
26
- Operations.prototype.listNext = function (nextPageLink, options, callback) {
27
- return this.client.sendOperationRequest({
28
- nextPageLink: nextPageLink,
29
- options: options
30
- }, listNextOperationSpec, callback);
31
- };
32
- return Operations;
33
- }());
34
- export { Operations };
35
- // Operation Specifications
36
- var serializer = new msRest.Serializer(Mappers);
37
- var listOperationSpec = {
38
- httpMethod: "GET",
39
- path: "providers/Microsoft.CognitiveServices/operations",
40
- queryParameters: [
41
- Parameters.apiVersion
42
- ],
43
- headerParameters: [
44
- Parameters.acceptLanguage
45
- ],
46
- responses: {
47
- 200: {
48
- bodyMapper: Mappers.OperationListResult
49
- },
50
- default: {
51
- bodyMapper: Mappers.ErrorResponse
52
- }
53
- },
54
- serializer: serializer
55
- };
56
- var listNextOperationSpec = {
57
- httpMethod: "GET",
58
- baseUrl: "https://management.azure.com",
59
- path: "{nextLink}",
60
- urlParameters: [
61
- Parameters.nextPageLink
62
- ],
63
- queryParameters: [
64
- Parameters.apiVersion
65
- ],
66
- headerParameters: [
67
- Parameters.acceptLanguage
68
- ],
69
- responses: {
70
- 200: {
71
- bodyMapper: Mappers.OperationListResult
72
- },
73
- default: {
74
- bodyMapper: Mappers.ErrorResponse
75
- }
76
- },
77
- serializer: serializer
78
- };
79
- //# sourceMappingURL=operations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;QAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IAoBD,6BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAwF,EAAE,QAA6D;QACpL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IACH,iBAAC;AAAD,CAAC,AA9DD,IA8DC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,kDAAkD;IACxD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,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;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1,108 +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 { CognitiveServicesManagementClientContext } from "../cognitiveServicesManagementClientContext";
5
- /** Class representing a PrivateEndpointConnections. */
6
- export declare class PrivateEndpointConnections {
7
- private readonly client;
8
- /**
9
- * Create a PrivateEndpointConnections.
10
- * @param {CognitiveServicesManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: CognitiveServicesManagementClientContext);
13
- /**
14
- * Gets the private endpoint connections associated with the Cognitive Services account.
15
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param accountName The name of Cognitive Services account.
17
- * @param [options] The optional parameters
18
- * @returns Promise<Models.PrivateEndpointConnectionsListResponse>
19
- */
20
- list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListResponse>;
21
- /**
22
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
- * @param accountName The name of Cognitive Services account.
24
- * @param callback The callback
25
- */
26
- list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
27
- /**
28
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
29
- * @param accountName The name of Cognitive Services account.
30
- * @param options The optional parameters
31
- * @param callback The callback
32
- */
33
- list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
34
- /**
35
- * Gets the specified private endpoint connection associated with the Cognitive Services account.
36
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
- * @param accountName The name of Cognitive Services account.
38
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with
39
- * the Cognitive Services Account
40
- * @param [options] The optional parameters
41
- * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>
42
- */
43
- get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;
44
- /**
45
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
46
- * @param accountName The name of Cognitive Services account.
47
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with
48
- * the Cognitive Services Account
49
- * @param callback The callback
50
- */
51
- get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
52
- /**
53
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
54
- * @param accountName The name of Cognitive Services account.
55
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with
56
- * the Cognitive Services Account
57
- * @param options The optional parameters
58
- * @param callback The callback
59
- */
60
- get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
61
- /**
62
- * Update the state of specified private endpoint connection associated with the Cognitive Services
63
- * account.
64
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
- * @param accountName The name of Cognitive Services account.
66
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with
67
- * the Cognitive Services Account
68
- * @param properties The private endpoint connection properties.
69
- * @param [options] The optional parameters
70
- * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>
71
- */
72
- createOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;
73
- /**
74
- * Deletes the specified private endpoint connection associated with the Cognitive Services
75
- * account.
76
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
77
- * @param accountName The name of Cognitive Services account.
78
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with
79
- * the Cognitive Services Account
80
- * @param [options] The optional parameters
81
- * @returns Promise<msRest.RestResponse>
82
- */
83
- deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
84
- /**
85
- * Update the state of specified private endpoint connection associated with the Cognitive Services
86
- * account.
87
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
- * @param accountName The name of Cognitive Services account.
89
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with
90
- * the Cognitive Services Account
91
- * @param properties The private endpoint connection properties.
92
- * @param [options] The optional parameters
93
- * @returns Promise<msRestAzure.LROPoller>
94
- */
95
- beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
96
- /**
97
- * Deletes the specified private endpoint connection associated with the Cognitive Services
98
- * account.
99
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
100
- * @param accountName The name of Cognitive Services account.
101
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with
102
- * the Cognitive Services Account
103
- * @param [options] The optional parameters
104
- * @returns Promise<msRestAzure.LROPoller>
105
- */
106
- beginDeleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
107
- }
108
- //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,wCAAwC,EAAE,MAAM,6CAA6C,CAAC;AAEvG,uDAAuD;AACvD,qBAAa,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;;OAMG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sCAAsC,CAAC;IACjJ;;;;OAIG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mCAAmC,CAAC,GAAG,IAAI;IACxI;;;;;OAKG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mCAAmC,CAAC,GAAG,IAAI;IAY5K;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IACtL;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IACpK;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAaxM;;;;;;;;;;OAUG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,yBAAyB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,gDAAgD,CAAC;IAK1P;;;;;;;;;OASG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKtK;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,yBAAyB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAa7N;;;;;;;;;OASG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,6BAA6B,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;CAW9K"}