@azure/arm-kubernetesconfiguration-privatelinkscopes 1.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 (250) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +115 -0
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts +11 -0
  9. package/dist/browser/lroImpl.d.ts.map +1 -0
  10. package/dist/browser/lroImpl.js +21 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.d.ts +376 -0
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +66 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.d.ts +18 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/dist/browser/models/mappers.js +444 -0
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/dist/browser/models/parameters.d.ts +15 -0
  21. package/dist/browser/models/parameters.d.ts.map +1 -0
  22. package/dist/browser/models/parameters.js +133 -0
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +4 -0
  25. package/dist/browser/operations/index.d.ts.map +1 -0
  26. package/dist/browser/operations/index.js +11 -0
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/dist/browser/operations/privateEndpointConnections.d.ts +59 -0
  29. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  30. package/dist/browser/operations/privateEndpointConnections.js +216 -0
  31. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  32. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  33. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  34. package/dist/browser/operations/privateLinkResources.js +85 -0
  35. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  36. package/dist/browser/operations/privateLinkScopes.d.ts +85 -0
  37. package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
  38. package/dist/browser/operations/privateLinkScopes.js +386 -0
  39. package/dist/browser/operations/privateLinkScopes.js.map +1 -0
  40. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  41. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/index.js +11 -0
  43. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  44. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
  45. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +9 -0
  47. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  48. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  49. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/privateLinkResources.js +9 -0
  51. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  52. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +49 -0
  53. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  54. package/dist/browser/operationsInterfaces/privateLinkScopes.js +9 -0
  55. package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
  56. package/dist/browser/package.json +3 -0
  57. package/dist/browser/pagingHelper.d.ts +13 -0
  58. package/dist/browser/pagingHelper.d.ts.map +1 -0
  59. package/dist/browser/pagingHelper.js +32 -0
  60. package/dist/browser/pagingHelper.js.map +1 -0
  61. package/dist/browser/privateLinkScopesClient.d.ts +22 -0
  62. package/dist/browser/privateLinkScopesClient.d.ts.map +1 -0
  63. package/dist/browser/privateLinkScopesClient.js +99 -0
  64. package/dist/browser/privateLinkScopesClient.js.map +1 -0
  65. package/dist/commonjs/index.d.ts +5 -0
  66. package/dist/commonjs/index.d.ts.map +1 -0
  67. package/dist/commonjs/index.js +19 -0
  68. package/dist/commonjs/index.js.map +1 -0
  69. package/dist/commonjs/lroImpl.d.ts +11 -0
  70. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  71. package/dist/commonjs/lroImpl.js +24 -0
  72. package/dist/commonjs/lroImpl.js.map +1 -0
  73. package/dist/commonjs/models/index.d.ts +376 -0
  74. package/dist/commonjs/models/index.d.ts.map +1 -0
  75. package/dist/commonjs/models/index.js +69 -0
  76. package/dist/commonjs/models/index.js.map +1 -0
  77. package/dist/commonjs/models/mappers.d.ts +18 -0
  78. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  79. package/dist/commonjs/models/mappers.js +447 -0
  80. package/dist/commonjs/models/mappers.js.map +1 -0
  81. package/dist/commonjs/models/parameters.d.ts +15 -0
  82. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  83. package/dist/commonjs/models/parameters.js +136 -0
  84. package/dist/commonjs/models/parameters.js.map +1 -0
  85. package/dist/commonjs/operations/index.d.ts +4 -0
  86. package/dist/commonjs/operations/index.d.ts.map +1 -0
  87. package/dist/commonjs/operations/index.js +14 -0
  88. package/dist/commonjs/operations/index.js.map +1 -0
  89. package/dist/commonjs/operations/privateEndpointConnections.d.ts +59 -0
  90. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  91. package/dist/commonjs/operations/privateEndpointConnections.js +221 -0
  92. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  93. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  94. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  95. package/dist/commonjs/operations/privateLinkResources.js +90 -0
  96. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  97. package/dist/commonjs/operations/privateLinkScopes.d.ts +85 -0
  98. package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
  99. package/dist/commonjs/operations/privateLinkScopes.js +390 -0
  100. package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  102. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  104. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
  106. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  110. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +49 -0
  114. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
  116. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
  117. package/dist/commonjs/package.json +3 -0
  118. package/dist/commonjs/pagingHelper.d.ts +13 -0
  119. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  120. package/dist/commonjs/pagingHelper.js +36 -0
  121. package/dist/commonjs/pagingHelper.js.map +1 -0
  122. package/dist/commonjs/privateLinkScopesClient.d.ts +22 -0
  123. package/dist/commonjs/privateLinkScopesClient.d.ts.map +1 -0
  124. package/dist/commonjs/privateLinkScopesClient.js +104 -0
  125. package/dist/commonjs/privateLinkScopesClient.js.map +1 -0
  126. package/dist/commonjs/tsdoc-metadata.json +11 -0
  127. package/dist/esm/index.d.ts +5 -0
  128. package/dist/esm/index.d.ts.map +1 -0
  129. package/dist/esm/index.js +13 -0
  130. package/dist/esm/index.js.map +1 -0
  131. package/dist/esm/lroImpl.d.ts +11 -0
  132. package/dist/esm/lroImpl.d.ts.map +1 -0
  133. package/dist/esm/lroImpl.js +21 -0
  134. package/dist/esm/lroImpl.js.map +1 -0
  135. package/dist/esm/models/index.d.ts +376 -0
  136. package/dist/esm/models/index.d.ts.map +1 -0
  137. package/dist/esm/models/index.js +66 -0
  138. package/dist/esm/models/index.js.map +1 -0
  139. package/dist/esm/models/mappers.d.ts +18 -0
  140. package/dist/esm/models/mappers.d.ts.map +1 -0
  141. package/dist/esm/models/mappers.js +444 -0
  142. package/dist/esm/models/mappers.js.map +1 -0
  143. package/dist/esm/models/parameters.d.ts +15 -0
  144. package/dist/esm/models/parameters.d.ts.map +1 -0
  145. package/dist/esm/models/parameters.js +133 -0
  146. package/dist/esm/models/parameters.js.map +1 -0
  147. package/dist/esm/operations/index.d.ts +4 -0
  148. package/dist/esm/operations/index.d.ts.map +1 -0
  149. package/dist/esm/operations/index.js +11 -0
  150. package/dist/esm/operations/index.js.map +1 -0
  151. package/dist/esm/operations/privateEndpointConnections.d.ts +59 -0
  152. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  153. package/dist/esm/operations/privateEndpointConnections.js +216 -0
  154. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  155. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  156. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  157. package/dist/esm/operations/privateLinkResources.js +85 -0
  158. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  159. package/dist/esm/operations/privateLinkScopes.d.ts +85 -0
  160. package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
  161. package/dist/esm/operations/privateLinkScopes.js +386 -0
  162. package/dist/esm/operations/privateLinkScopes.js.map +1 -0
  163. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  164. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  165. package/dist/esm/operationsInterfaces/index.js +11 -0
  166. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  167. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
  168. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  169. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  170. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  171. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  172. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  173. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  174. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  175. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +49 -0
  176. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  177. package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
  178. package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
  179. package/dist/esm/package.json +3 -0
  180. package/dist/esm/pagingHelper.d.ts +13 -0
  181. package/dist/esm/pagingHelper.d.ts.map +1 -0
  182. package/dist/esm/pagingHelper.js +32 -0
  183. package/dist/esm/pagingHelper.js.map +1 -0
  184. package/dist/esm/privateLinkScopesClient.d.ts +22 -0
  185. package/dist/esm/privateLinkScopesClient.d.ts.map +1 -0
  186. package/dist/esm/privateLinkScopesClient.js +99 -0
  187. package/dist/esm/privateLinkScopesClient.js.map +1 -0
  188. package/dist/react-native/index.d.ts +5 -0
  189. package/dist/react-native/index.d.ts.map +1 -0
  190. package/dist/react-native/index.js +13 -0
  191. package/dist/react-native/index.js.map +1 -0
  192. package/dist/react-native/lroImpl.d.ts +11 -0
  193. package/dist/react-native/lroImpl.d.ts.map +1 -0
  194. package/dist/react-native/lroImpl.js +21 -0
  195. package/dist/react-native/lroImpl.js.map +1 -0
  196. package/dist/react-native/models/index.d.ts +376 -0
  197. package/dist/react-native/models/index.d.ts.map +1 -0
  198. package/dist/react-native/models/index.js +66 -0
  199. package/dist/react-native/models/index.js.map +1 -0
  200. package/dist/react-native/models/mappers.d.ts +18 -0
  201. package/dist/react-native/models/mappers.d.ts.map +1 -0
  202. package/dist/react-native/models/mappers.js +444 -0
  203. package/dist/react-native/models/mappers.js.map +1 -0
  204. package/dist/react-native/models/parameters.d.ts +15 -0
  205. package/dist/react-native/models/parameters.d.ts.map +1 -0
  206. package/dist/react-native/models/parameters.js +133 -0
  207. package/dist/react-native/models/parameters.js.map +1 -0
  208. package/dist/react-native/operations/index.d.ts +4 -0
  209. package/dist/react-native/operations/index.d.ts.map +1 -0
  210. package/dist/react-native/operations/index.js +11 -0
  211. package/dist/react-native/operations/index.js.map +1 -0
  212. package/dist/react-native/operations/privateEndpointConnections.d.ts +59 -0
  213. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  214. package/dist/react-native/operations/privateEndpointConnections.js +216 -0
  215. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  216. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  217. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  218. package/dist/react-native/operations/privateLinkResources.js +85 -0
  219. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  220. package/dist/react-native/operations/privateLinkScopes.d.ts +85 -0
  221. package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
  222. package/dist/react-native/operations/privateLinkScopes.js +386 -0
  223. package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
  224. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  225. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  226. package/dist/react-native/operationsInterfaces/index.js +11 -0
  227. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  228. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
  229. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  230. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  231. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  232. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  233. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  234. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  235. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  236. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +49 -0
  237. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  238. package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
  239. package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
  240. package/dist/react-native/package.json +3 -0
  241. package/dist/react-native/pagingHelper.d.ts +13 -0
  242. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  243. package/dist/react-native/pagingHelper.js +32 -0
  244. package/dist/react-native/pagingHelper.js.map +1 -0
  245. package/dist/react-native/privateLinkScopesClient.d.ts +22 -0
  246. package/dist/react-native/privateLinkScopesClient.d.ts.map +1 -0
  247. package/dist/react-native/privateLinkScopesClient.js +99 -0
  248. package/dist/react-native/privateLinkScopesClient.js.map +1 -0
  249. package/package.json +133 -0
  250. package/review/arm-kubernetesconfiguration-privatelinkscopes.api.md +324 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # Release History
2
+
3
+ ## 1.0.0-beta.1 (2025-06-10)
4
+
5
+ ### Features Added
6
+
7
+ The package of @azure/arm-kubernetesconfiguration-privatelinkscopes is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ Copyright (c) Microsoft Corporation.
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,115 @@
1
+ # Azure PrivateLinkScopes client library for JavaScript
2
+
3
+ This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure PrivateLinkScopes client.
4
+
5
+ PrivateLinkScopes Client
6
+
7
+ [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kubernetesconfiguration/arm-kubernetesconfiguration-privatelinkscopes) |
8
+ [Package (NPM)](https://www.npmjs.com/package/@azure/arm-kubernetesconfiguration-privatelinkscopes) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-kubernetesconfiguration-privatelinkscopes?view=azure-node-preview) |
10
+ [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
+
12
+ ## Getting started
13
+
14
+ ### Currently supported environments
15
+
16
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
17
+ - Latest versions of Safari, Chrome, Edge and Firefox.
18
+
19
+ See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
20
+
21
+ ### Prerequisites
22
+
23
+ - An [Azure subscription][azure_sub].
24
+
25
+ ### Install the `@azure/arm-kubernetesconfiguration-privatelinkscopes` package
26
+
27
+ Install the Azure PrivateLinkScopes client library for JavaScript with `npm`:
28
+
29
+ ```bash
30
+ npm install @azure/arm-kubernetesconfiguration-privatelinkscopes
31
+ ```
32
+
33
+ ### Create and authenticate a `PrivateLinkScopesClient`
34
+
35
+ To create a client object to access the Azure PrivateLinkScopes API, you will need the `endpoint` of your Azure PrivateLinkScopes resource and a `credential`. The Azure PrivateLinkScopes client can use Azure Active Directory credentials to authenticate.
36
+ You can find the endpoint for your Azure PrivateLinkScopes resource in the [Azure Portal][azure_portal].
37
+
38
+ You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
39
+
40
+ To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:
41
+
42
+ ```bash
43
+ npm install @azure/identity
44
+ ```
45
+
46
+ You will also need to **register a new AAD application and grant access to Azure PrivateLinkScopes** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
+
48
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+
50
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
51
+
52
+ ```ts snippet:ReadmeSampleCreateClient_Node
53
+ import { PrivateLinkScopesClient } from "@azure/arm-kubernetesconfiguration-privatelinkscopes";
54
+ import { DefaultAzureCredential } from "@azure/identity";
55
+
56
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
+ const client = new PrivateLinkScopesClient(new DefaultAzureCredential(), subscriptionId);
58
+ ```
59
+
60
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
61
+
62
+ ```ts snippet:ReadmeSampleCreateClient_Browser
63
+ import { InteractiveBrowserCredential } from "@azure/identity";
64
+ import { PrivateLinkScopesClient } from "@azure/arm-kubernetesconfiguration-privatelinkscopes";
65
+
66
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
67
+ const credential = new InteractiveBrowserCredential({
68
+ tenantId: "<YOUR_TENANT_ID>",
69
+ clientId: "<YOUR_CLIENT_ID>",
70
+ });
71
+ const client = new PrivateLinkScopesClient(credential, subscriptionId);
72
+ ```
73
+
74
+ ### JavaScript Bundle
75
+ To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
76
+
77
+ ## Key concepts
78
+
79
+ ### PrivateLinkScopesClient
80
+
81
+ `PrivateLinkScopesClient` is the primary interface for developers using the Azure PrivateLinkScopes client library. Explore the methods on this client object to understand the different features of the Azure PrivateLinkScopes service that you can access.
82
+
83
+ ## Troubleshooting
84
+
85
+ ### Logging
86
+
87
+ Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
88
+
89
+ ```ts snippet:SetLogLevel
90
+ import { setLogLevel } from "@azure/logger";
91
+
92
+ setLogLevel("info");
93
+ ```
94
+
95
+ For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger).
96
+
97
+ ## Next steps
98
+
99
+ Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
100
+
101
+ ## Contributing
102
+
103
+ If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.
104
+
105
+ ## Related projects
106
+
107
+ - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
108
+
109
+
110
+ [azure_cli]: https://learn.microsoft.com/cli/azure
111
+ [azure_sub]: https://azure.microsoft.com/free/
112
+ [azure_sub]: https://azure.microsoft.com/free/
113
+ [azure_portal]: https://portal.azure.com
114
+ [azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
115
+ [defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { PrivateLinkScopesClient } from "./privateLinkScopesClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,13 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /// <reference lib="esnext.asynciterable" />
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { PrivateLinkScopesClient } from "./privateLinkScopesClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { PrivateLinkScopesClient } from \"./privateLinkScopesClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,11 @@
1
+ import { LongRunningOperation, LroResponse } from "@azure/core-lro";
2
+ export declare function createLroSpec<T>(inputs: {
3
+ sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
4
+ args: Record<string, unknown>;
5
+ spec: {
6
+ readonly requestBody?: unknown;
7
+ readonly path?: string;
8
+ readonly httpMethod: string;
9
+ } & Record<string, any>;
10
+ }): LongRunningOperation<T>;
11
+ //# sourceMappingURL=lroImpl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,21 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __rest } from "tslib";
9
+ export function createLroSpec(inputs) {
10
+ const { args, spec, sendOperationFn } = inputs;
11
+ return {
12
+ requestMethod: spec.httpMethod,
13
+ requestPath: spec.path,
14
+ sendInitialRequest: () => sendOperationFn(args, spec),
15
+ sendPollRequest: (path, options) => {
16
+ const { requestBody } = spec, restSpec = __rest(spec, ["requestBody"]);
17
+ return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
18
+ },
19
+ };
20
+ }
21
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAKH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -0,0 +1,376 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Describes the list of Azure Arc PrivateLinkScope resources. */
3
+ export interface KubernetesConfigurationPrivateLinkScopeListResult {
4
+ /** List of Azure Arc PrivateLinkScope definitions. */
5
+ value: KubernetesConfigurationPrivateLinkScope[];
6
+ /** The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */
7
+ nextLink?: string;
8
+ }
9
+ /** Properties that define a Azure Arc PrivateLinkScope resource. */
10
+ export interface KubernetesConfigurationPrivateLinkScopeProperties {
11
+ /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
12
+ publicNetworkAccess?: PublicNetworkAccessType;
13
+ /**
14
+ * Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
15
+ * NOTE: This property will not be serialized. It can only be populated by the server.
16
+ */
17
+ readonly provisioningState?: ProvisioningState;
18
+ /** Managed Cluster ARM ID for the private link scope (Required) */
19
+ clusterResourceId: string;
20
+ /**
21
+ * The Guid id of the private link scope.
22
+ * NOTE: This property will not be serialized. It can only be populated by the server.
23
+ */
24
+ readonly privateLinkScopeId?: string;
25
+ /**
26
+ * The collection of associated Private Endpoint Connections.
27
+ * NOTE: This property will not be serialized. It can only be populated by the server.
28
+ */
29
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
30
+ }
31
+ /** The Private Endpoint resource. */
32
+ export interface PrivateEndpoint {
33
+ /**
34
+ * The ARM identifier for Private Endpoint
35
+ * NOTE: This property will not be serialized. It can only be populated by the server.
36
+ */
37
+ readonly id?: string;
38
+ }
39
+ /** A collection of information about the state of the connection between service consumer and provider. */
40
+ export interface PrivateLinkServiceConnectionState {
41
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
42
+ status?: PrivateEndpointServiceConnectionStatus;
43
+ /** The reason for approval/rejection of the connection. */
44
+ description?: string;
45
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
46
+ actionsRequired?: string;
47
+ }
48
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
49
+ export interface Resource {
50
+ /**
51
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly id?: string;
55
+ /**
56
+ * The name of the resource
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly name?: string;
60
+ /**
61
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
+ */
64
+ readonly type?: string;
65
+ /**
66
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
68
+ */
69
+ readonly systemData?: SystemData;
70
+ }
71
+ /** Metadata pertaining to creation and last modification of the resource. */
72
+ export interface SystemData {
73
+ /** The identity that created the resource. */
74
+ createdBy?: string;
75
+ /** The type of identity that created the resource. */
76
+ createdByType?: CreatedByType;
77
+ /** The timestamp of resource creation (UTC). */
78
+ createdAt?: Date;
79
+ /** The identity that last modified the resource. */
80
+ lastModifiedBy?: string;
81
+ /** The type of identity that last modified the resource. */
82
+ lastModifiedByType?: CreatedByType;
83
+ /** The timestamp of resource last modification (UTC) */
84
+ lastModifiedAt?: Date;
85
+ }
86
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
87
+ export interface ErrorResponse {
88
+ /** The error object. */
89
+ error?: ErrorDetail;
90
+ }
91
+ /** The error detail. */
92
+ export interface ErrorDetail {
93
+ /**
94
+ * The error code.
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
+ */
97
+ readonly code?: string;
98
+ /**
99
+ * The error message.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly message?: string;
103
+ /**
104
+ * The error target.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly target?: string;
108
+ /**
109
+ * The error details.
110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
111
+ */
112
+ readonly details?: ErrorDetail[];
113
+ /**
114
+ * The error additional info.
115
+ * NOTE: This property will not be serialized. It can only be populated by the server.
116
+ */
117
+ readonly additionalInfo?: ErrorAdditionalInfo[];
118
+ }
119
+ /** The resource management error additional info. */
120
+ export interface ErrorAdditionalInfo {
121
+ /**
122
+ * The additional info type.
123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
124
+ */
125
+ readonly type?: string;
126
+ /**
127
+ * The additional info.
128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
129
+ */
130
+ readonly info?: Record<string, unknown>;
131
+ }
132
+ /** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */
133
+ export interface TagsResource {
134
+ /** Resource tags */
135
+ tags?: {
136
+ [propertyName: string]: string;
137
+ };
138
+ }
139
+ /** A list of private link resources */
140
+ export interface PrivateLinkResourceListResult {
141
+ /** Array of private link resources */
142
+ value?: PrivateLinkResource[];
143
+ }
144
+ /** List of private endpoint connection associated with the specified storage account */
145
+ export interface PrivateEndpointConnectionListResult {
146
+ /** Array of private endpoint connections */
147
+ value?: PrivateEndpointConnection[];
148
+ }
149
+ /** The Private Endpoint Connection resource. */
150
+ export interface PrivateEndpointConnection extends Resource {
151
+ /** The resource of private end point. */
152
+ privateEndpoint?: PrivateEndpoint;
153
+ /** A collection of information about the state of the connection between service consumer and provider. */
154
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
155
+ /**
156
+ * The provisioning state of the private endpoint connection resource.
157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
158
+ */
159
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
160
+ }
161
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
162
+ export interface TrackedResource extends Resource {
163
+ /** Resource tags. */
164
+ tags?: {
165
+ [propertyName: string]: string;
166
+ };
167
+ /** The geo-location where the resource lives */
168
+ location: string;
169
+ }
170
+ /** A private link resource */
171
+ export interface PrivateLinkResource extends Resource {
172
+ /**
173
+ * The private link resource group id.
174
+ * NOTE: This property will not be serialized. It can only be populated by the server.
175
+ */
176
+ readonly groupId?: string;
177
+ /**
178
+ * The private link resource required member names.
179
+ * NOTE: This property will not be serialized. It can only be populated by the server.
180
+ */
181
+ readonly requiredMembers?: string[];
182
+ /** The private link resource Private link DNS zone name. */
183
+ requiredZoneNames?: string[];
184
+ }
185
+ /** An Azure Arc PrivateLinkScope definition. */
186
+ export interface KubernetesConfigurationPrivateLinkScope extends TrackedResource {
187
+ /** Properties that define a Azure Arc PrivateLinkScope resource. */
188
+ properties?: KubernetesConfigurationPrivateLinkScopeProperties;
189
+ }
190
+ /** Known values of {@link PublicNetworkAccessType} that the service accepts. */
191
+ export declare enum KnownPublicNetworkAccessType {
192
+ /** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
193
+ Enabled = "Enabled",
194
+ /** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
195
+ Disabled = "Disabled"
196
+ }
197
+ /**
198
+ * Defines values for PublicNetworkAccessType. \
199
+ * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
200
+ * this enum contains the known values that the service supports.
201
+ * ### Known values supported by the service
202
+ * **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \
203
+ * **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.
204
+ */
205
+ export type PublicNetworkAccessType = string;
206
+ /** Known values of {@link ProvisioningState} that the service accepts. */
207
+ export declare enum KnownProvisioningState {
208
+ /** Succeeded */
209
+ Succeeded = "Succeeded",
210
+ /** Failed */
211
+ Failed = "Failed",
212
+ /** Canceled */
213
+ Canceled = "Canceled",
214
+ /** Creating */
215
+ Creating = "Creating",
216
+ /** Updating */
217
+ Updating = "Updating",
218
+ /** Deleting */
219
+ Deleting = "Deleting"
220
+ }
221
+ /**
222
+ * Defines values for ProvisioningState. \
223
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
224
+ * this enum contains the known values that the service supports.
225
+ * ### Known values supported by the service
226
+ * **Succeeded** \
227
+ * **Failed** \
228
+ * **Canceled** \
229
+ * **Creating** \
230
+ * **Updating** \
231
+ * **Deleting**
232
+ */
233
+ export type ProvisioningState = string;
234
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
235
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
236
+ /** Pending */
237
+ Pending = "Pending",
238
+ /** Approved */
239
+ Approved = "Approved",
240
+ /** Rejected */
241
+ Rejected = "Rejected"
242
+ }
243
+ /**
244
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
245
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
246
+ * this enum contains the known values that the service supports.
247
+ * ### Known values supported by the service
248
+ * **Pending** \
249
+ * **Approved** \
250
+ * **Rejected**
251
+ */
252
+ export type PrivateEndpointServiceConnectionStatus = string;
253
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
254
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
255
+ /** Succeeded */
256
+ Succeeded = "Succeeded",
257
+ /** Creating */
258
+ Creating = "Creating",
259
+ /** Deleting */
260
+ Deleting = "Deleting",
261
+ /** Failed */
262
+ Failed = "Failed"
263
+ }
264
+ /**
265
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
266
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
267
+ * this enum contains the known values that the service supports.
268
+ * ### Known values supported by the service
269
+ * **Succeeded** \
270
+ * **Creating** \
271
+ * **Deleting** \
272
+ * **Failed**
273
+ */
274
+ export type PrivateEndpointConnectionProvisioningState = string;
275
+ /** Known values of {@link CreatedByType} that the service accepts. */
276
+ export declare enum KnownCreatedByType {
277
+ /** User */
278
+ User = "User",
279
+ /** Application */
280
+ Application = "Application",
281
+ /** ManagedIdentity */
282
+ ManagedIdentity = "ManagedIdentity",
283
+ /** Key */
284
+ Key = "Key"
285
+ }
286
+ /**
287
+ * Defines values for CreatedByType. \
288
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
289
+ * this enum contains the known values that the service supports.
290
+ * ### Known values supported by the service
291
+ * **User** \
292
+ * **Application** \
293
+ * **ManagedIdentity** \
294
+ * **Key**
295
+ */
296
+ export type CreatedByType = string;
297
+ /** Optional parameters. */
298
+ export interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
299
+ }
300
+ /** Contains response data for the list operation. */
301
+ export type PrivateLinkScopesListResponse = KubernetesConfigurationPrivateLinkScopeListResult;
302
+ /** Optional parameters. */
303
+ export interface PrivateLinkScopesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
304
+ }
305
+ /** Contains response data for the listByResourceGroup operation. */
306
+ export type PrivateLinkScopesListByResourceGroupResponse = KubernetesConfigurationPrivateLinkScopeListResult;
307
+ /** Optional parameters. */
308
+ export interface PrivateLinkScopesDeleteOptionalParams extends coreClient.OperationOptions {
309
+ }
310
+ /** Optional parameters. */
311
+ export interface PrivateLinkScopesGetOptionalParams extends coreClient.OperationOptions {
312
+ }
313
+ /** Contains response data for the get operation. */
314
+ export type PrivateLinkScopesGetResponse = KubernetesConfigurationPrivateLinkScope;
315
+ /** Optional parameters. */
316
+ export interface PrivateLinkScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
317
+ }
318
+ /** Contains response data for the createOrUpdate operation. */
319
+ export type PrivateLinkScopesCreateOrUpdateResponse = KubernetesConfigurationPrivateLinkScope;
320
+ /** Optional parameters. */
321
+ export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
322
+ }
323
+ /** Contains response data for the updateTags operation. */
324
+ export type PrivateLinkScopesUpdateTagsResponse = KubernetesConfigurationPrivateLinkScope;
325
+ /** Optional parameters. */
326
+ export interface PrivateLinkScopesListNextOptionalParams extends coreClient.OperationOptions {
327
+ }
328
+ /** Contains response data for the listNext operation. */
329
+ export type PrivateLinkScopesListNextResponse = KubernetesConfigurationPrivateLinkScopeListResult;
330
+ /** Optional parameters. */
331
+ export interface PrivateLinkScopesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
332
+ }
333
+ /** Contains response data for the listByResourceGroupNext operation. */
334
+ export type PrivateLinkScopesListByResourceGroupNextResponse = KubernetesConfigurationPrivateLinkScopeListResult;
335
+ /** Optional parameters. */
336
+ export interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
337
+ }
338
+ /** Contains response data for the listByPrivateLinkScope operation. */
339
+ export type PrivateLinkResourcesListByPrivateLinkScopeResponse = PrivateLinkResourceListResult;
340
+ /** Optional parameters. */
341
+ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
342
+ }
343
+ /** Contains response data for the get operation. */
344
+ export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
345
+ /** Optional parameters. */
346
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
347
+ }
348
+ /** Contains response data for the get operation. */
349
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
350
+ /** Optional parameters. */
351
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
352
+ /** Delay to wait until next poll, in milliseconds. */
353
+ updateIntervalInMs?: number;
354
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
355
+ resumeFrom?: string;
356
+ }
357
+ /** Contains response data for the createOrUpdate operation. */
358
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
359
+ /** Optional parameters. */
360
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
361
+ }
362
+ /** Optional parameters. */
363
+ export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
364
+ }
365
+ /** Contains response data for the listByPrivateLinkScope operation. */
366
+ export type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
367
+ /** Optional parameters. */
368
+ export interface PrivateLinkScopesClientOptionalParams extends coreClient.ServiceClientOptions {
369
+ /** server parameter */
370
+ $host?: string;
371
+ /** Api Version */
372
+ apiVersion?: string;
373
+ /** Overrides client endpoint. */
374
+ endpoint?: string;
375
+ }
376
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}