@distilled.cloud/azure 0.8.0 → 0.10.0

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 (151) hide show
  1. package/lib/credentials.d.ts +2 -2
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/errors.d.ts +24 -24
  6. package/lib/retry.d.ts +2 -2
  7. package/lib/retry.d.ts.map +1 -1
  8. package/lib/retry.js +2 -2
  9. package/lib/retry.js.map +1 -1
  10. package/lib/services/app.d.ts +551 -0
  11. package/lib/services/app.d.ts.map +1 -1
  12. package/lib/services/app.js +788 -0
  13. package/lib/services/app.js.map +1 -1
  14. package/lib/services/applicationinsights.d.ts +56 -85
  15. package/lib/services/applicationinsights.d.ts.map +1 -1
  16. package/lib/services/applicationinsights.js +56 -120
  17. package/lib/services/applicationinsights.js.map +1 -1
  18. package/lib/services/authorization.d.ts +61 -243
  19. package/lib/services/authorization.d.ts.map +1 -1
  20. package/lib/services/authorization.js +61 -303
  21. package/lib/services/authorization.js.map +1 -1
  22. package/lib/services/automation.d.ts +764 -1010
  23. package/lib/services/automation.d.ts.map +1 -1
  24. package/lib/services/automation.js +764 -1070
  25. package/lib/services/automation.js.map +1 -1
  26. package/lib/services/azure-kusto.d.ts +440 -166
  27. package/lib/services/azure-kusto.d.ts.map +1 -1
  28. package/lib/services/azure-kusto.js +440 -166
  29. package/lib/services/azure-kusto.js.map +1 -1
  30. package/lib/services/batch.d.ts +1 -1
  31. package/lib/services/batch.js +1 -1
  32. package/lib/services/batch.js.map +1 -1
  33. package/lib/services/cognitiveservices.d.ts +2 -0
  34. package/lib/services/cognitiveservices.d.ts.map +1 -1
  35. package/lib/services/cognitiveservices.js +3 -1
  36. package/lib/services/cognitiveservices.js.map +1 -1
  37. package/lib/services/computelimit.d.ts +188 -0
  38. package/lib/services/computelimit.d.ts.map +1 -1
  39. package/lib/services/computelimit.js +236 -0
  40. package/lib/services/computelimit.js.map +1 -1
  41. package/lib/services/containerinstance.d.ts +210 -1291
  42. package/lib/services/containerinstance.d.ts.map +1 -1
  43. package/lib/services/containerinstance.js +250 -1355
  44. package/lib/services/containerinstance.js.map +1 -1
  45. package/lib/services/databricks.d.ts +111 -187
  46. package/lib/services/databricks.d.ts.map +1 -1
  47. package/lib/services/databricks.js +111 -220
  48. package/lib/services/databricks.js.map +1 -1
  49. package/lib/services/desktopvirtualization.d.ts +51 -575
  50. package/lib/services/desktopvirtualization.d.ts.map +1 -1
  51. package/lib/services/desktopvirtualization.js +56 -590
  52. package/lib/services/desktopvirtualization.js.map +1 -1
  53. package/lib/services/imagebuilder.d.ts +129 -15
  54. package/lib/services/imagebuilder.d.ts.map +1 -1
  55. package/lib/services/imagebuilder.js +129 -15
  56. package/lib/services/imagebuilder.js.map +1 -1
  57. package/lib/services/index.d.ts +2 -0
  58. package/lib/services/index.d.ts.map +1 -1
  59. package/lib/services/index.js +2 -0
  60. package/lib/services/index.js.map +1 -1
  61. package/lib/services/managednetworkfabric.d.ts +4283 -693
  62. package/lib/services/managednetworkfabric.d.ts.map +1 -1
  63. package/lib/services/managednetworkfabric.js +4833 -828
  64. package/lib/services/managednetworkfabric.js.map +1 -1
  65. package/lib/services/monitor.d.ts +81 -73
  66. package/lib/services/monitor.d.ts.map +1 -1
  67. package/lib/services/monitor.js +91 -88
  68. package/lib/services/monitor.js.map +1 -1
  69. package/lib/services/monitoringservice.d.ts +149 -0
  70. package/lib/services/monitoringservice.d.ts.map +1 -0
  71. package/lib/services/monitoringservice.js +216 -0
  72. package/lib/services/monitoringservice.js.map +1 -0
  73. package/lib/services/network.d.ts +4513 -3857
  74. package/lib/services/network.d.ts.map +1 -1
  75. package/lib/services/network.js +4544 -4056
  76. package/lib/services/network.js.map +1 -1
  77. package/lib/services/orbitalplanetarycomputer.d.ts +131 -0
  78. package/lib/services/orbitalplanetarycomputer.d.ts.map +1 -0
  79. package/lib/services/orbitalplanetarycomputer.js +183 -0
  80. package/lib/services/orbitalplanetarycomputer.js.map +1 -0
  81. package/lib/services/recoveryservicesbackup.d.ts +24 -312
  82. package/lib/services/recoveryservicesbackup.d.ts.map +1 -1
  83. package/lib/services/recoveryservicesbackup.js +24 -312
  84. package/lib/services/recoveryservicesbackup.js.map +1 -1
  85. package/lib/services/redhatopenshift.d.ts +9 -11
  86. package/lib/services/redhatopenshift.d.ts.map +1 -1
  87. package/lib/services/redhatopenshift.js +9 -11
  88. package/lib/services/redhatopenshift.js.map +1 -1
  89. package/lib/services/reservations.d.ts +159 -239
  90. package/lib/services/reservations.d.ts.map +1 -1
  91. package/lib/services/reservations.js +159 -369
  92. package/lib/services/reservations.js.map +1 -1
  93. package/lib/services/resourcegraph.d.ts +64 -30
  94. package/lib/services/resourcegraph.d.ts.map +1 -1
  95. package/lib/services/resourcegraph.js +74 -30
  96. package/lib/services/resourcegraph.js.map +1 -1
  97. package/lib/services/resources.d.ts +549 -3331
  98. package/lib/services/resources.d.ts.map +1 -1
  99. package/lib/services/resources.js +1029 -4846
  100. package/lib/services/resources.js.map +1 -1
  101. package/lib/services/search.d.ts +9 -2
  102. package/lib/services/search.d.ts.map +1 -1
  103. package/lib/services/search.js +9 -2
  104. package/lib/services/search.js.map +1 -1
  105. package/lib/services/sql.d.ts +4008 -2495
  106. package/lib/services/sql.d.ts.map +1 -1
  107. package/lib/services/sql.js +4208 -2521
  108. package/lib/services/sql.js.map +1 -1
  109. package/lib/services/storage.d.ts +4 -20
  110. package/lib/services/storage.d.ts.map +1 -1
  111. package/lib/services/storage.js +4 -20
  112. package/lib/services/storage.js.map +1 -1
  113. package/lib/services/storageactions.d.ts +18 -0
  114. package/lib/services/storageactions.d.ts.map +1 -1
  115. package/lib/services/storageactions.js +28 -0
  116. package/lib/services/storageactions.js.map +1 -1
  117. package/lib/services/storagecache.d.ts +288 -752
  118. package/lib/services/storagecache.d.ts.map +1 -1
  119. package/lib/services/storagecache.js +312 -930
  120. package/lib/services/storagecache.js.map +1 -1
  121. package/package.json +4 -4
  122. package/src/credentials.ts +2 -2
  123. package/src/retry.ts +2 -2
  124. package/src/services/app.ts +1014 -0
  125. package/src/services/applicationinsights.ts +56 -169
  126. package/src/services/authorization.ts +65 -397
  127. package/src/services/automation.ts +1179 -1686
  128. package/src/services/azure-kusto.ts +494 -228
  129. package/src/services/batch.ts +1 -1
  130. package/src/services/cognitiveservices.ts +3 -1
  131. package/src/services/computelimit.ts +310 -0
  132. package/src/services/containerinstance.ts +1393 -3134
  133. package/src/services/databricks.ts +125 -294
  134. package/src/services/desktopvirtualization.ts +83 -859
  135. package/src/services/imagebuilder.ts +129 -21
  136. package/src/services/index.ts +2 -0
  137. package/src/services/managednetworkfabric.ts +7141 -1408
  138. package/src/services/monitor.ts +134 -136
  139. package/src/services/monitoringservice.ts +287 -0
  140. package/src/services/network.ts +5738 -6158
  141. package/src/services/orbitalplanetarycomputer.ts +233 -0
  142. package/src/services/recoveryservicesbackup.ts +26 -456
  143. package/src/services/redhatopenshift.ts +26 -34
  144. package/src/services/reservations.ts +209 -553
  145. package/src/services/resourcegraph.ts +123 -55
  146. package/src/services/resources.ts +1852 -8168
  147. package/src/services/search.ts +9 -2
  148. package/src/services/sql.ts +4552 -2757
  149. package/src/services/storage.ts +4 -22
  150. package/src/services/storageactions.ts +36 -0
  151. package/src/services/storagecache.ts +312 -1303
@@ -5,6 +5,538 @@
5
5
  * DO NOT EDIT - regenerate with: bun run generate
6
6
  */
7
7
  import * as Schema from "effect/Schema";
8
+ export declare const AgentsConnectorsCreateOrUpdateInput: Schema.Struct<{
9
+ readonly subscriptionId: Schema.String;
10
+ readonly resourceGroupName: Schema.String;
11
+ readonly agentName: Schema.String;
12
+ readonly connectorName: Schema.String;
13
+ readonly "api-version": Schema.String;
14
+ }>;
15
+ export type AgentsConnectorsCreateOrUpdateInput = typeof AgentsConnectorsCreateOrUpdateInput.Type;
16
+ export declare const AgentsConnectorsCreateOrUpdateOutput: Schema.Struct<{}>;
17
+ export type AgentsConnectorsCreateOrUpdateOutput = typeof AgentsConnectorsCreateOrUpdateOutput.Type;
18
+ /**
19
+ * Creates or updates an Agent Connector
20
+ *
21
+ * @param api-version - The API version to use for this operation.
22
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
23
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
24
+ * @param agentName - The name of the Agent
25
+ * @param connectorName - The name of the AgentConnector
26
+ */
27
+ export declare const AgentsConnectorsCreateOrUpdate: any;
28
+ export declare const AgentsConnectorsDeleteInput: Schema.Struct<{
29
+ readonly subscriptionId: Schema.String;
30
+ readonly resourceGroupName: Schema.String;
31
+ readonly agentName: Schema.String;
32
+ readonly connectorName: Schema.String;
33
+ readonly "api-version": Schema.String;
34
+ }>;
35
+ export type AgentsConnectorsDeleteInput = typeof AgentsConnectorsDeleteInput.Type;
36
+ export declare const AgentsConnectorsDeleteOutput: Schema.Void;
37
+ export type AgentsConnectorsDeleteOutput = typeof AgentsConnectorsDeleteOutput.Type;
38
+ /**
39
+ * Delete an Agent Connector
40
+ *
41
+ * @param api-version - The API version to use for this operation.
42
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
43
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
44
+ * @param agentName - The name of the Agent
45
+ * @param connectorName - The name of the AgentConnector
46
+ */
47
+ export declare const AgentsConnectorsDelete: any;
48
+ export declare const AgentsConnectorsGetInput: Schema.Struct<{
49
+ readonly subscriptionId: Schema.String;
50
+ readonly resourceGroupName: Schema.String;
51
+ readonly agentName: Schema.String;
52
+ readonly connectorName: Schema.String;
53
+ readonly "api-version": Schema.String;
54
+ }>;
55
+ export type AgentsConnectorsGetInput = typeof AgentsConnectorsGetInput.Type;
56
+ export declare const AgentsConnectorsGetOutput: Schema.Struct<{}>;
57
+ export type AgentsConnectorsGetOutput = typeof AgentsConnectorsGetOutput.Type;
58
+ /**
59
+ * Get the properties of an Agent Connector
60
+ *
61
+ * @param api-version - The API version to use for this operation.
62
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
63
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
64
+ * @param agentName - The name of the Agent
65
+ * @param connectorName - The name of the AgentConnector
66
+ */
67
+ export declare const AgentsConnectorsGet: any;
68
+ export declare const AgentsConnectorsListByAgentInput: Schema.Struct<{
69
+ readonly subscriptionId: Schema.String;
70
+ readonly resourceGroupName: Schema.String;
71
+ readonly agentName: Schema.String;
72
+ readonly "api-version": Schema.String;
73
+ }>;
74
+ export type AgentsConnectorsListByAgentInput = typeof AgentsConnectorsListByAgentInput.Type;
75
+ export declare const AgentsConnectorsListByAgentOutput: Schema.Struct<{
76
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
77
+ readonly nextLink: Schema.optional<Schema.String>;
78
+ }>;
79
+ export type AgentsConnectorsListByAgentOutput = typeof AgentsConnectorsListByAgentOutput.Type;
80
+ /**
81
+ * Get all the connectors for an Agent
82
+ *
83
+ * @param api-version - The API version to use for this operation.
84
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
85
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
86
+ * @param agentName - The name of the Agent
87
+ */
88
+ export declare const AgentsConnectorsListByAgent: any;
89
+ export declare const AgentsConnectorsListSecretsInput: Schema.Struct<{
90
+ readonly subscriptionId: Schema.String;
91
+ readonly resourceGroupName: Schema.String;
92
+ readonly agentName: Schema.String;
93
+ readonly connectorName: Schema.String;
94
+ readonly "api-version": Schema.String;
95
+ }>;
96
+ export type AgentsConnectorsListSecretsInput = typeof AgentsConnectorsListSecretsInput.Type;
97
+ export declare const AgentsConnectorsListSecretsOutput: Schema.Struct<{}>;
98
+ export type AgentsConnectorsListSecretsOutput = typeof AgentsConnectorsListSecretsOutput.Type;
99
+ /**
100
+ * Get a Data Connector with secrets from an Agent
101
+ *
102
+ * @param api-version - The API version to use for this operation.
103
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
104
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
105
+ * @param agentName - The name of the Agent
106
+ * @param connectorName - The name of the AgentConnector
107
+ */
108
+ export declare const AgentsConnectorsListSecrets: any;
109
+ export declare const AgentsConnectorsListWithSecretsByAgentInput: Schema.Struct<{
110
+ readonly subscriptionId: Schema.String;
111
+ readonly resourceGroupName: Schema.String;
112
+ readonly agentName: Schema.String;
113
+ readonly "api-version": Schema.String;
114
+ }>;
115
+ export type AgentsConnectorsListWithSecretsByAgentInput = typeof AgentsConnectorsListWithSecretsByAgentInput.Type;
116
+ export declare const AgentsConnectorsListWithSecretsByAgentOutput: Schema.Struct<{
117
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
118
+ readonly nextLink: Schema.optional<Schema.String>;
119
+ }>;
120
+ export type AgentsConnectorsListWithSecretsByAgentOutput = typeof AgentsConnectorsListWithSecretsByAgentOutput.Type;
121
+ /**
122
+ * List all Data Connectors with secrets from an Agent
123
+ *
124
+ * @param api-version - The API version to use for this operation.
125
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
126
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
127
+ * @param agentName - The name of the Agent
128
+ */
129
+ export declare const AgentsConnectorsListWithSecretsByAgent: any;
130
+ export declare const AgentsCreateOrUpdateInput: Schema.Struct<{
131
+ readonly subscriptionId: Schema.String;
132
+ readonly resourceGroupName: Schema.String;
133
+ readonly agentName: Schema.String;
134
+ readonly "api-version": Schema.String;
135
+ }>;
136
+ export type AgentsCreateOrUpdateInput = typeof AgentsCreateOrUpdateInput.Type;
137
+ export declare const AgentsCreateOrUpdateOutput: Schema.Struct<{
138
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
139
+ readonly location: Schema.String;
140
+ }>;
141
+ export type AgentsCreateOrUpdateOutput = typeof AgentsCreateOrUpdateOutput.Type;
142
+ /**
143
+ * Creates or updates an Agent
144
+ *
145
+ * @param api-version - The API version to use for this operation.
146
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
147
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
148
+ * @param agentName - The name of the Agent
149
+ */
150
+ export declare const AgentsCreateOrUpdate: any;
151
+ export declare const AgentsDeleteInput: Schema.Struct<{
152
+ readonly subscriptionId: Schema.String;
153
+ readonly resourceGroupName: Schema.String;
154
+ readonly agentName: Schema.String;
155
+ readonly "api-version": Schema.String;
156
+ }>;
157
+ export type AgentsDeleteInput = typeof AgentsDeleteInput.Type;
158
+ export declare const AgentsDeleteOutput: Schema.Void;
159
+ export type AgentsDeleteOutput = typeof AgentsDeleteOutput.Type;
160
+ /**
161
+ * Delete an Agent
162
+ *
163
+ * @param api-version - The API version to use for this operation.
164
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
165
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
166
+ * @param agentName - The name of the Agent
167
+ */
168
+ export declare const AgentsDelete: any;
169
+ export declare const AgentsGetInput: Schema.Struct<{
170
+ readonly subscriptionId: Schema.String;
171
+ readonly resourceGroupName: Schema.String;
172
+ readonly agentName: Schema.String;
173
+ readonly "api-version": Schema.String;
174
+ }>;
175
+ export type AgentsGetInput = typeof AgentsGetInput.Type;
176
+ export declare const AgentsGetOutput: Schema.Struct<{
177
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
178
+ readonly location: Schema.String;
179
+ }>;
180
+ export type AgentsGetOutput = typeof AgentsGetOutput.Type;
181
+ /**
182
+ * Get the properties of an Agent
183
+ *
184
+ * @param api-version - The API version to use for this operation.
185
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
186
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
187
+ * @param agentName - The name of the Agent
188
+ */
189
+ export declare const AgentsGet: any;
190
+ export declare const AgentsListByResourceGroupInput: Schema.Struct<{
191
+ readonly subscriptionId: Schema.String;
192
+ readonly resourceGroupName: Schema.String;
193
+ readonly "api-version": Schema.String;
194
+ }>;
195
+ export type AgentsListByResourceGroupInput = typeof AgentsListByResourceGroupInput.Type;
196
+ export declare const AgentsListByResourceGroupOutput: Schema.Struct<{
197
+ readonly value: Schema.$Array<Schema.Struct<{
198
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
199
+ readonly location: Schema.String;
200
+ }>>;
201
+ readonly nextLink: Schema.optional<Schema.String>;
202
+ }>;
203
+ export type AgentsListByResourceGroupOutput = typeof AgentsListByResourceGroupOutput.Type;
204
+ /**
205
+ * Get all the agents in a resource group
206
+ *
207
+ * @param api-version - The API version to use for this operation.
208
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
209
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
210
+ */
211
+ export declare const AgentsListByResourceGroup: any;
212
+ export declare const AgentsListBySubscriptionInput: Schema.Struct<{
213
+ readonly subscriptionId: Schema.String;
214
+ readonly "api-version": Schema.String;
215
+ }>;
216
+ export type AgentsListBySubscriptionInput = typeof AgentsListBySubscriptionInput.Type;
217
+ export declare const AgentsListBySubscriptionOutput: Schema.Struct<{
218
+ readonly value: Schema.$Array<Schema.Struct<{
219
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
220
+ readonly location: Schema.String;
221
+ }>>;
222
+ readonly nextLink: Schema.optional<Schema.String>;
223
+ }>;
224
+ export type AgentsListBySubscriptionOutput = typeof AgentsListBySubscriptionOutput.Type;
225
+ /**
226
+ * Get all agents for a subscription
227
+ *
228
+ * @param api-version - The API version to use for this operation.
229
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
230
+ */
231
+ export declare const AgentsListBySubscription: any;
232
+ export declare const AgentSpacesConnectorsCreateOrUpdateInput: Schema.Struct<{
233
+ readonly subscriptionId: Schema.String;
234
+ readonly resourceGroupName: Schema.String;
235
+ readonly agentSpaceName: Schema.String;
236
+ readonly connectorName: Schema.String;
237
+ readonly "api-version": Schema.String;
238
+ }>;
239
+ export type AgentSpacesConnectorsCreateOrUpdateInput = typeof AgentSpacesConnectorsCreateOrUpdateInput.Type;
240
+ export declare const AgentSpacesConnectorsCreateOrUpdateOutput: Schema.Struct<{}>;
241
+ export type AgentSpacesConnectorsCreateOrUpdateOutput = typeof AgentSpacesConnectorsCreateOrUpdateOutput.Type;
242
+ /**
243
+ * Creates or updates an Agent Space Connector
244
+ *
245
+ * @param api-version - The API version to use for this operation.
246
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
247
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
248
+ * @param agentSpaceName - The name of the AgentSpace
249
+ * @param connectorName - The name of the AgentSpaceConnector
250
+ */
251
+ export declare const AgentSpacesConnectorsCreateOrUpdate: any;
252
+ export declare const AgentSpacesConnectorsDeleteInput: Schema.Struct<{
253
+ readonly subscriptionId: Schema.String;
254
+ readonly resourceGroupName: Schema.String;
255
+ readonly agentSpaceName: Schema.String;
256
+ readonly connectorName: Schema.String;
257
+ readonly "api-version": Schema.String;
258
+ }>;
259
+ export type AgentSpacesConnectorsDeleteInput = typeof AgentSpacesConnectorsDeleteInput.Type;
260
+ export declare const AgentSpacesConnectorsDeleteOutput: Schema.Void;
261
+ export type AgentSpacesConnectorsDeleteOutput = typeof AgentSpacesConnectorsDeleteOutput.Type;
262
+ /**
263
+ * Delete an Agent Space Connector
264
+ *
265
+ * @param api-version - The API version to use for this operation.
266
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
267
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
268
+ * @param agentSpaceName - The name of the AgentSpace
269
+ * @param connectorName - The name of the AgentSpaceConnector
270
+ */
271
+ export declare const AgentSpacesConnectorsDelete: any;
272
+ export declare const AgentSpacesConnectorsGetInput: Schema.Struct<{
273
+ readonly subscriptionId: Schema.String;
274
+ readonly resourceGroupName: Schema.String;
275
+ readonly agentSpaceName: Schema.String;
276
+ readonly connectorName: Schema.String;
277
+ readonly "api-version": Schema.String;
278
+ }>;
279
+ export type AgentSpacesConnectorsGetInput = typeof AgentSpacesConnectorsGetInput.Type;
280
+ export declare const AgentSpacesConnectorsGetOutput: Schema.Struct<{}>;
281
+ export type AgentSpacesConnectorsGetOutput = typeof AgentSpacesConnectorsGetOutput.Type;
282
+ /**
283
+ * Get the properties of an Agent Space Connector
284
+ *
285
+ * @param api-version - The API version to use for this operation.
286
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
287
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
288
+ * @param agentSpaceName - The name of the AgentSpace
289
+ * @param connectorName - The name of the AgentSpaceConnector
290
+ */
291
+ export declare const AgentSpacesConnectorsGet: any;
292
+ export declare const AgentSpacesConnectorsListAllSecretsInput: Schema.Struct<{
293
+ readonly subscriptionId: Schema.String;
294
+ readonly resourceGroupName: Schema.String;
295
+ readonly agentSpaceName: Schema.String;
296
+ readonly "api-version": Schema.String;
297
+ }>;
298
+ export type AgentSpacesConnectorsListAllSecretsInput = typeof AgentSpacesConnectorsListAllSecretsInput.Type;
299
+ export declare const AgentSpacesConnectorsListAllSecretsOutput: Schema.Struct<{
300
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
301
+ readonly nextLink: Schema.optional<Schema.String>;
302
+ }>;
303
+ export type AgentSpacesConnectorsListAllSecretsOutput = typeof AgentSpacesConnectorsListAllSecretsOutput.Type;
304
+ /**
305
+ * List all secrets for AgentSpace Connectors
306
+ *
307
+ * @param api-version - The API version to use for this operation.
308
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
309
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
310
+ * @param agentSpaceName - The name of the AgentSpace
311
+ */
312
+ export declare const AgentSpacesConnectorsListAllSecrets: any;
313
+ export declare const AgentSpacesConnectorsListByAgentSpaceInput: Schema.Struct<{
314
+ readonly subscriptionId: Schema.String;
315
+ readonly resourceGroupName: Schema.String;
316
+ readonly agentSpaceName: Schema.String;
317
+ readonly "api-version": Schema.String;
318
+ }>;
319
+ export type AgentSpacesConnectorsListByAgentSpaceInput = typeof AgentSpacesConnectorsListByAgentSpaceInput.Type;
320
+ export declare const AgentSpacesConnectorsListByAgentSpaceOutput: Schema.Struct<{
321
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
322
+ readonly nextLink: Schema.optional<Schema.String>;
323
+ }>;
324
+ export type AgentSpacesConnectorsListByAgentSpaceOutput = typeof AgentSpacesConnectorsListByAgentSpaceOutput.Type;
325
+ /**
326
+ * Get all the connectors for an Agent Space
327
+ *
328
+ * @param api-version - The API version to use for this operation.
329
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
330
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
331
+ * @param agentSpaceName - The name of the AgentSpace
332
+ */
333
+ export declare const AgentSpacesConnectorsListByAgentSpace: any;
334
+ export declare const AgentSpacesConnectorsListSecretsInput: Schema.Struct<{
335
+ readonly subscriptionId: Schema.String;
336
+ readonly resourceGroupName: Schema.String;
337
+ readonly agentSpaceName: Schema.String;
338
+ readonly connectorName: Schema.String;
339
+ readonly "api-version": Schema.String;
340
+ }>;
341
+ export type AgentSpacesConnectorsListSecretsInput = typeof AgentSpacesConnectorsListSecretsInput.Type;
342
+ export declare const AgentSpacesConnectorsListSecretsOutput: Schema.Struct<{}>;
343
+ export type AgentSpacesConnectorsListSecretsOutput = typeof AgentSpacesConnectorsListSecretsOutput.Type;
344
+ /**
345
+ * List secrets for an Agent Space Connector
346
+ *
347
+ * @param api-version - The API version to use for this operation.
348
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
349
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
350
+ * @param agentSpaceName - The name of the AgentSpace
351
+ * @param connectorName - The name of the AgentSpaceConnector
352
+ */
353
+ export declare const AgentSpacesConnectorsListSecrets: any;
354
+ export declare const AgentSpacesCreateOrUpdateInput: Schema.Struct<{
355
+ readonly subscriptionId: Schema.String;
356
+ readonly resourceGroupName: Schema.String;
357
+ readonly agentSpaceName: Schema.String;
358
+ readonly "api-version": Schema.String;
359
+ }>;
360
+ export type AgentSpacesCreateOrUpdateInput = typeof AgentSpacesCreateOrUpdateInput.Type;
361
+ export declare const AgentSpacesCreateOrUpdateOutput: Schema.Struct<{
362
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
363
+ readonly location: Schema.String;
364
+ }>;
365
+ export type AgentSpacesCreateOrUpdateOutput = typeof AgentSpacesCreateOrUpdateOutput.Type;
366
+ /**
367
+ * Creates or updates an Agent Space
368
+ *
369
+ * @param api-version - The API version to use for this operation.
370
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
371
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
372
+ * @param agentSpaceName - The name of the AgentSpace
373
+ */
374
+ export declare const AgentSpacesCreateOrUpdate: any;
375
+ export declare const AgentSpacesDeleteInput: Schema.Struct<{
376
+ readonly subscriptionId: Schema.String;
377
+ readonly resourceGroupName: Schema.String;
378
+ readonly agentSpaceName: Schema.String;
379
+ readonly "api-version": Schema.String;
380
+ }>;
381
+ export type AgentSpacesDeleteInput = typeof AgentSpacesDeleteInput.Type;
382
+ export declare const AgentSpacesDeleteOutput: Schema.Void;
383
+ export type AgentSpacesDeleteOutput = typeof AgentSpacesDeleteOutput.Type;
384
+ /**
385
+ * Delete an Agent Space
386
+ *
387
+ * @param api-version - The API version to use for this operation.
388
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
389
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
390
+ * @param agentSpaceName - The name of the AgentSpace
391
+ */
392
+ export declare const AgentSpacesDelete: any;
393
+ export declare const AgentSpacesGetInput: Schema.Struct<{
394
+ readonly subscriptionId: Schema.String;
395
+ readonly resourceGroupName: Schema.String;
396
+ readonly agentSpaceName: Schema.String;
397
+ readonly "api-version": Schema.String;
398
+ }>;
399
+ export type AgentSpacesGetInput = typeof AgentSpacesGetInput.Type;
400
+ export declare const AgentSpacesGetOutput: Schema.Struct<{
401
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
402
+ readonly location: Schema.String;
403
+ }>;
404
+ export type AgentSpacesGetOutput = typeof AgentSpacesGetOutput.Type;
405
+ /**
406
+ * Get the properties of an Agent Space
407
+ *
408
+ * @param api-version - The API version to use for this operation.
409
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
410
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
411
+ * @param agentSpaceName - The name of the AgentSpace
412
+ */
413
+ export declare const AgentSpacesGet: any;
414
+ export declare const AgentSpacesListByResourceGroupInput: Schema.Struct<{
415
+ readonly subscriptionId: Schema.String;
416
+ readonly resourceGroupName: Schema.String;
417
+ readonly "api-version": Schema.String;
418
+ }>;
419
+ export type AgentSpacesListByResourceGroupInput = typeof AgentSpacesListByResourceGroupInput.Type;
420
+ export declare const AgentSpacesListByResourceGroupOutput: Schema.Struct<{
421
+ readonly value: Schema.$Array<Schema.Struct<{
422
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
423
+ readonly location: Schema.String;
424
+ }>>;
425
+ readonly nextLink: Schema.optional<Schema.String>;
426
+ }>;
427
+ export type AgentSpacesListByResourceGroupOutput = typeof AgentSpacesListByResourceGroupOutput.Type;
428
+ /**
429
+ * Get all the agent spaces in a resource group
430
+ *
431
+ * @param api-version - The API version to use for this operation.
432
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
433
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
434
+ */
435
+ export declare const AgentSpacesListByResourceGroup: any;
436
+ export declare const AgentSpacesListBySubscriptionInput: Schema.Struct<{
437
+ readonly subscriptionId: Schema.String;
438
+ readonly "api-version": Schema.String;
439
+ }>;
440
+ export type AgentSpacesListBySubscriptionInput = typeof AgentSpacesListBySubscriptionInput.Type;
441
+ export declare const AgentSpacesListBySubscriptionOutput: Schema.Struct<{
442
+ readonly value: Schema.$Array<Schema.Struct<{
443
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
444
+ readonly location: Schema.String;
445
+ }>>;
446
+ readonly nextLink: Schema.optional<Schema.String>;
447
+ }>;
448
+ export type AgentSpacesListBySubscriptionOutput = typeof AgentSpacesListBySubscriptionOutput.Type;
449
+ /**
450
+ * Get all agent spaces for a subscription
451
+ *
452
+ * @param api-version - The API version to use for this operation.
453
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
454
+ */
455
+ export declare const AgentSpacesListBySubscription: any;
456
+ export declare const AgentSpacesUpdateInput: Schema.Struct<{
457
+ readonly subscriptionId: Schema.String;
458
+ readonly resourceGroupName: Schema.String;
459
+ readonly agentSpaceName: Schema.String;
460
+ readonly "api-version": Schema.String;
461
+ }>;
462
+ export type AgentSpacesUpdateInput = typeof AgentSpacesUpdateInput.Type;
463
+ export declare const AgentSpacesUpdateOutput: Schema.Struct<{
464
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
465
+ readonly location: Schema.String;
466
+ }>;
467
+ export type AgentSpacesUpdateOutput = typeof AgentSpacesUpdateOutput.Type;
468
+ /**
469
+ * Update Agent Space's properties
470
+ *
471
+ * @param api-version - The API version to use for this operation.
472
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
473
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
474
+ * @param agentSpaceName - The name of the AgentSpace
475
+ */
476
+ export declare const AgentSpacesUpdate: any;
477
+ export declare const AgentsStartInput: Schema.Struct<{
478
+ readonly subscriptionId: Schema.String;
479
+ readonly resourceGroupName: Schema.String;
480
+ readonly agentName: Schema.String;
481
+ readonly "api-version": Schema.String;
482
+ }>;
483
+ export type AgentsStartInput = typeof AgentsStartInput.Type;
484
+ export declare const AgentsStartOutput: Schema.Struct<{
485
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
486
+ readonly location: Schema.String;
487
+ }>;
488
+ export type AgentsStartOutput = typeof AgentsStartOutput.Type;
489
+ /**
490
+ * Start an Agent
491
+ *
492
+ * @param api-version - The API version to use for this operation.
493
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
494
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
495
+ * @param agentName - The name of the Agent
496
+ */
497
+ export declare const AgentsStart: any;
498
+ export declare const AgentsStopInput: Schema.Struct<{
499
+ readonly subscriptionId: Schema.String;
500
+ readonly resourceGroupName: Schema.String;
501
+ readonly agentName: Schema.String;
502
+ readonly "api-version": Schema.String;
503
+ }>;
504
+ export type AgentsStopInput = typeof AgentsStopInput.Type;
505
+ export declare const AgentsStopOutput: Schema.Struct<{
506
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
507
+ readonly location: Schema.String;
508
+ }>;
509
+ export type AgentsStopOutput = typeof AgentsStopOutput.Type;
510
+ /**
511
+ * Stop an Agent
512
+ *
513
+ * @param api-version - The API version to use for this operation.
514
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
515
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
516
+ * @param agentName - The name of the Agent
517
+ */
518
+ export declare const AgentsStop: any;
519
+ export declare const AgentsUpdateInput: Schema.Struct<{
520
+ readonly subscriptionId: Schema.String;
521
+ readonly resourceGroupName: Schema.String;
522
+ readonly agentName: Schema.String;
523
+ readonly "api-version": Schema.String;
524
+ }>;
525
+ export type AgentsUpdateInput = typeof AgentsUpdateInput.Type;
526
+ export declare const AgentsUpdateOutput: Schema.Struct<{
527
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
528
+ readonly location: Schema.String;
529
+ }>;
530
+ export type AgentsUpdateOutput = typeof AgentsUpdateOutput.Type;
531
+ /**
532
+ * Update Agent's properties
533
+ *
534
+ * @param api-version - The API version to use for this operation.
535
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
536
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
537
+ * @param agentName - The name of the Agent
538
+ */
539
+ export declare const AgentsUpdate: any;
8
540
  export declare const AvailableWorkloadProfilesGetInput: Schema.Struct<{
9
541
  readonly subscriptionId: Schema.String;
10
542
  readonly location: Schema.String;
@@ -3132,6 +3664,25 @@ export type OperationsListOutput = typeof OperationsListOutput.Type;
3132
3664
  * @param api-version - The API version to use for this operation.
3133
3665
  */
3134
3666
  export declare const OperationsList: any;
3667
+ export declare const SupportedAgentModelsListByLocationInput: Schema.Struct<{
3668
+ readonly subscriptionId: Schema.String;
3669
+ readonly location: Schema.String;
3670
+ readonly "api-version": Schema.String;
3671
+ }>;
3672
+ export type SupportedAgentModelsListByLocationInput = typeof SupportedAgentModelsListByLocationInput.Type;
3673
+ export declare const SupportedAgentModelsListByLocationOutput: Schema.Struct<{
3674
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
3675
+ readonly nextLink: Schema.optional<Schema.String>;
3676
+ }>;
3677
+ export type SupportedAgentModelsListByLocationOutput = typeof SupportedAgentModelsListByLocationOutput.Type;
3678
+ /**
3679
+ * List SupportedAgentModel resources by SubscriptionLocationResource
3680
+ *
3681
+ * @param api-version - The API version to use for this operation.
3682
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
3683
+ * @param location - The name of the Azure region.
3684
+ */
3685
+ export declare const SupportedAgentModelsListByLocation: any;
3135
3686
  export declare const UsagesListInput: Schema.Struct<{
3136
3687
  readonly location: Schema.String;
3137
3688
  readonly subscriptionId: Schema.String;