@azure/arm-databricks 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 (188) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +66 -82
  4. package/dist/index.js +3186 -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/azureDatabricksManagementClient.d.ts +20 -0
  9. package/dist-esm/src/azureDatabricksManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/azureDatabricksManagementClient.js +27 -0
  11. package/dist-esm/src/azureDatabricksManagementClient.js.map +1 -0
  12. package/dist-esm/src/azureDatabricksManagementClientContext.d.ts +16 -0
  13. package/dist-esm/src/azureDatabricksManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/azureDatabricksManagementClientContext.js +49 -0
  15. package/dist-esm/src/azureDatabricksManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +839 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +94 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +44 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +578 -549
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +17 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/models/parameters.js +77 -51
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/dist-esm/src/operations/index.js +14 -0
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/operations.d.ts +32 -0
  41. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/operations.js +120 -0
  43. package/dist-esm/src/operations/operations.js.map +1 -0
  44. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts +22 -0
  45. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  46. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js +65 -0
  47. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js.map +1 -0
  48. package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
  49. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateEndpointConnections.js +347 -0
  51. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  52. package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
  53. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateLinkResources.js +169 -0
  55. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  56. package/dist-esm/src/operations/vNetPeering.d.ts +81 -0
  57. package/dist-esm/src/operations/vNetPeering.d.ts.map +1 -0
  58. package/dist-esm/src/operations/vNetPeering.js +338 -0
  59. package/dist-esm/src/operations/vNetPeering.js.map +1 -0
  60. package/dist-esm/src/operations/workspaces.d.ts +107 -0
  61. package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
  62. package/dist-esm/src/operations/workspaces.js +500 -0
  63. package/dist-esm/src/operations/workspaces.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +14 -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/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +14 -0
  73. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  74. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js} +2 -9
  75. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  77. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  78. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -2
  79. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  81. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts +56 -0
  85. package/dist-esm/src/operationsInterfaces/vNetPeering.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/vNetPeering.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/vNetPeering.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +71 -0
  89. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
  92. package/dist-esm/test/databricks_examples.d.ts +2 -0
  93. package/dist-esm/test/databricks_examples.d.ts.map +1 -0
  94. package/dist-esm/test/databricks_examples.js +100 -0
  95. package/dist-esm/test/databricks_examples.js.map +1 -0
  96. package/package.json +65 -32
  97. package/review/arm-databricks.api.md +742 -0
  98. package/rollup.config.js +181 -30
  99. package/src/azureDatabricksManagementClient.ts +42 -39
  100. package/src/azureDatabricksManagementClientContext.ts +45 -40
  101. package/src/index.ts +13 -0
  102. package/src/lroImpl.ts +34 -0
  103. package/src/models/index.ts +712 -1127
  104. package/src/models/mappers.ts +585 -552
  105. package/src/models/parameters.ts +101 -52
  106. package/src/operations/index.ts +2 -2
  107. package/src/operations/operations.ts +82 -70
  108. package/src/operations/outboundNetworkDependenciesEndpoints.ts +85 -0
  109. package/src/operations/privateEndpointConnections.ts +326 -184
  110. package/src/operations/privateLinkResources.ts +141 -123
  111. package/src/operations/vNetPeering.ts +349 -199
  112. package/src/operations/workspaces.ts +503 -308
  113. package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +3 -3
  114. package/src/operationsInterfaces/operations.ts +22 -0
  115. package/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.ts +29 -0
  116. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  117. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  118. package/src/operationsInterfaces/vNetPeering.ts +109 -0
  119. package/src/operationsInterfaces/workspaces.ts +139 -0
  120. package/tsconfig.json +3 -3
  121. package/types/arm-databricks.d.ts +1198 -0
  122. package/types/tsdoc-metadata.json +11 -0
  123. package/dist/arm-databricks.js +0 -2791
  124. package/dist/arm-databricks.js.map +0 -1
  125. package/dist/arm-databricks.min.js +0 -1
  126. package/dist/arm-databricks.min.js.map +0 -1
  127. package/esm/azureDatabricksManagementClient.d.ts +0 -28
  128. package/esm/azureDatabricksManagementClient.d.ts.map +0 -1
  129. package/esm/azureDatabricksManagementClient.js +0 -41
  130. package/esm/azureDatabricksManagementClient.js.map +0 -1
  131. package/esm/azureDatabricksManagementClientContext.d.ts +0 -21
  132. package/esm/azureDatabricksManagementClientContext.d.ts.map +0 -1
  133. package/esm/azureDatabricksManagementClientContext.js +0 -59
  134. package/esm/azureDatabricksManagementClientContext.js.map +0 -1
  135. package/esm/models/index.d.ts +0 -1273
  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 -43
  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.map +0 -1
  144. package/esm/models/parameters.d.ts +0 -12
  145. package/esm/models/parameters.d.ts.map +0 -1
  146. package/esm/models/parameters.js.map +0 -1
  147. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  148. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  149. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  150. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  151. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  152. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  153. package/esm/models/privateLinkResourcesMappers.js +0 -9
  154. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  155. package/esm/models/vNetPeeringMappers.d.ts +0 -2
  156. package/esm/models/vNetPeeringMappers.d.ts.map +0 -1
  157. package/esm/models/vNetPeeringMappers.js +0 -9
  158. package/esm/models/vNetPeeringMappers.js.map +0 -1
  159. package/esm/models/workspacesMappers.d.ts +0 -2
  160. package/esm/models/workspacesMappers.d.ts.map +0 -1
  161. package/esm/models/workspacesMappers.js +0 -9
  162. package/esm/models/workspacesMappers.js.map +0 -1
  163. package/esm/operations/index.d.ts.map +0 -1
  164. package/esm/operations/index.js.map +0 -1
  165. package/esm/operations/operations.d.ts +0 -46
  166. package/esm/operations/operations.d.ts.map +0 -1
  167. package/esm/operations/operations.js +0 -79
  168. package/esm/operations/operations.js.map +0 -1
  169. package/esm/operations/privateEndpointConnections.d.ts +0 -122
  170. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  171. package/esm/operations/privateEndpointConnections.js +0 -240
  172. package/esm/operations/privateEndpointConnections.js.map +0 -1
  173. package/esm/operations/privateLinkResources.d.ts +0 -79
  174. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  175. package/esm/operations/privateLinkResources.js +0 -119
  176. package/esm/operations/privateLinkResources.js.map +0 -1
  177. package/esm/operations/vNetPeering.d.ts +0 -115
  178. package/esm/operations/vNetPeering.d.ts.map +0 -1
  179. package/esm/operations/vNetPeering.js +0 -237
  180. package/esm/operations/vNetPeering.js.map +0 -1
  181. package/esm/operations/workspaces.d.ts +0 -156
  182. package/esm/operations/workspaces.d.ts.map +0 -1
  183. package/esm/operations/workspaces.js +0 -337
  184. package/esm/operations/workspaces.js.map +0 -1
  185. package/src/models/privateEndpointConnectionsMappers.ts +0 -43
  186. package/src/models/privateLinkResourcesMappers.ts +0 -43
  187. package/src/models/vNetPeeringMappers.ts +0 -43
  188. package/src/models/workspacesMappers.ts +0 -44
@@ -1,240 +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/privateEndpointConnectionsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a PrivateEndpointConnections. */
14
- var PrivateEndpointConnections = /** @class */ (function () {
15
- /**
16
- * Create a PrivateEndpointConnections.
17
- * @param {AzureDatabricksManagementClientContext} client Reference to the service client.
18
- */
19
- function PrivateEndpointConnections(client) {
20
- this.client = client;
21
- }
22
- PrivateEndpointConnections.prototype.list = function (resourceGroupName, workspaceName, options, callback) {
23
- return this.client.sendOperationRequest({
24
- resourceGroupName: resourceGroupName,
25
- workspaceName: workspaceName,
26
- options: options
27
- }, listOperationSpec, callback);
28
- };
29
- PrivateEndpointConnections.prototype.get = function (resourceGroupName, workspaceName, privateEndpointConnectionName, options, callback) {
30
- return this.client.sendOperationRequest({
31
- resourceGroupName: resourceGroupName,
32
- workspaceName: workspaceName,
33
- privateEndpointConnectionName: privateEndpointConnectionName,
34
- options: options
35
- }, getOperationSpec, callback);
36
- };
37
- /**
38
- * Update the status of a private endpoint connection with the specified name
39
- * @summary Update private endpoint connection status
40
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
- * @param workspaceName The name of the workspace.
42
- * @param privateEndpointConnectionName The name of the private endpoint connection
43
- * @param privateEndpointConnection The private endpoint connection with updated properties
44
- * @param [options] The optional parameters
45
- * @returns Promise<Models.PrivateEndpointConnectionsCreateResponse>
46
- */
47
- PrivateEndpointConnections.prototype.create = function (resourceGroupName, workspaceName, privateEndpointConnectionName, privateEndpointConnection, options) {
48
- return this.beginCreate(resourceGroupName, workspaceName, privateEndpointConnectionName, privateEndpointConnection, options)
49
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
50
- };
51
- /**
52
- * Remove private endpoint connection with the specified name
53
- * @summary Remove private endpoint connection
54
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
55
- * @param workspaceName The name of the workspace.
56
- * @param privateEndpointConnectionName The name of the private endpoint connection
57
- * @param [options] The optional parameters
58
- * @returns Promise<msRest.RestResponse>
59
- */
60
- PrivateEndpointConnections.prototype.deleteMethod = function (resourceGroupName, workspaceName, privateEndpointConnectionName, options) {
61
- return this.beginDeleteMethod(resourceGroupName, workspaceName, privateEndpointConnectionName, options)
62
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
63
- };
64
- /**
65
- * Update the status of a private endpoint connection with the specified name
66
- * @summary Update private endpoint connection status
67
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
- * @param workspaceName The name of the workspace.
69
- * @param privateEndpointConnectionName The name of the private endpoint connection
70
- * @param privateEndpointConnection The private endpoint connection with updated properties
71
- * @param [options] The optional parameters
72
- * @returns Promise<msRestAzure.LROPoller>
73
- */
74
- PrivateEndpointConnections.prototype.beginCreate = function (resourceGroupName, workspaceName, privateEndpointConnectionName, privateEndpointConnection, options) {
75
- return this.client.sendLRORequest({
76
- resourceGroupName: resourceGroupName,
77
- workspaceName: workspaceName,
78
- privateEndpointConnectionName: privateEndpointConnectionName,
79
- privateEndpointConnection: privateEndpointConnection,
80
- options: options
81
- }, beginCreateOperationSpec, options);
82
- };
83
- /**
84
- * Remove private endpoint connection with the specified name
85
- * @summary Remove private endpoint connection
86
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
87
- * @param workspaceName The name of the workspace.
88
- * @param privateEndpointConnectionName The name of the private endpoint connection
89
- * @param [options] The optional parameters
90
- * @returns Promise<msRestAzure.LROPoller>
91
- */
92
- PrivateEndpointConnections.prototype.beginDeleteMethod = function (resourceGroupName, workspaceName, privateEndpointConnectionName, options) {
93
- return this.client.sendLRORequest({
94
- resourceGroupName: resourceGroupName,
95
- workspaceName: workspaceName,
96
- privateEndpointConnectionName: privateEndpointConnectionName,
97
- options: options
98
- }, beginDeleteMethodOperationSpec, options);
99
- };
100
- PrivateEndpointConnections.prototype.listNext = function (nextPageLink, options, callback) {
101
- return this.client.sendOperationRequest({
102
- nextPageLink: nextPageLink,
103
- options: options
104
- }, listNextOperationSpec, callback);
105
- };
106
- return PrivateEndpointConnections;
107
- }());
108
- export { PrivateEndpointConnections };
109
- // Operation Specifications
110
- var serializer = new msRest.Serializer(Mappers);
111
- var listOperationSpec = {
112
- httpMethod: "GET",
113
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateEndpointConnections",
114
- urlParameters: [
115
- Parameters.resourceGroupName,
116
- Parameters.workspaceName,
117
- Parameters.subscriptionId
118
- ],
119
- queryParameters: [
120
- Parameters.apiVersion0
121
- ],
122
- headerParameters: [
123
- Parameters.acceptLanguage
124
- ],
125
- responses: {
126
- 200: {
127
- bodyMapper: Mappers.PrivateEndpointConnectionsList
128
- },
129
- default: {
130
- bodyMapper: Mappers.ErrorResponse
131
- }
132
- },
133
- serializer: serializer
134
- };
135
- var getOperationSpec = {
136
- httpMethod: "GET",
137
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
138
- urlParameters: [
139
- Parameters.resourceGroupName,
140
- Parameters.workspaceName,
141
- Parameters.subscriptionId,
142
- Parameters.privateEndpointConnectionName
143
- ],
144
- queryParameters: [
145
- Parameters.apiVersion0
146
- ],
147
- headerParameters: [
148
- Parameters.acceptLanguage
149
- ],
150
- responses: {
151
- 200: {
152
- bodyMapper: Mappers.PrivateEndpointConnection
153
- },
154
- default: {
155
- bodyMapper: Mappers.ErrorResponse
156
- }
157
- },
158
- serializer: serializer
159
- };
160
- var beginCreateOperationSpec = {
161
- httpMethod: "PUT",
162
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
163
- urlParameters: [
164
- Parameters.resourceGroupName,
165
- Parameters.workspaceName,
166
- Parameters.subscriptionId,
167
- Parameters.privateEndpointConnectionName
168
- ],
169
- queryParameters: [
170
- Parameters.apiVersion0
171
- ],
172
- headerParameters: [
173
- Parameters.acceptLanguage
174
- ],
175
- requestBody: {
176
- parameterPath: "privateEndpointConnection",
177
- mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
178
- },
179
- responses: {
180
- 200: {
181
- bodyMapper: Mappers.PrivateEndpointConnection
182
- },
183
- 202: {
184
- bodyMapper: Mappers.PrivateEndpointConnection
185
- },
186
- default: {
187
- bodyMapper: Mappers.ErrorResponse
188
- }
189
- },
190
- serializer: serializer
191
- };
192
- var beginDeleteMethodOperationSpec = {
193
- httpMethod: "DELETE",
194
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
195
- urlParameters: [
196
- Parameters.resourceGroupName,
197
- Parameters.workspaceName,
198
- Parameters.subscriptionId,
199
- Parameters.privateEndpointConnectionName
200
- ],
201
- queryParameters: [
202
- Parameters.apiVersion0
203
- ],
204
- headerParameters: [
205
- Parameters.acceptLanguage
206
- ],
207
- responses: {
208
- 200: {},
209
- 202: {},
210
- 204: {},
211
- default: {
212
- bodyMapper: Mappers.ErrorResponse
213
- }
214
- },
215
- serializer: serializer
216
- };
217
- var listNextOperationSpec = {
218
- httpMethod: "GET",
219
- baseUrl: "https://management.azure.com",
220
- path: "{nextLink}",
221
- urlParameters: [
222
- Parameters.nextPageLink
223
- ],
224
- queryParameters: [
225
- Parameters.apiVersion0
226
- ],
227
- headerParameters: [
228
- Parameters.acceptLanguage
229
- ],
230
- responses: {
231
- 200: {
232
- bodyMapper: Mappers.PrivateEndpointConnectionsList
233
- },
234
- default: {
235
- bodyMapper: Mappers.ErrorResponse
236
- }
237
- },
238
- serializer: serializer
239
- };
240
- //# sourceMappingURL=privateEndpointConnections.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
@@ -1,79 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { AzureDatabricksManagementClientContext } from "../azureDatabricksManagementClientContext";
4
- /** Class representing a PrivateLinkResources. */
5
- export declare class PrivateLinkResources {
6
- private readonly client;
7
- /**
8
- * Create a PrivateLinkResources.
9
- * @param {AzureDatabricksManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: AzureDatabricksManagementClientContext);
12
- /**
13
- * List private link resources for a given workspace
14
- * @summary List private link resources
15
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param workspaceName The name of the workspace.
17
- * @param [options] The optional parameters
18
- * @returns Promise<Models.PrivateLinkResourcesListResponse>
19
- */
20
- list(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListResponse>;
21
- /**
22
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
- * @param workspaceName The name of the workspace.
24
- * @param callback The callback
25
- */
26
- list(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesList>): void;
27
- /**
28
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
29
- * @param workspaceName The name of the workspace.
30
- * @param options The optional parameters
31
- * @param callback The callback
32
- */
33
- list(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesList>): void;
34
- /**
35
- * Get the specified private link resource for the given group id (sub-resource)
36
- * @summary Get the specified private link resource
37
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
- * @param workspaceName The name of the workspace.
39
- * @param groupId The name of the private link resource
40
- * @param [options] The optional parameters
41
- * @returns Promise<Models.PrivateLinkResourcesGetResponse>
42
- */
43
- get(resourceGroupName: string, workspaceName: string, groupId: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;
44
- /**
45
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
46
- * @param workspaceName The name of the workspace.
47
- * @param groupId The name of the private link resource
48
- * @param callback The callback
49
- */
50
- get(resourceGroupName: string, workspaceName: string, groupId: string, callback: msRest.ServiceCallback<Models.GroupIdInformation>): void;
51
- /**
52
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
53
- * @param workspaceName The name of the workspace.
54
- * @param groupId The name of the private link resource
55
- * @param options The optional parameters
56
- * @param callback The callback
57
- */
58
- get(resourceGroupName: string, workspaceName: string, groupId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GroupIdInformation>): void;
59
- /**
60
- * List private link resources for a given workspace
61
- * @summary List private link resources
62
- * @param nextPageLink The NextLink from the previous successful call to List operation.
63
- * @param [options] The optional parameters
64
- * @returns Promise<Models.PrivateLinkResourcesListNextResponse>
65
- */
66
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListNextResponse>;
67
- /**
68
- * @param nextPageLink The NextLink from the previous successful call to List operation.
69
- * @param callback The callback
70
- */
71
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesList>): void;
72
- /**
73
- * @param nextPageLink The NextLink from the previous successful call to List operation.
74
- * @param options The optional parameters
75
- * @param callback The callback
76
- */
77
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesList>): void;
78
- }
79
- //# sourceMappingURL=privateLinkResources.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,sCAAsC,EAAE,MAAM,2CAA2C,CAAC;AAEnG,iDAAiD;AACjD,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;;;;;OAOG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,gCAAgC,CAAC;IAC7I;;;;OAIG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAC/H;;;;;OAKG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAYnK;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IAC5J;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;IACzI;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAa7K;;;;;;OAMG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,oCAAoC,CAAC;IACzH;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACvG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;CAU5I"}
@@ -1,119 +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/privateLinkResourcesMappers";
11
- import * as Parameters from "../models/parameters";
12
- /** Class representing a PrivateLinkResources. */
13
- var PrivateLinkResources = /** @class */ (function () {
14
- /**
15
- * Create a PrivateLinkResources.
16
- * @param {AzureDatabricksManagementClientContext} client Reference to the service client.
17
- */
18
- function PrivateLinkResources(client) {
19
- this.client = client;
20
- }
21
- PrivateLinkResources.prototype.list = function (resourceGroupName, workspaceName, options, callback) {
22
- return this.client.sendOperationRequest({
23
- resourceGroupName: resourceGroupName,
24
- workspaceName: workspaceName,
25
- options: options
26
- }, listOperationSpec, callback);
27
- };
28
- PrivateLinkResources.prototype.get = function (resourceGroupName, workspaceName, groupId, options, callback) {
29
- return this.client.sendOperationRequest({
30
- resourceGroupName: resourceGroupName,
31
- workspaceName: workspaceName,
32
- groupId: groupId,
33
- options: options
34
- }, getOperationSpec, callback);
35
- };
36
- PrivateLinkResources.prototype.listNext = function (nextPageLink, options, callback) {
37
- return this.client.sendOperationRequest({
38
- nextPageLink: nextPageLink,
39
- options: options
40
- }, listNextOperationSpec, callback);
41
- };
42
- return PrivateLinkResources;
43
- }());
44
- export { PrivateLinkResources };
45
- // Operation Specifications
46
- var serializer = new msRest.Serializer(Mappers);
47
- var listOperationSpec = {
48
- httpMethod: "GET",
49
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateLinkResources",
50
- urlParameters: [
51
- Parameters.resourceGroupName,
52
- Parameters.workspaceName,
53
- Parameters.subscriptionId
54
- ],
55
- queryParameters: [
56
- Parameters.apiVersion0
57
- ],
58
- headerParameters: [
59
- Parameters.acceptLanguage
60
- ],
61
- responses: {
62
- 200: {
63
- bodyMapper: Mappers.PrivateLinkResourcesList
64
- },
65
- default: {
66
- bodyMapper: Mappers.ErrorResponse
67
- }
68
- },
69
- serializer: serializer
70
- };
71
- var getOperationSpec = {
72
- httpMethod: "GET",
73
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateLinkResources/{groupId}",
74
- urlParameters: [
75
- Parameters.resourceGroupName,
76
- Parameters.workspaceName,
77
- Parameters.subscriptionId,
78
- Parameters.groupId
79
- ],
80
- queryParameters: [
81
- Parameters.apiVersion0
82
- ],
83
- headerParameters: [
84
- Parameters.acceptLanguage
85
- ],
86
- responses: {
87
- 200: {
88
- bodyMapper: Mappers.GroupIdInformation
89
- },
90
- default: {
91
- bodyMapper: Mappers.ErrorResponse
92
- }
93
- },
94
- serializer: serializer
95
- };
96
- var listNextOperationSpec = {
97
- httpMethod: "GET",
98
- baseUrl: "https://management.azure.com",
99
- path: "{nextLink}",
100
- urlParameters: [
101
- Parameters.nextPageLink
102
- ],
103
- queryParameters: [
104
- Parameters.apiVersion0
105
- ],
106
- headerParameters: [
107
- Parameters.acceptLanguage
108
- ],
109
- responses: {
110
- 200: {
111
- bodyMapper: Mappers.PrivateLinkResourcesList
112
- },
113
- default: {
114
- bodyMapper: Mappers.ErrorResponse
115
- }
116
- },
117
- serializer: serializer
118
- };
119
- //# sourceMappingURL=privateLinkResources.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"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"}
@@ -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 { AzureDatabricksManagementClientContext } from "../azureDatabricksManagementClientContext";
5
- /** Class representing a VNetPeering. */
6
- export declare class VNetPeering {
7
- private readonly client;
8
- /**
9
- * Create a VNetPeering.
10
- * @param {AzureDatabricksManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: AzureDatabricksManagementClientContext);
13
- /**
14
- * Gets the workspace vNet Peering.
15
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param workspaceName The name of the workspace.
17
- * @param peeringName The name of the workspace vNet peering.
18
- * @param [options] The optional parameters
19
- * @returns Promise<Models.VNetPeeringGetResponse>
20
- */
21
- get(resourceGroupName: string, workspaceName: string, peeringName: string, options?: msRest.RequestOptionsBase): Promise<Models.VNetPeeringGetResponse>;
22
- /**
23
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
- * @param workspaceName The name of the workspace.
25
- * @param peeringName The name of the workspace vNet peering.
26
- * @param callback The callback
27
- */
28
- get(resourceGroupName: string, workspaceName: string, peeringName: string, callback: msRest.ServiceCallback<Models.VirtualNetworkPeering>): void;
29
- /**
30
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
31
- * @param workspaceName The name of the workspace.
32
- * @param peeringName The name of the workspace vNet peering.
33
- * @param options The optional parameters
34
- * @param callback The callback
35
- */
36
- get(resourceGroupName: string, workspaceName: string, peeringName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetworkPeering>): void;
37
- /**
38
- * Deletes the workspace vNetPeering.
39
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
40
- * @param workspaceName The name of the workspace.
41
- * @param peeringName The name of the workspace vNet peering.
42
- * @param [options] The optional parameters
43
- * @returns Promise<msRest.RestResponse>
44
- */
45
- deleteMethod(resourceGroupName: string, workspaceName: string, peeringName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
46
- /**
47
- * Creates vNet Peering for workspace.
48
- * @param virtualNetworkPeeringParameters Parameters supplied to the create workspace vNet Peering.
49
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
- * @param workspaceName The name of the workspace.
51
- * @param peeringName The name of the workspace vNet peering.
52
- * @param [options] The optional parameters
53
- * @returns Promise<Models.VNetPeeringCreateOrUpdateResponse>
54
- */
55
- createOrUpdate(virtualNetworkPeeringParameters: Models.VirtualNetworkPeering, resourceGroupName: string, workspaceName: string, peeringName: string, options?: msRest.RequestOptionsBase): Promise<Models.VNetPeeringCreateOrUpdateResponse>;
56
- /**
57
- * Lists the workspace vNet Peerings.
58
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
- * @param workspaceName The name of the workspace.
60
- * @param [options] The optional parameters
61
- * @returns Promise<Models.VNetPeeringListByWorkspaceResponse>
62
- */
63
- listByWorkspace(resourceGroupName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.VNetPeeringListByWorkspaceResponse>;
64
- /**
65
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
66
- * @param workspaceName The name of the workspace.
67
- * @param callback The callback
68
- */
69
- listByWorkspace(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<Models.VirtualNetworkPeeringList>): void;
70
- /**
71
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
72
- * @param workspaceName The name of the workspace.
73
- * @param options The optional parameters
74
- * @param callback The callback
75
- */
76
- listByWorkspace(resourceGroupName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetworkPeeringList>): void;
77
- /**
78
- * Deletes the workspace vNetPeering.
79
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
- * @param workspaceName The name of the workspace.
81
- * @param peeringName The name of the workspace vNet peering.
82
- * @param [options] The optional parameters
83
- * @returns Promise<msRestAzure.LROPoller>
84
- */
85
- beginDeleteMethod(resourceGroupName: string, workspaceName: string, peeringName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
86
- /**
87
- * Creates vNet Peering for workspace.
88
- * @param virtualNetworkPeeringParameters Parameters supplied to the create workspace vNet Peering.
89
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
90
- * @param workspaceName The name of the workspace.
91
- * @param peeringName The name of the workspace vNet peering.
92
- * @param [options] The optional parameters
93
- * @returns Promise<msRestAzure.LROPoller>
94
- */
95
- beginCreateOrUpdate(virtualNetworkPeeringParameters: Models.VirtualNetworkPeering, resourceGroupName: string, workspaceName: string, peeringName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
96
- /**
97
- * Lists the workspace vNet Peerings.
98
- * @param nextPageLink The NextLink from the previous successful call to List operation.
99
- * @param [options] The optional parameters
100
- * @returns Promise<Models.VNetPeeringListByWorkspaceNextResponse>
101
- */
102
- listByWorkspaceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VNetPeeringListByWorkspaceNextResponse>;
103
- /**
104
- * @param nextPageLink The NextLink from the previous successful call to List operation.
105
- * @param callback The callback
106
- */
107
- listByWorkspaceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VirtualNetworkPeeringList>): 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
- listByWorkspaceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetworkPeeringList>): void;
114
- }
115
- //# sourceMappingURL=vNetPeering.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vNetPeering.d.ts","sourceRoot":"","sources":["../../src/operations/vNetPeering.ts"],"names":[],"mappings":"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"}