@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
@@ -6,8 +6,9 @@
6
6
  */
7
7
  import * as Schema from "effect/Schema";
8
8
  export declare const AmlFilesystemsArchiveInput: Schema.Struct<{
9
- readonly resourceGroupName: Schema.String;
10
9
  readonly subscriptionId: Schema.String;
10
+ readonly resourceGroupName: Schema.String;
11
+ readonly amlFilesystemName: Schema.String;
11
12
  readonly "api-version": Schema.String;
12
13
  }>;
13
14
  export type AmlFilesystemsArchiveInput = typeof AmlFilesystemsArchiveInput.Type;
@@ -16,14 +17,16 @@ export type AmlFilesystemsArchiveOutput = typeof AmlFilesystemsArchiveOutput.Typ
16
17
  /**
17
18
  * Archive data from the AML file system.
18
19
  *
19
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
20
20
  * @param api-version - The API version to use for this operation.
21
21
  * @param subscriptionId - The ID of the target subscription.
22
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
23
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
22
24
  */
23
25
  export declare const amlFilesystemsArchive: any;
24
26
  export declare const AmlFilesystemsCancelArchiveInput: Schema.Struct<{
25
- readonly resourceGroupName: Schema.String;
26
27
  readonly subscriptionId: Schema.String;
28
+ readonly resourceGroupName: Schema.String;
29
+ readonly amlFilesystemName: Schema.String;
27
30
  readonly "api-version": Schema.String;
28
31
  }>;
29
32
  export type AmlFilesystemsCancelArchiveInput = typeof AmlFilesystemsCancelArchiveInput.Type;
@@ -32,14 +35,16 @@ export type AmlFilesystemsCancelArchiveOutput = typeof AmlFilesystemsCancelArchi
32
35
  /**
33
36
  * Cancel archiving data from the AML file system.
34
37
  *
35
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
36
38
  * @param api-version - The API version to use for this operation.
37
39
  * @param subscriptionId - The ID of the target subscription.
40
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
41
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
38
42
  */
39
43
  export declare const amlFilesystemsCancelArchive: any;
40
44
  export declare const AmlFilesystemsCreateOrUpdateInput: Schema.Struct<{
41
- readonly resourceGroupName: Schema.String;
42
45
  readonly subscriptionId: Schema.String;
46
+ readonly resourceGroupName: Schema.String;
47
+ readonly amlFilesystemName: Schema.String;
43
48
  readonly "api-version": Schema.String;
44
49
  }>;
45
50
  export type AmlFilesystemsCreateOrUpdateInput = typeof AmlFilesystemsCreateOrUpdateInput.Type;
@@ -51,14 +56,16 @@ export type AmlFilesystemsCreateOrUpdateOutput = typeof AmlFilesystemsCreateOrUp
51
56
  /**
52
57
  * Create or update an AML file system.
53
58
  *
54
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
55
59
  * @param api-version - The API version to use for this operation.
56
60
  * @param subscriptionId - The ID of the target subscription.
61
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
62
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
57
63
  */
58
64
  export declare const amlFilesystemsCreateOrUpdate: any;
59
65
  export declare const AmlFilesystemsDeleteInput: Schema.Struct<{
60
- readonly resourceGroupName: Schema.String;
61
66
  readonly subscriptionId: Schema.String;
67
+ readonly resourceGroupName: Schema.String;
68
+ readonly amlFilesystemName: Schema.String;
62
69
  readonly "api-version": Schema.String;
63
70
  }>;
64
71
  export type AmlFilesystemsDeleteInput = typeof AmlFilesystemsDeleteInput.Type;
@@ -67,14 +74,16 @@ export type AmlFilesystemsDeleteOutput = typeof AmlFilesystemsDeleteOutput.Type;
67
74
  /**
68
75
  * Schedules an AML file system for deletion.
69
76
  *
70
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
71
77
  * @param api-version - The API version to use for this operation.
72
78
  * @param subscriptionId - The ID of the target subscription.
79
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
80
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
73
81
  */
74
82
  export declare const amlFilesystemsDelete: any;
75
83
  export declare const AmlFilesystemsGetInput: Schema.Struct<{
76
- readonly resourceGroupName: Schema.String;
77
84
  readonly subscriptionId: Schema.String;
85
+ readonly resourceGroupName: Schema.String;
86
+ readonly amlFilesystemName: Schema.String;
78
87
  readonly "api-version": Schema.String;
79
88
  }>;
80
89
  export type AmlFilesystemsGetInput = typeof AmlFilesystemsGetInput.Type;
@@ -86,9 +95,10 @@ export type AmlFilesystemsGetOutput = typeof AmlFilesystemsGetOutput.Type;
86
95
  /**
87
96
  * Returns an AML file system.
88
97
  *
89
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
90
98
  * @param api-version - The API version to use for this operation.
91
99
  * @param subscriptionId - The ID of the target subscription.
100
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
101
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
92
102
  */
93
103
  export declare const amlFilesystemsGet: any;
94
104
  export declare const AmlFilesystemsListInput: Schema.Struct<{
@@ -97,11 +107,11 @@ export declare const AmlFilesystemsListInput: Schema.Struct<{
97
107
  }>;
98
108
  export type AmlFilesystemsListInput = typeof AmlFilesystemsListInput.Type;
99
109
  export declare const AmlFilesystemsListOutput: Schema.Struct<{
100
- readonly nextLink: Schema.optional<Schema.String>;
101
110
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
102
111
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
103
112
  readonly location: Schema.String;
104
113
  }>>>;
114
+ readonly nextLink: Schema.optional<Schema.String>;
105
115
  }>;
106
116
  export type AmlFilesystemsListOutput = typeof AmlFilesystemsListOutput.Type;
107
117
  /**
@@ -112,30 +122,31 @@ export type AmlFilesystemsListOutput = typeof AmlFilesystemsListOutput.Type;
112
122
  */
113
123
  export declare const amlFilesystemsList: any;
114
124
  export declare const AmlFilesystemsListByResourceGroupInput: Schema.Struct<{
115
- readonly resourceGroupName: Schema.String;
116
125
  readonly subscriptionId: Schema.String;
126
+ readonly resourceGroupName: Schema.String;
117
127
  readonly "api-version": Schema.String;
118
128
  }>;
119
129
  export type AmlFilesystemsListByResourceGroupInput = typeof AmlFilesystemsListByResourceGroupInput.Type;
120
130
  export declare const AmlFilesystemsListByResourceGroupOutput: Schema.Struct<{
121
- readonly nextLink: Schema.optional<Schema.String>;
122
131
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
123
132
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
124
133
  readonly location: Schema.String;
125
134
  }>>>;
135
+ readonly nextLink: Schema.optional<Schema.String>;
126
136
  }>;
127
137
  export type AmlFilesystemsListByResourceGroupOutput = typeof AmlFilesystemsListByResourceGroupOutput.Type;
128
138
  /**
129
139
  * Returns all AML file systems the user has access to under a resource group.
130
140
  *
131
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
132
141
  * @param api-version - The API version to use for this operation.
133
142
  * @param subscriptionId - The ID of the target subscription.
143
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
134
144
  */
135
145
  export declare const amlFilesystemsListByResourceGroup: any;
136
146
  export declare const AmlFilesystemsUpdateInput: Schema.Struct<{
137
- readonly resourceGroupName: Schema.String;
138
147
  readonly subscriptionId: Schema.String;
148
+ readonly resourceGroupName: Schema.String;
149
+ readonly amlFilesystemName: Schema.String;
139
150
  readonly "api-version": Schema.String;
140
151
  }>;
141
152
  export type AmlFilesystemsUpdateInput = typeof AmlFilesystemsUpdateInput.Type;
@@ -147,9 +158,10 @@ export type AmlFilesystemsUpdateOutput = typeof AmlFilesystemsUpdateOutput.Type;
147
158
  /**
148
159
  * Update an AML file system instance.
149
160
  *
150
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
151
161
  * @param api-version - The API version to use for this operation.
152
162
  * @param subscriptionId - The ID of the target subscription.
163
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
164
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
153
165
  */
154
166
  export declare const amlFilesystemsUpdate: any;
155
167
  export declare const AscOperationsGetInput: Schema.Struct<{
@@ -190,7 +202,6 @@ export declare const AscUsagesListInput: Schema.Struct<{
190
202
  }>;
191
203
  export type AscUsagesListInput = typeof AscUsagesListInput.Type;
192
204
  export declare const AscUsagesListOutput: Schema.Struct<{
193
- readonly nextLink: Schema.optional<Schema.String>;
194
205
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
195
206
  readonly limit: Schema.optional<Schema.Number>;
196
207
  readonly unit: Schema.optional<Schema.String>;
@@ -200,6 +211,7 @@ export declare const AscUsagesListOutput: Schema.Struct<{
200
211
  readonly localizedValue: Schema.optional<Schema.String>;
201
212
  }>>;
202
213
  }>>>;
214
+ readonly nextLink: Schema.optional<Schema.String>;
203
215
  }>;
204
216
  export type AscUsagesListOutput = typeof AscUsagesListOutput.Type;
205
217
  /**
@@ -207,12 +219,14 @@ export type AscUsagesListOutput = typeof AscUsagesListOutput.Type;
207
219
  *
208
220
  * @param api-version - The API version to use for this operation.
209
221
  * @param subscriptionId - The ID of the target subscription.
210
- * @param location - The name of the region to query for usage information.
222
+ * @param location - The name of Azure region.
211
223
  */
212
224
  export declare const AscUsagesList: any;
213
225
  export declare const AutoExportJobsCreateOrUpdateInput: Schema.Struct<{
214
- readonly resourceGroupName: Schema.String;
215
226
  readonly subscriptionId: Schema.String;
227
+ readonly resourceGroupName: Schema.String;
228
+ readonly amlFilesystemName: Schema.String;
229
+ readonly autoExportJobName: Schema.String;
216
230
  readonly "api-version": Schema.String;
217
231
  }>;
218
232
  export type AutoExportJobsCreateOrUpdateInput = typeof AutoExportJobsCreateOrUpdateInput.Type;
@@ -224,14 +238,18 @@ export type AutoExportJobsCreateOrUpdateOutput = typeof AutoExportJobsCreateOrUp
224
238
  /**
225
239
  * Create or update an auto export job.
226
240
  *
227
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
228
241
  * @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.
242
+ * @param subscriptionId - The ID of the target subscription.
243
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
244
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
245
+ * @param autoExportJobName - Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
230
246
  */
231
247
  export declare const autoExportJobsCreateOrUpdate: any;
232
248
  export declare const AutoExportJobsDeleteInput: Schema.Struct<{
233
- readonly resourceGroupName: Schema.String;
234
249
  readonly subscriptionId: Schema.String;
250
+ readonly resourceGroupName: Schema.String;
251
+ readonly amlFilesystemName: Schema.String;
252
+ readonly autoExportJobName: Schema.String;
235
253
  readonly "api-version": Schema.String;
236
254
  }>;
237
255
  export type AutoExportJobsDeleteInput = typeof AutoExportJobsDeleteInput.Type;
@@ -240,14 +258,18 @@ export type AutoExportJobsDeleteOutput = typeof AutoExportJobsDeleteOutput.Type;
240
258
  /**
241
259
  * Schedules an auto export job for deletion.
242
260
  *
243
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
244
261
  * @param api-version - The API version to use for this operation.
245
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
262
+ * @param subscriptionId - The ID of the target subscription.
263
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
264
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
265
+ * @param autoExportJobName - Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
246
266
  */
247
267
  export declare const autoExportJobsDelete: any;
248
268
  export declare const AutoExportJobsGetInput: Schema.Struct<{
249
- readonly resourceGroupName: Schema.String;
250
269
  readonly subscriptionId: Schema.String;
270
+ readonly resourceGroupName: Schema.String;
271
+ readonly amlFilesystemName: Schema.String;
272
+ readonly autoExportJobName: Schema.String;
251
273
  readonly "api-version": Schema.String;
252
274
  }>;
253
275
  export type AutoExportJobsGetInput = typeof AutoExportJobsGetInput.Type;
@@ -259,36 +281,42 @@ export type AutoExportJobsGetOutput = typeof AutoExportJobsGetOutput.Type;
259
281
  /**
260
282
  * Returns an auto export job.
261
283
  *
262
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
263
284
  * @param api-version - The API version to use for this operation.
264
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
285
+ * @param subscriptionId - The ID of the target subscription.
286
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
287
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
288
+ * @param autoExportJobName - Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
265
289
  */
266
290
  export declare const autoExportJobsGet: any;
267
291
  export declare const AutoExportJobsListByAmlFilesystemInput: Schema.Struct<{
268
- readonly resourceGroupName: Schema.String;
269
292
  readonly subscriptionId: Schema.String;
293
+ readonly resourceGroupName: Schema.String;
294
+ readonly amlFilesystemName: Schema.String;
270
295
  readonly "api-version": Schema.String;
271
296
  }>;
272
297
  export type AutoExportJobsListByAmlFilesystemInput = typeof AutoExportJobsListByAmlFilesystemInput.Type;
273
298
  export declare const AutoExportJobsListByAmlFilesystemOutput: Schema.Struct<{
274
- readonly nextLink: Schema.optional<Schema.String>;
275
299
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
276
300
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
277
301
  readonly location: Schema.String;
278
302
  }>>>;
303
+ readonly nextLink: Schema.optional<Schema.String>;
279
304
  }>;
280
305
  export type AutoExportJobsListByAmlFilesystemOutput = typeof AutoExportJobsListByAmlFilesystemOutput.Type;
281
306
  /**
282
307
  * Returns all the auto export jobs the user has access to under an AML File System.
283
308
  *
284
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
285
309
  * @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.
310
+ * @param subscriptionId - The ID of the target subscription.
311
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
312
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
287
313
  */
288
314
  export declare const autoExportJobsListByAmlFilesystem: any;
289
315
  export declare const AutoExportJobsUpdateInput: Schema.Struct<{
290
- readonly resourceGroupName: Schema.String;
291
316
  readonly subscriptionId: Schema.String;
317
+ readonly resourceGroupName: Schema.String;
318
+ readonly amlFilesystemName: Schema.String;
319
+ readonly autoExportJobName: Schema.String;
292
320
  readonly "api-version": Schema.String;
293
321
  }>;
294
322
  export type AutoExportJobsUpdateInput = typeof AutoExportJobsUpdateInput.Type;
@@ -300,14 +328,18 @@ export type AutoExportJobsUpdateOutput = typeof AutoExportJobsUpdateOutput.Type;
300
328
  /**
301
329
  * Update an auto export job instance.
302
330
  *
303
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
304
331
  * @param api-version - The API version to use for this operation.
305
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
332
+ * @param subscriptionId - The ID of the target subscription.
333
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
334
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
335
+ * @param autoExportJobName - Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
306
336
  */
307
337
  export declare const autoExportJobsUpdate: any;
308
338
  export declare const AutoImportJobsCreateOrUpdateInput: Schema.Struct<{
309
- readonly resourceGroupName: Schema.String;
310
339
  readonly subscriptionId: Schema.String;
340
+ readonly resourceGroupName: Schema.String;
341
+ readonly amlFilesystemName: Schema.String;
342
+ readonly autoImportJobName: Schema.String;
311
343
  readonly "api-version": Schema.String;
312
344
  }>;
313
345
  export type AutoImportJobsCreateOrUpdateInput = typeof AutoImportJobsCreateOrUpdateInput.Type;
@@ -319,14 +351,18 @@ export type AutoImportJobsCreateOrUpdateOutput = typeof AutoImportJobsCreateOrUp
319
351
  /**
320
352
  * Create or update an auto import job.
321
353
  *
322
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
323
354
  * @param api-version - The API version to use for this operation.
324
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
355
+ * @param subscriptionId - The ID of the target subscription.
356
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
357
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
358
+ * @param autoImportJobName - Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
325
359
  */
326
360
  export declare const autoImportJobsCreateOrUpdate: any;
327
361
  export declare const AutoImportJobsDeleteInput: Schema.Struct<{
328
- readonly resourceGroupName: Schema.String;
329
362
  readonly subscriptionId: Schema.String;
363
+ readonly resourceGroupName: Schema.String;
364
+ readonly amlFilesystemName: Schema.String;
365
+ readonly autoImportJobName: Schema.String;
330
366
  readonly "api-version": Schema.String;
331
367
  }>;
332
368
  export type AutoImportJobsDeleteInput = typeof AutoImportJobsDeleteInput.Type;
@@ -335,14 +371,18 @@ export type AutoImportJobsDeleteOutput = typeof AutoImportJobsDeleteOutput.Type;
335
371
  /**
336
372
  * Schedules an auto import job for deletion.
337
373
  *
338
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
339
374
  * @param api-version - The API version to use for this operation.
340
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
375
+ * @param subscriptionId - The ID of the target subscription.
376
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
377
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
378
+ * @param autoImportJobName - Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
341
379
  */
342
380
  export declare const autoImportJobsDelete: any;
343
381
  export declare const AutoImportJobsGetInput: Schema.Struct<{
344
- readonly resourceGroupName: Schema.String;
345
382
  readonly subscriptionId: Schema.String;
383
+ readonly resourceGroupName: Schema.String;
384
+ readonly amlFilesystemName: Schema.String;
385
+ readonly autoImportJobName: Schema.String;
346
386
  readonly "api-version": Schema.String;
347
387
  }>;
348
388
  export type AutoImportJobsGetInput = typeof AutoImportJobsGetInput.Type;
@@ -354,14 +394,17 @@ export type AutoImportJobsGetOutput = typeof AutoImportJobsGetOutput.Type;
354
394
  /**
355
395
  * Returns an auto import job.
356
396
  *
357
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
358
397
  * @param api-version - The API version to use for this operation.
359
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
398
+ * @param subscriptionId - The ID of the target subscription.
399
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
400
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
401
+ * @param autoImportJobName - Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
360
402
  */
361
403
  export declare const autoImportJobsGet: any;
362
404
  export declare const AutoImportJobsListByAmlFilesystemInput: Schema.Struct<{
363
- readonly resourceGroupName: Schema.String;
364
405
  readonly subscriptionId: Schema.String;
406
+ readonly resourceGroupName: Schema.String;
407
+ readonly amlFilesystemName: Schema.String;
365
408
  readonly "api-version": Schema.String;
366
409
  }>;
367
410
  export type AutoImportJobsListByAmlFilesystemInput = typeof AutoImportJobsListByAmlFilesystemInput.Type;
@@ -376,14 +419,17 @@ export type AutoImportJobsListByAmlFilesystemOutput = typeof AutoImportJobsListB
376
419
  /**
377
420
  * Returns all the auto import jobs the user has access to under an AML File System.
378
421
  *
379
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
380
422
  * @param api-version - The API version to use for this operation.
381
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
423
+ * @param subscriptionId - The ID of the target subscription.
424
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
425
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
382
426
  */
383
427
  export declare const autoImportJobsListByAmlFilesystem: any;
384
428
  export declare const AutoImportJobsUpdateInput: Schema.Struct<{
385
- readonly resourceGroupName: Schema.String;
386
429
  readonly subscriptionId: Schema.String;
430
+ readonly resourceGroupName: Schema.String;
431
+ readonly amlFilesystemName: Schema.String;
432
+ readonly autoImportJobName: Schema.String;
387
433
  readonly "api-version": Schema.String;
388
434
  }>;
389
435
  export type AutoImportJobsUpdateInput = typeof AutoImportJobsUpdateInput.Type;
@@ -395,32 +441,24 @@ export type AutoImportJobsUpdateOutput = typeof AutoImportJobsUpdateOutput.Type;
395
441
  /**
396
442
  * Update an auto import job instance.
397
443
  *
398
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
399
444
  * @param api-version - The API version to use for this operation.
400
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
445
+ * @param subscriptionId - The ID of the target subscription.
446
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
447
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
448
+ * @param autoImportJobName - Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
401
449
  */
402
450
  export declare const autoImportJobsUpdate: any;
403
451
  export declare const CachesCreateOrUpdateInput: Schema.Struct<{
404
- readonly resourceGroupName: Schema.String;
405
452
  readonly subscriptionId: Schema.String;
453
+ readonly resourceGroupName: Schema.String;
454
+ readonly cacheName: Schema.String;
406
455
  readonly "api-version": Schema.String;
407
456
  }>;
408
457
  export type CachesCreateOrUpdateInput = typeof CachesCreateOrUpdateInput.Type;
409
458
  export declare const CachesCreateOrUpdateOutput: Schema.Struct<{
410
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
411
459
  readonly id: Schema.optional<Schema.String>;
412
- readonly location: Schema.optional<Schema.String>;
413
460
  readonly name: Schema.optional<Schema.String>;
414
461
  readonly type: Schema.optional<Schema.String>;
415
- readonly identity: Schema.optional<Schema.Struct<{
416
- readonly principalId: Schema.optional<Schema.String>;
417
- readonly tenantId: Schema.optional<Schema.String>;
418
- readonly type: Schema.optional<Schema.Literals<readonly ["SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None"]>>;
419
- readonly userAssignedIdentities: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
420
- readonly principalId: Schema.optional<Schema.String>;
421
- readonly clientId: Schema.optional<Schema.String>;
422
- }>>>;
423
- }>>;
424
462
  readonly systemData: Schema.optional<Schema.Struct<{
425
463
  readonly createdBy: Schema.optional<Schema.String>;
426
464
  readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
@@ -429,123 +467,21 @@ export declare const CachesCreateOrUpdateOutput: Schema.Struct<{
429
467
  readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
430
468
  readonly lastModifiedAt: Schema.optional<Schema.String>;
431
469
  }>>;
432
- readonly properties: Schema.optional<Schema.Struct<{
433
- readonly cacheSizeGB: Schema.optional<Schema.Number>;
434
- readonly health: Schema.optional<Schema.Struct<{
435
- readonly state: Schema.optional<Schema.Literals<readonly ["Unknown", "Healthy", "Degraded", "Down", "Transitioning", "Stopping", "Stopped", "Upgrading", "Flushing", "WaitingForKey", "StartFailed", "UpgradeFailed"]>>;
436
- readonly statusDescription: Schema.optional<Schema.String>;
437
- readonly conditions: Schema.optional<Schema.$Array<Schema.Struct<{
438
- readonly timestamp: Schema.optional<Schema.String>;
439
- readonly message: Schema.optional<Schema.String>;
440
- }>>>;
441
- }>>;
442
- readonly mountAddresses: Schema.optional<Schema.$Array<Schema.String>>;
443
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["Succeeded", "Failed", "Canceled", "Creating", "Deleting", "Updating"]>>;
444
- readonly subnet: Schema.optional<Schema.String>;
445
- readonly upgradeStatus: Schema.optional<Schema.Struct<{
446
- readonly currentFirmwareVersion: Schema.optional<Schema.String>;
447
- readonly firmwareUpdateStatus: Schema.optional<Schema.Literals<readonly ["available", "unavailable"]>>;
448
- readonly firmwareUpdateDeadline: Schema.optional<Schema.String>;
449
- readonly lastFirmwareUpdate: Schema.optional<Schema.String>;
450
- readonly pendingFirmwareVersion: Schema.optional<Schema.String>;
451
- }>>;
452
- readonly upgradeSettings: Schema.optional<Schema.Struct<{
453
- readonly upgradeScheduleEnabled: Schema.optional<Schema.Boolean>;
454
- readonly scheduledTime: Schema.optional<Schema.String>;
455
- }>>;
456
- readonly networkSettings: Schema.optional<Schema.Struct<{
457
- readonly mtu: Schema.optional<Schema.Number>;
458
- readonly utilityAddresses: Schema.optional<Schema.$Array<Schema.String>>;
459
- readonly dnsServers: Schema.optional<Schema.$Array<Schema.String>>;
460
- readonly dnsSearchDomain: Schema.optional<Schema.String>;
461
- readonly ntpServer: Schema.optional<Schema.String>;
462
- }>>;
463
- readonly encryptionSettings: Schema.optional<Schema.Struct<{
464
- readonly keyEncryptionKey: Schema.optional<Schema.Struct<{
465
- readonly keyUrl: Schema.String;
466
- readonly sourceVault: Schema.Struct<{
467
- readonly id: Schema.optional<Schema.String>;
468
- }>;
469
- }>>;
470
- readonly rotationToLatestKeyVersionEnabled: Schema.optional<Schema.Boolean>;
471
- }>>;
472
- readonly securitySettings: Schema.optional<Schema.Struct<{
473
- readonly accessPolicies: Schema.optional<Schema.$Array<Schema.Struct<{
474
- readonly name: Schema.String;
475
- readonly accessRules: Schema.$Array<Schema.Struct<{
476
- readonly scope: Schema.Literals<readonly ["default", "network", "host"]>;
477
- readonly filter: Schema.optional<Schema.String>;
478
- readonly access: Schema.Literals<readonly ["no", "ro", "rw"]>;
479
- readonly suid: Schema.optional<Schema.Boolean>;
480
- readonly submountAccess: Schema.optional<Schema.Boolean>;
481
- readonly rootSquash: Schema.optional<Schema.Boolean>;
482
- readonly anonymousUID: Schema.optional<Schema.String>;
483
- readonly anonymousGID: Schema.optional<Schema.String>;
484
- }>>;
485
- }>>>;
486
- }>>;
487
- readonly directoryServicesSettings: Schema.optional<Schema.Struct<{
488
- readonly activeDirectory: Schema.optional<Schema.Struct<{
489
- readonly primaryDnsIpAddress: Schema.String;
490
- readonly secondaryDnsIpAddress: Schema.optional<Schema.String>;
491
- readonly domainName: Schema.String;
492
- readonly domainNetBiosName: Schema.String;
493
- readonly cacheNetBiosName: Schema.String;
494
- readonly domainJoined: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
495
- readonly credentials: Schema.optional<Schema.Struct<{
496
- readonly username: Schema.String;
497
- readonly password: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
498
- }>>;
499
- }>>;
500
- readonly usernameDownload: Schema.optional<Schema.Struct<{
501
- readonly extendedGroups: Schema.optional<Schema.Boolean>;
502
- readonly usernameSource: Schema.optional<Schema.Literals<readonly ["AD", "LDAP", "File", "None"]>>;
503
- readonly groupFileURI: Schema.optional<Schema.String>;
504
- readonly userFileURI: Schema.optional<Schema.String>;
505
- readonly ldapServer: Schema.optional<Schema.String>;
506
- readonly ldapBaseDN: Schema.optional<Schema.String>;
507
- readonly encryptLdapConnection: Schema.optional<Schema.Boolean>;
508
- readonly requireValidCertificate: Schema.optional<Schema.Boolean>;
509
- readonly autoDownloadCertificate: Schema.optional<Schema.Boolean>;
510
- readonly caCertificateURI: Schema.optional<Schema.String>;
511
- readonly usernameDownloaded: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
512
- readonly credentials: Schema.optional<Schema.Struct<{
513
- readonly bindDn: Schema.optional<Schema.String>;
514
- readonly bindPassword: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
515
- }>>;
516
- }>>;
517
- }>>;
518
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
519
- readonly primingJobs: Schema.optional<Schema.$Array<Schema.Struct<{
520
- readonly primingJobName: Schema.String;
521
- readonly primingManifestUrl: Schema.String;
522
- readonly primingJobId: Schema.optional<Schema.String>;
523
- readonly primingJobState: Schema.optional<Schema.Literals<readonly ["Queued", "Running", "Paused", "Complete"]>>;
524
- readonly primingJobStatus: Schema.optional<Schema.String>;
525
- readonly primingJobDetails: Schema.optional<Schema.String>;
526
- readonly primingJobPercentComplete: Schema.optional<Schema.Number>;
527
- }>>>;
528
- readonly spaceAllocation: Schema.optional<Schema.$Array<Schema.Struct<{
529
- readonly name: Schema.optional<Schema.String>;
530
- readonly allocationPercentage: Schema.optional<Schema.Number>;
531
- }>>>;
532
- }>>;
533
- readonly sku: Schema.optional<Schema.Struct<{
534
- readonly name: Schema.optional<Schema.String>;
535
- }>>;
536
470
  }>;
537
471
  export type CachesCreateOrUpdateOutput = typeof CachesCreateOrUpdateOutput.Type;
538
472
  /**
539
473
  * Create or update a cache.
540
474
  *
541
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
542
475
  * @param api-version - The API version to use for this operation.
543
476
  * @param subscriptionId - The ID of the target subscription.
477
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
478
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
544
479
  */
545
480
  export declare const CachesCreateOrUpdate: any;
546
481
  export declare const CachesDebugInfoInput: Schema.Struct<{
547
- readonly resourceGroupName: Schema.String;
548
482
  readonly subscriptionId: Schema.String;
483
+ readonly resourceGroupName: Schema.String;
484
+ readonly cacheName: Schema.String;
549
485
  readonly "api-version": Schema.String;
550
486
  }>;
551
487
  export type CachesDebugInfoInput = typeof CachesDebugInfoInput.Type;
@@ -554,14 +490,16 @@ export type CachesDebugInfoOutput = typeof CachesDebugInfoOutput.Type;
554
490
  /**
555
491
  * Tells a cache to write generate debug info for support to process.
556
492
  *
557
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
558
493
  * @param api-version - The API version to use for this operation.
559
494
  * @param subscriptionId - The ID of the target subscription.
495
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
496
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
560
497
  */
561
498
  export declare const CachesDebugInfo: any;
562
499
  export declare const CachesDeleteInput: Schema.Struct<{
563
- readonly resourceGroupName: Schema.String;
564
500
  readonly subscriptionId: Schema.String;
501
+ readonly resourceGroupName: Schema.String;
502
+ readonly cacheName: Schema.String;
565
503
  readonly "api-version": Schema.String;
566
504
  }>;
567
505
  export type CachesDeleteInput = typeof CachesDeleteInput.Type;
@@ -570,14 +508,16 @@ export type CachesDeleteOutput = typeof CachesDeleteOutput.Type;
570
508
  /**
571
509
  * Schedules a cache for deletion.
572
510
  *
573
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
574
511
  * @param api-version - The API version to use for this operation.
575
512
  * @param subscriptionId - The ID of the target subscription.
513
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
514
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
576
515
  */
577
516
  export declare const CachesDelete: any;
578
517
  export declare const CachesFlushInput: Schema.Struct<{
579
- readonly resourceGroupName: Schema.String;
580
518
  readonly subscriptionId: Schema.String;
519
+ readonly resourceGroupName: Schema.String;
520
+ readonly cacheName: Schema.String;
581
521
  readonly "api-version": Schema.String;
582
522
  }>;
583
523
  export type CachesFlushInput = typeof CachesFlushInput.Type;
@@ -586,32 +526,23 @@ export type CachesFlushOutput = typeof CachesFlushOutput.Type;
586
526
  /**
587
527
  * Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete.
588
528
  *
589
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
590
529
  * @param api-version - The API version to use for this operation.
591
530
  * @param subscriptionId - The ID of the target subscription.
531
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
532
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
592
533
  */
593
534
  export declare const CachesFlush: any;
594
535
  export declare const CachesGetInput: Schema.Struct<{
595
- readonly resourceGroupName: Schema.String;
596
536
  readonly subscriptionId: Schema.String;
537
+ readonly resourceGroupName: Schema.String;
538
+ readonly cacheName: Schema.String;
597
539
  readonly "api-version": Schema.String;
598
540
  }>;
599
541
  export type CachesGetInput = typeof CachesGetInput.Type;
600
542
  export declare const CachesGetOutput: Schema.Struct<{
601
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
602
543
  readonly id: Schema.optional<Schema.String>;
603
- readonly location: Schema.optional<Schema.String>;
604
544
  readonly name: Schema.optional<Schema.String>;
605
545
  readonly type: Schema.optional<Schema.String>;
606
- readonly identity: Schema.optional<Schema.Struct<{
607
- readonly principalId: Schema.optional<Schema.String>;
608
- readonly tenantId: Schema.optional<Schema.String>;
609
- readonly type: Schema.optional<Schema.Literals<readonly ["SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None"]>>;
610
- readonly userAssignedIdentities: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
611
- readonly principalId: Schema.optional<Schema.String>;
612
- readonly clientId: Schema.optional<Schema.String>;
613
- }>>>;
614
- }>>;
615
546
  readonly systemData: Schema.optional<Schema.Struct<{
616
547
  readonly createdBy: Schema.optional<Schema.String>;
617
548
  readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
@@ -620,118 +551,15 @@ export declare const CachesGetOutput: Schema.Struct<{
620
551
  readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
621
552
  readonly lastModifiedAt: Schema.optional<Schema.String>;
622
553
  }>>;
623
- readonly properties: Schema.optional<Schema.Struct<{
624
- readonly cacheSizeGB: Schema.optional<Schema.Number>;
625
- readonly health: Schema.optional<Schema.Struct<{
626
- readonly state: Schema.optional<Schema.Literals<readonly ["Unknown", "Healthy", "Degraded", "Down", "Transitioning", "Stopping", "Stopped", "Upgrading", "Flushing", "WaitingForKey", "StartFailed", "UpgradeFailed"]>>;
627
- readonly statusDescription: Schema.optional<Schema.String>;
628
- readonly conditions: Schema.optional<Schema.$Array<Schema.Struct<{
629
- readonly timestamp: Schema.optional<Schema.String>;
630
- readonly message: Schema.optional<Schema.String>;
631
- }>>>;
632
- }>>;
633
- readonly mountAddresses: Schema.optional<Schema.$Array<Schema.String>>;
634
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["Succeeded", "Failed", "Canceled", "Creating", "Deleting", "Updating"]>>;
635
- readonly subnet: Schema.optional<Schema.String>;
636
- readonly upgradeStatus: Schema.optional<Schema.Struct<{
637
- readonly currentFirmwareVersion: Schema.optional<Schema.String>;
638
- readonly firmwareUpdateStatus: Schema.optional<Schema.Literals<readonly ["available", "unavailable"]>>;
639
- readonly firmwareUpdateDeadline: Schema.optional<Schema.String>;
640
- readonly lastFirmwareUpdate: Schema.optional<Schema.String>;
641
- readonly pendingFirmwareVersion: Schema.optional<Schema.String>;
642
- }>>;
643
- readonly upgradeSettings: Schema.optional<Schema.Struct<{
644
- readonly upgradeScheduleEnabled: Schema.optional<Schema.Boolean>;
645
- readonly scheduledTime: Schema.optional<Schema.String>;
646
- }>>;
647
- readonly networkSettings: Schema.optional<Schema.Struct<{
648
- readonly mtu: Schema.optional<Schema.Number>;
649
- readonly utilityAddresses: Schema.optional<Schema.$Array<Schema.String>>;
650
- readonly dnsServers: Schema.optional<Schema.$Array<Schema.String>>;
651
- readonly dnsSearchDomain: Schema.optional<Schema.String>;
652
- readonly ntpServer: Schema.optional<Schema.String>;
653
- }>>;
654
- readonly encryptionSettings: Schema.optional<Schema.Struct<{
655
- readonly keyEncryptionKey: Schema.optional<Schema.Struct<{
656
- readonly keyUrl: Schema.String;
657
- readonly sourceVault: Schema.Struct<{
658
- readonly id: Schema.optional<Schema.String>;
659
- }>;
660
- }>>;
661
- readonly rotationToLatestKeyVersionEnabled: Schema.optional<Schema.Boolean>;
662
- }>>;
663
- readonly securitySettings: Schema.optional<Schema.Struct<{
664
- readonly accessPolicies: Schema.optional<Schema.$Array<Schema.Struct<{
665
- readonly name: Schema.String;
666
- readonly accessRules: Schema.$Array<Schema.Struct<{
667
- readonly scope: Schema.Literals<readonly ["default", "network", "host"]>;
668
- readonly filter: Schema.optional<Schema.String>;
669
- readonly access: Schema.Literals<readonly ["no", "ro", "rw"]>;
670
- readonly suid: Schema.optional<Schema.Boolean>;
671
- readonly submountAccess: Schema.optional<Schema.Boolean>;
672
- readonly rootSquash: Schema.optional<Schema.Boolean>;
673
- readonly anonymousUID: Schema.optional<Schema.String>;
674
- readonly anonymousGID: Schema.optional<Schema.String>;
675
- }>>;
676
- }>>>;
677
- }>>;
678
- readonly directoryServicesSettings: Schema.optional<Schema.Struct<{
679
- readonly activeDirectory: Schema.optional<Schema.Struct<{
680
- readonly primaryDnsIpAddress: Schema.String;
681
- readonly secondaryDnsIpAddress: Schema.optional<Schema.String>;
682
- readonly domainName: Schema.String;
683
- readonly domainNetBiosName: Schema.String;
684
- readonly cacheNetBiosName: Schema.String;
685
- readonly domainJoined: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
686
- readonly credentials: Schema.optional<Schema.Struct<{
687
- readonly username: Schema.String;
688
- readonly password: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
689
- }>>;
690
- }>>;
691
- readonly usernameDownload: Schema.optional<Schema.Struct<{
692
- readonly extendedGroups: Schema.optional<Schema.Boolean>;
693
- readonly usernameSource: Schema.optional<Schema.Literals<readonly ["AD", "LDAP", "File", "None"]>>;
694
- readonly groupFileURI: Schema.optional<Schema.String>;
695
- readonly userFileURI: Schema.optional<Schema.String>;
696
- readonly ldapServer: Schema.optional<Schema.String>;
697
- readonly ldapBaseDN: Schema.optional<Schema.String>;
698
- readonly encryptLdapConnection: Schema.optional<Schema.Boolean>;
699
- readonly requireValidCertificate: Schema.optional<Schema.Boolean>;
700
- readonly autoDownloadCertificate: Schema.optional<Schema.Boolean>;
701
- readonly caCertificateURI: Schema.optional<Schema.String>;
702
- readonly usernameDownloaded: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
703
- readonly credentials: Schema.optional<Schema.Struct<{
704
- readonly bindDn: Schema.optional<Schema.String>;
705
- readonly bindPassword: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
706
- }>>;
707
- }>>;
708
- }>>;
709
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
710
- readonly primingJobs: Schema.optional<Schema.$Array<Schema.Struct<{
711
- readonly primingJobName: Schema.String;
712
- readonly primingManifestUrl: Schema.String;
713
- readonly primingJobId: Schema.optional<Schema.String>;
714
- readonly primingJobState: Schema.optional<Schema.Literals<readonly ["Queued", "Running", "Paused", "Complete"]>>;
715
- readonly primingJobStatus: Schema.optional<Schema.String>;
716
- readonly primingJobDetails: Schema.optional<Schema.String>;
717
- readonly primingJobPercentComplete: Schema.optional<Schema.Number>;
718
- }>>>;
719
- readonly spaceAllocation: Schema.optional<Schema.$Array<Schema.Struct<{
720
- readonly name: Schema.optional<Schema.String>;
721
- readonly allocationPercentage: Schema.optional<Schema.Number>;
722
- }>>>;
723
- }>>;
724
- readonly sku: Schema.optional<Schema.Struct<{
725
- readonly name: Schema.optional<Schema.String>;
726
- }>>;
727
554
  }>;
728
555
  export type CachesGetOutput = typeof CachesGetOutput.Type;
729
556
  /**
730
557
  * Returns a cache.
731
558
  *
732
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
733
559
  * @param api-version - The API version to use for this operation.
734
560
  * @param subscriptionId - The ID of the target subscription.
561
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
562
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
735
563
  */
736
564
  export declare const CachesGet: any;
737
565
  export declare const CachesListInput: Schema.Struct<{
@@ -740,22 +568,10 @@ export declare const CachesListInput: Schema.Struct<{
740
568
  }>;
741
569
  export type CachesListInput = typeof CachesListInput.Type;
742
570
  export declare const CachesListOutput: Schema.Struct<{
743
- readonly nextLink: Schema.optional<Schema.String>;
744
571
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
745
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
746
572
  readonly id: Schema.optional<Schema.String>;
747
- readonly location: Schema.optional<Schema.String>;
748
573
  readonly name: Schema.optional<Schema.String>;
749
574
  readonly type: Schema.optional<Schema.String>;
750
- readonly identity: Schema.optional<Schema.Struct<{
751
- readonly principalId: Schema.optional<Schema.String>;
752
- readonly tenantId: Schema.optional<Schema.String>;
753
- readonly type: Schema.optional<Schema.Literals<readonly ["SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None"]>>;
754
- readonly userAssignedIdentities: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
755
- readonly principalId: Schema.optional<Schema.String>;
756
- readonly clientId: Schema.optional<Schema.String>;
757
- }>>>;
758
- }>>;
759
575
  readonly systemData: Schema.optional<Schema.Struct<{
760
576
  readonly createdBy: Schema.optional<Schema.String>;
761
577
  readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
@@ -764,111 +580,8 @@ export declare const CachesListOutput: Schema.Struct<{
764
580
  readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
765
581
  readonly lastModifiedAt: Schema.optional<Schema.String>;
766
582
  }>>;
767
- readonly properties: Schema.optional<Schema.Struct<{
768
- readonly cacheSizeGB: Schema.optional<Schema.Number>;
769
- readonly health: Schema.optional<Schema.Struct<{
770
- readonly state: Schema.optional<Schema.Literals<readonly ["Unknown", "Healthy", "Degraded", "Down", "Transitioning", "Stopping", "Stopped", "Upgrading", "Flushing", "WaitingForKey", "StartFailed", "UpgradeFailed"]>>;
771
- readonly statusDescription: Schema.optional<Schema.String>;
772
- readonly conditions: Schema.optional<Schema.$Array<Schema.Struct<{
773
- readonly timestamp: Schema.optional<Schema.String>;
774
- readonly message: Schema.optional<Schema.String>;
775
- }>>>;
776
- }>>;
777
- readonly mountAddresses: Schema.optional<Schema.$Array<Schema.String>>;
778
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["Succeeded", "Failed", "Canceled", "Creating", "Deleting", "Updating"]>>;
779
- readonly subnet: Schema.optional<Schema.String>;
780
- readonly upgradeStatus: Schema.optional<Schema.Struct<{
781
- readonly currentFirmwareVersion: Schema.optional<Schema.String>;
782
- readonly firmwareUpdateStatus: Schema.optional<Schema.Literals<readonly ["available", "unavailable"]>>;
783
- readonly firmwareUpdateDeadline: Schema.optional<Schema.String>;
784
- readonly lastFirmwareUpdate: Schema.optional<Schema.String>;
785
- readonly pendingFirmwareVersion: Schema.optional<Schema.String>;
786
- }>>;
787
- readonly upgradeSettings: Schema.optional<Schema.Struct<{
788
- readonly upgradeScheduleEnabled: Schema.optional<Schema.Boolean>;
789
- readonly scheduledTime: Schema.optional<Schema.String>;
790
- }>>;
791
- readonly networkSettings: Schema.optional<Schema.Struct<{
792
- readonly mtu: Schema.optional<Schema.Number>;
793
- readonly utilityAddresses: Schema.optional<Schema.$Array<Schema.String>>;
794
- readonly dnsServers: Schema.optional<Schema.$Array<Schema.String>>;
795
- readonly dnsSearchDomain: Schema.optional<Schema.String>;
796
- readonly ntpServer: Schema.optional<Schema.String>;
797
- }>>;
798
- readonly encryptionSettings: Schema.optional<Schema.Struct<{
799
- readonly keyEncryptionKey: Schema.optional<Schema.Struct<{
800
- readonly keyUrl: Schema.String;
801
- readonly sourceVault: Schema.Struct<{
802
- readonly id: Schema.optional<Schema.String>;
803
- }>;
804
- }>>;
805
- readonly rotationToLatestKeyVersionEnabled: Schema.optional<Schema.Boolean>;
806
- }>>;
807
- readonly securitySettings: Schema.optional<Schema.Struct<{
808
- readonly accessPolicies: Schema.optional<Schema.$Array<Schema.Struct<{
809
- readonly name: Schema.String;
810
- readonly accessRules: Schema.$Array<Schema.Struct<{
811
- readonly scope: Schema.Literals<readonly ["default", "network", "host"]>;
812
- readonly filter: Schema.optional<Schema.String>;
813
- readonly access: Schema.Literals<readonly ["no", "ro", "rw"]>;
814
- readonly suid: Schema.optional<Schema.Boolean>;
815
- readonly submountAccess: Schema.optional<Schema.Boolean>;
816
- readonly rootSquash: Schema.optional<Schema.Boolean>;
817
- readonly anonymousUID: Schema.optional<Schema.String>;
818
- readonly anonymousGID: Schema.optional<Schema.String>;
819
- }>>;
820
- }>>>;
821
- }>>;
822
- readonly directoryServicesSettings: Schema.optional<Schema.Struct<{
823
- readonly activeDirectory: Schema.optional<Schema.Struct<{
824
- readonly primaryDnsIpAddress: Schema.String;
825
- readonly secondaryDnsIpAddress: Schema.optional<Schema.String>;
826
- readonly domainName: Schema.String;
827
- readonly domainNetBiosName: Schema.String;
828
- readonly cacheNetBiosName: Schema.String;
829
- readonly domainJoined: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
830
- readonly credentials: Schema.optional<Schema.Struct<{
831
- readonly username: Schema.String;
832
- readonly password: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
833
- }>>;
834
- }>>;
835
- readonly usernameDownload: Schema.optional<Schema.Struct<{
836
- readonly extendedGroups: Schema.optional<Schema.Boolean>;
837
- readonly usernameSource: Schema.optional<Schema.Literals<readonly ["AD", "LDAP", "File", "None"]>>;
838
- readonly groupFileURI: Schema.optional<Schema.String>;
839
- readonly userFileURI: Schema.optional<Schema.String>;
840
- readonly ldapServer: Schema.optional<Schema.String>;
841
- readonly ldapBaseDN: Schema.optional<Schema.String>;
842
- readonly encryptLdapConnection: Schema.optional<Schema.Boolean>;
843
- readonly requireValidCertificate: Schema.optional<Schema.Boolean>;
844
- readonly autoDownloadCertificate: Schema.optional<Schema.Boolean>;
845
- readonly caCertificateURI: Schema.optional<Schema.String>;
846
- readonly usernameDownloaded: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
847
- readonly credentials: Schema.optional<Schema.Struct<{
848
- readonly bindDn: Schema.optional<Schema.String>;
849
- readonly bindPassword: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
850
- }>>;
851
- }>>;
852
- }>>;
853
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
854
- readonly primingJobs: Schema.optional<Schema.$Array<Schema.Struct<{
855
- readonly primingJobName: Schema.String;
856
- readonly primingManifestUrl: Schema.String;
857
- readonly primingJobId: Schema.optional<Schema.String>;
858
- readonly primingJobState: Schema.optional<Schema.Literals<readonly ["Queued", "Running", "Paused", "Complete"]>>;
859
- readonly primingJobStatus: Schema.optional<Schema.String>;
860
- readonly primingJobDetails: Schema.optional<Schema.String>;
861
- readonly primingJobPercentComplete: Schema.optional<Schema.Number>;
862
- }>>>;
863
- readonly spaceAllocation: Schema.optional<Schema.$Array<Schema.Struct<{
864
- readonly name: Schema.optional<Schema.String>;
865
- readonly allocationPercentage: Schema.optional<Schema.Number>;
866
- }>>>;
867
- }>>;
868
- readonly sku: Schema.optional<Schema.Struct<{
869
- readonly name: Schema.optional<Schema.String>;
870
- }>>;
871
583
  }>>>;
584
+ readonly nextLink: Schema.optional<Schema.String>;
872
585
  }>;
873
586
  export type CachesListOutput = typeof CachesListOutput.Type;
874
587
  /**
@@ -879,28 +592,16 @@ export type CachesListOutput = typeof CachesListOutput.Type;
879
592
  */
880
593
  export declare const CachesList: any;
881
594
  export declare const CachesListByResourceGroupInput: Schema.Struct<{
882
- readonly resourceGroupName: Schema.String;
883
595
  readonly subscriptionId: Schema.String;
596
+ readonly resourceGroupName: Schema.String;
884
597
  readonly "api-version": Schema.String;
885
598
  }>;
886
599
  export type CachesListByResourceGroupInput = typeof CachesListByResourceGroupInput.Type;
887
600
  export declare const CachesListByResourceGroupOutput: Schema.Struct<{
888
- readonly nextLink: Schema.optional<Schema.String>;
889
601
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
890
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
891
602
  readonly id: Schema.optional<Schema.String>;
892
- readonly location: Schema.optional<Schema.String>;
893
603
  readonly name: Schema.optional<Schema.String>;
894
604
  readonly type: Schema.optional<Schema.String>;
895
- readonly identity: Schema.optional<Schema.Struct<{
896
- readonly principalId: Schema.optional<Schema.String>;
897
- readonly tenantId: Schema.optional<Schema.String>;
898
- readonly type: Schema.optional<Schema.Literals<readonly ["SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None"]>>;
899
- readonly userAssignedIdentities: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
900
- readonly principalId: Schema.optional<Schema.String>;
901
- readonly clientId: Schema.optional<Schema.String>;
902
- }>>>;
903
- }>>;
904
605
  readonly systemData: Schema.optional<Schema.Struct<{
905
606
  readonly createdBy: Schema.optional<Schema.String>;
906
607
  readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
@@ -909,124 +610,22 @@ export declare const CachesListByResourceGroupOutput: Schema.Struct<{
909
610
  readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
910
611
  readonly lastModifiedAt: Schema.optional<Schema.String>;
911
612
  }>>;
912
- readonly properties: Schema.optional<Schema.Struct<{
913
- readonly cacheSizeGB: Schema.optional<Schema.Number>;
914
- readonly health: Schema.optional<Schema.Struct<{
915
- readonly state: Schema.optional<Schema.Literals<readonly ["Unknown", "Healthy", "Degraded", "Down", "Transitioning", "Stopping", "Stopped", "Upgrading", "Flushing", "WaitingForKey", "StartFailed", "UpgradeFailed"]>>;
916
- readonly statusDescription: Schema.optional<Schema.String>;
917
- readonly conditions: Schema.optional<Schema.$Array<Schema.Struct<{
918
- readonly timestamp: Schema.optional<Schema.String>;
919
- readonly message: Schema.optional<Schema.String>;
920
- }>>>;
921
- }>>;
922
- readonly mountAddresses: Schema.optional<Schema.$Array<Schema.String>>;
923
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["Succeeded", "Failed", "Canceled", "Creating", "Deleting", "Updating"]>>;
924
- readonly subnet: Schema.optional<Schema.String>;
925
- readonly upgradeStatus: Schema.optional<Schema.Struct<{
926
- readonly currentFirmwareVersion: Schema.optional<Schema.String>;
927
- readonly firmwareUpdateStatus: Schema.optional<Schema.Literals<readonly ["available", "unavailable"]>>;
928
- readonly firmwareUpdateDeadline: Schema.optional<Schema.String>;
929
- readonly lastFirmwareUpdate: Schema.optional<Schema.String>;
930
- readonly pendingFirmwareVersion: Schema.optional<Schema.String>;
931
- }>>;
932
- readonly upgradeSettings: Schema.optional<Schema.Struct<{
933
- readonly upgradeScheduleEnabled: Schema.optional<Schema.Boolean>;
934
- readonly scheduledTime: Schema.optional<Schema.String>;
935
- }>>;
936
- readonly networkSettings: Schema.optional<Schema.Struct<{
937
- readonly mtu: Schema.optional<Schema.Number>;
938
- readonly utilityAddresses: Schema.optional<Schema.$Array<Schema.String>>;
939
- readonly dnsServers: Schema.optional<Schema.$Array<Schema.String>>;
940
- readonly dnsSearchDomain: Schema.optional<Schema.String>;
941
- readonly ntpServer: Schema.optional<Schema.String>;
942
- }>>;
943
- readonly encryptionSettings: Schema.optional<Schema.Struct<{
944
- readonly keyEncryptionKey: Schema.optional<Schema.Struct<{
945
- readonly keyUrl: Schema.String;
946
- readonly sourceVault: Schema.Struct<{
947
- readonly id: Schema.optional<Schema.String>;
948
- }>;
949
- }>>;
950
- readonly rotationToLatestKeyVersionEnabled: Schema.optional<Schema.Boolean>;
951
- }>>;
952
- readonly securitySettings: Schema.optional<Schema.Struct<{
953
- readonly accessPolicies: Schema.optional<Schema.$Array<Schema.Struct<{
954
- readonly name: Schema.String;
955
- readonly accessRules: Schema.$Array<Schema.Struct<{
956
- readonly scope: Schema.Literals<readonly ["default", "network", "host"]>;
957
- readonly filter: Schema.optional<Schema.String>;
958
- readonly access: Schema.Literals<readonly ["no", "ro", "rw"]>;
959
- readonly suid: Schema.optional<Schema.Boolean>;
960
- readonly submountAccess: Schema.optional<Schema.Boolean>;
961
- readonly rootSquash: Schema.optional<Schema.Boolean>;
962
- readonly anonymousUID: Schema.optional<Schema.String>;
963
- readonly anonymousGID: Schema.optional<Schema.String>;
964
- }>>;
965
- }>>>;
966
- }>>;
967
- readonly directoryServicesSettings: Schema.optional<Schema.Struct<{
968
- readonly activeDirectory: Schema.optional<Schema.Struct<{
969
- readonly primaryDnsIpAddress: Schema.String;
970
- readonly secondaryDnsIpAddress: Schema.optional<Schema.String>;
971
- readonly domainName: Schema.String;
972
- readonly domainNetBiosName: Schema.String;
973
- readonly cacheNetBiosName: Schema.String;
974
- readonly domainJoined: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
975
- readonly credentials: Schema.optional<Schema.Struct<{
976
- readonly username: Schema.String;
977
- readonly password: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
978
- }>>;
979
- }>>;
980
- readonly usernameDownload: Schema.optional<Schema.Struct<{
981
- readonly extendedGroups: Schema.optional<Schema.Boolean>;
982
- readonly usernameSource: Schema.optional<Schema.Literals<readonly ["AD", "LDAP", "File", "None"]>>;
983
- readonly groupFileURI: Schema.optional<Schema.String>;
984
- readonly userFileURI: Schema.optional<Schema.String>;
985
- readonly ldapServer: Schema.optional<Schema.String>;
986
- readonly ldapBaseDN: Schema.optional<Schema.String>;
987
- readonly encryptLdapConnection: Schema.optional<Schema.Boolean>;
988
- readonly requireValidCertificate: Schema.optional<Schema.Boolean>;
989
- readonly autoDownloadCertificate: Schema.optional<Schema.Boolean>;
990
- readonly caCertificateURI: Schema.optional<Schema.String>;
991
- readonly usernameDownloaded: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
992
- readonly credentials: Schema.optional<Schema.Struct<{
993
- readonly bindDn: Schema.optional<Schema.String>;
994
- readonly bindPassword: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
995
- }>>;
996
- }>>;
997
- }>>;
998
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
999
- readonly primingJobs: Schema.optional<Schema.$Array<Schema.Struct<{
1000
- readonly primingJobName: Schema.String;
1001
- readonly primingManifestUrl: Schema.String;
1002
- readonly primingJobId: Schema.optional<Schema.String>;
1003
- readonly primingJobState: Schema.optional<Schema.Literals<readonly ["Queued", "Running", "Paused", "Complete"]>>;
1004
- readonly primingJobStatus: Schema.optional<Schema.String>;
1005
- readonly primingJobDetails: Schema.optional<Schema.String>;
1006
- readonly primingJobPercentComplete: Schema.optional<Schema.Number>;
1007
- }>>>;
1008
- readonly spaceAllocation: Schema.optional<Schema.$Array<Schema.Struct<{
1009
- readonly name: Schema.optional<Schema.String>;
1010
- readonly allocationPercentage: Schema.optional<Schema.Number>;
1011
- }>>>;
1012
- }>>;
1013
- readonly sku: Schema.optional<Schema.Struct<{
1014
- readonly name: Schema.optional<Schema.String>;
1015
- }>>;
1016
613
  }>>>;
614
+ readonly nextLink: Schema.optional<Schema.String>;
1017
615
  }>;
1018
616
  export type CachesListByResourceGroupOutput = typeof CachesListByResourceGroupOutput.Type;
1019
617
  /**
1020
618
  * Returns all caches the user has access to under a resource group.
1021
619
  *
1022
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1023
620
  * @param api-version - The API version to use for this operation.
1024
621
  * @param subscriptionId - The ID of the target subscription.
622
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1025
623
  */
1026
624
  export declare const CachesListByResourceGroup: any;
1027
625
  export declare const CachesPausePrimingJobInput: Schema.Struct<{
1028
- readonly resourceGroupName: Schema.String;
1029
626
  readonly subscriptionId: Schema.String;
627
+ readonly resourceGroupName: Schema.String;
628
+ readonly cacheName: Schema.String;
1030
629
  readonly "api-version": Schema.String;
1031
630
  }>;
1032
631
  export type CachesPausePrimingJobInput = typeof CachesPausePrimingJobInput.Type;
@@ -1035,14 +634,16 @@ export type CachesPausePrimingJobOutput = typeof CachesPausePrimingJobOutput.Typ
1035
634
  /**
1036
635
  * Schedule a priming job to be paused.
1037
636
  *
1038
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1039
637
  * @param api-version - The API version to use for this operation.
1040
638
  * @param subscriptionId - The ID of the target subscription.
639
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
640
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1041
641
  */
1042
642
  export declare const CachesPausePrimingJob: any;
1043
643
  export declare const CachesResumePrimingJobInput: Schema.Struct<{
1044
- readonly resourceGroupName: Schema.String;
1045
644
  readonly subscriptionId: Schema.String;
645
+ readonly resourceGroupName: Schema.String;
646
+ readonly cacheName: Schema.String;
1046
647
  readonly "api-version": Schema.String;
1047
648
  }>;
1048
649
  export type CachesResumePrimingJobInput = typeof CachesResumePrimingJobInput.Type;
@@ -1051,14 +652,16 @@ export type CachesResumePrimingJobOutput = typeof CachesResumePrimingJobOutput.T
1051
652
  /**
1052
653
  * Resumes a paused priming job.
1053
654
  *
1054
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1055
655
  * @param api-version - The API version to use for this operation.
1056
656
  * @param subscriptionId - The ID of the target subscription.
657
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
658
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1057
659
  */
1058
660
  export declare const CachesResumePrimingJob: any;
1059
661
  export declare const CachesSpaceAllocationInput: Schema.Struct<{
1060
- readonly resourceGroupName: Schema.String;
1061
662
  readonly subscriptionId: Schema.String;
663
+ readonly resourceGroupName: Schema.String;
664
+ readonly cacheName: Schema.String;
1062
665
  readonly "api-version": Schema.String;
1063
666
  }>;
1064
667
  export type CachesSpaceAllocationInput = typeof CachesSpaceAllocationInput.Type;
@@ -1067,14 +670,16 @@ export type CachesSpaceAllocationOutput = typeof CachesSpaceAllocationOutput.Typ
1067
670
  /**
1068
671
  * Update cache space allocation.
1069
672
  *
1070
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1071
673
  * @param api-version - The API version to use for this operation.
1072
674
  * @param subscriptionId - The ID of the target subscription.
675
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
676
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1073
677
  */
1074
678
  export declare const CachesSpaceAllocation: any;
1075
679
  export declare const CachesStartInput: Schema.Struct<{
1076
- readonly resourceGroupName: Schema.String;
1077
680
  readonly subscriptionId: Schema.String;
681
+ readonly resourceGroupName: Schema.String;
682
+ readonly cacheName: Schema.String;
1078
683
  readonly "api-version": Schema.String;
1079
684
  }>;
1080
685
  export type CachesStartInput = typeof CachesStartInput.Type;
@@ -1083,14 +688,16 @@ export type CachesStartOutput = typeof CachesStartOutput.Type;
1083
688
  /**
1084
689
  * Tells a Stopped state cache to transition to Active state.
1085
690
  *
1086
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1087
691
  * @param api-version - The API version to use for this operation.
1088
692
  * @param subscriptionId - The ID of the target subscription.
693
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
694
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1089
695
  */
1090
696
  export declare const CachesStart: any;
1091
697
  export declare const CachesStartPrimingJobInput: Schema.Struct<{
1092
- readonly resourceGroupName: Schema.String;
1093
698
  readonly subscriptionId: Schema.String;
699
+ readonly resourceGroupName: Schema.String;
700
+ readonly cacheName: Schema.String;
1094
701
  readonly "api-version": Schema.String;
1095
702
  }>;
1096
703
  export type CachesStartPrimingJobInput = typeof CachesStartPrimingJobInput.Type;
@@ -1099,14 +706,16 @@ export type CachesStartPrimingJobOutput = typeof CachesStartPrimingJobOutput.Typ
1099
706
  /**
1100
707
  * Create a priming job. This operation is only allowed when the cache is healthy.
1101
708
  *
1102
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1103
709
  * @param api-version - The API version to use for this operation.
1104
710
  * @param subscriptionId - The ID of the target subscription.
711
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
712
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1105
713
  */
1106
714
  export declare const CachesStartPrimingJob: any;
1107
715
  export declare const CachesStopInput: Schema.Struct<{
1108
- readonly resourceGroupName: Schema.String;
1109
716
  readonly subscriptionId: Schema.String;
717
+ readonly resourceGroupName: Schema.String;
718
+ readonly cacheName: Schema.String;
1110
719
  readonly "api-version": Schema.String;
1111
720
  }>;
1112
721
  export type CachesStopInput = typeof CachesStopInput.Type;
@@ -1115,14 +724,16 @@ export type CachesStopOutput = typeof CachesStopOutput.Type;
1115
724
  /**
1116
725
  * Tells an Active cache to transition to Stopped state.
1117
726
  *
1118
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1119
727
  * @param api-version - The API version to use for this operation.
1120
728
  * @param subscriptionId - The ID of the target subscription.
729
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
730
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1121
731
  */
1122
732
  export declare const CachesStop: any;
1123
733
  export declare const CachesStopPrimingJobInput: Schema.Struct<{
1124
- readonly resourceGroupName: Schema.String;
1125
734
  readonly subscriptionId: Schema.String;
735
+ readonly resourceGroupName: Schema.String;
736
+ readonly cacheName: Schema.String;
1126
737
  readonly "api-version": Schema.String;
1127
738
  }>;
1128
739
  export type CachesStopPrimingJobInput = typeof CachesStopPrimingJobInput.Type;
@@ -1131,32 +742,23 @@ export type CachesStopPrimingJobOutput = typeof CachesStopPrimingJobOutput.Type;
1131
742
  /**
1132
743
  * Schedule a priming job for deletion.
1133
744
  *
1134
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1135
745
  * @param api-version - The API version to use for this operation.
1136
746
  * @param subscriptionId - The ID of the target subscription.
747
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
748
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1137
749
  */
1138
750
  export declare const CachesStopPrimingJob: any;
1139
751
  export declare const CachesUpdateInput: Schema.Struct<{
1140
- readonly resourceGroupName: Schema.String;
1141
752
  readonly subscriptionId: Schema.String;
753
+ readonly resourceGroupName: Schema.String;
754
+ readonly cacheName: Schema.String;
1142
755
  readonly "api-version": Schema.String;
1143
756
  }>;
1144
757
  export type CachesUpdateInput = typeof CachesUpdateInput.Type;
1145
758
  export declare const CachesUpdateOutput: Schema.Struct<{
1146
- readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1147
759
  readonly id: Schema.optional<Schema.String>;
1148
- readonly location: Schema.optional<Schema.String>;
1149
760
  readonly name: Schema.optional<Schema.String>;
1150
761
  readonly type: Schema.optional<Schema.String>;
1151
- readonly identity: Schema.optional<Schema.Struct<{
1152
- readonly principalId: Schema.optional<Schema.String>;
1153
- readonly tenantId: Schema.optional<Schema.String>;
1154
- readonly type: Schema.optional<Schema.Literals<readonly ["SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None"]>>;
1155
- readonly userAssignedIdentities: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1156
- readonly principalId: Schema.optional<Schema.String>;
1157
- readonly clientId: Schema.optional<Schema.String>;
1158
- }>>>;
1159
- }>>;
1160
762
  readonly systemData: Schema.optional<Schema.Struct<{
1161
763
  readonly createdBy: Schema.optional<Schema.String>;
1162
764
  readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
@@ -1165,123 +767,21 @@ export declare const CachesUpdateOutput: Schema.Struct<{
1165
767
  readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
1166
768
  readonly lastModifiedAt: Schema.optional<Schema.String>;
1167
769
  }>>;
1168
- readonly properties: Schema.optional<Schema.Struct<{
1169
- readonly cacheSizeGB: Schema.optional<Schema.Number>;
1170
- readonly health: Schema.optional<Schema.Struct<{
1171
- readonly state: Schema.optional<Schema.Literals<readonly ["Unknown", "Healthy", "Degraded", "Down", "Transitioning", "Stopping", "Stopped", "Upgrading", "Flushing", "WaitingForKey", "StartFailed", "UpgradeFailed"]>>;
1172
- readonly statusDescription: Schema.optional<Schema.String>;
1173
- readonly conditions: Schema.optional<Schema.$Array<Schema.Struct<{
1174
- readonly timestamp: Schema.optional<Schema.String>;
1175
- readonly message: Schema.optional<Schema.String>;
1176
- }>>>;
1177
- }>>;
1178
- readonly mountAddresses: Schema.optional<Schema.$Array<Schema.String>>;
1179
- readonly provisioningState: Schema.optional<Schema.Literals<readonly ["Succeeded", "Failed", "Canceled", "Creating", "Deleting", "Updating"]>>;
1180
- readonly subnet: Schema.optional<Schema.String>;
1181
- readonly upgradeStatus: Schema.optional<Schema.Struct<{
1182
- readonly currentFirmwareVersion: Schema.optional<Schema.String>;
1183
- readonly firmwareUpdateStatus: Schema.optional<Schema.Literals<readonly ["available", "unavailable"]>>;
1184
- readonly firmwareUpdateDeadline: Schema.optional<Schema.String>;
1185
- readonly lastFirmwareUpdate: Schema.optional<Schema.String>;
1186
- readonly pendingFirmwareVersion: Schema.optional<Schema.String>;
1187
- }>>;
1188
- readonly upgradeSettings: Schema.optional<Schema.Struct<{
1189
- readonly upgradeScheduleEnabled: Schema.optional<Schema.Boolean>;
1190
- readonly scheduledTime: Schema.optional<Schema.String>;
1191
- }>>;
1192
- readonly networkSettings: Schema.optional<Schema.Struct<{
1193
- readonly mtu: Schema.optional<Schema.Number>;
1194
- readonly utilityAddresses: Schema.optional<Schema.$Array<Schema.String>>;
1195
- readonly dnsServers: Schema.optional<Schema.$Array<Schema.String>>;
1196
- readonly dnsSearchDomain: Schema.optional<Schema.String>;
1197
- readonly ntpServer: Schema.optional<Schema.String>;
1198
- }>>;
1199
- readonly encryptionSettings: Schema.optional<Schema.Struct<{
1200
- readonly keyEncryptionKey: Schema.optional<Schema.Struct<{
1201
- readonly keyUrl: Schema.String;
1202
- readonly sourceVault: Schema.Struct<{
1203
- readonly id: Schema.optional<Schema.String>;
1204
- }>;
1205
- }>>;
1206
- readonly rotationToLatestKeyVersionEnabled: Schema.optional<Schema.Boolean>;
1207
- }>>;
1208
- readonly securitySettings: Schema.optional<Schema.Struct<{
1209
- readonly accessPolicies: Schema.optional<Schema.$Array<Schema.Struct<{
1210
- readonly name: Schema.String;
1211
- readonly accessRules: Schema.$Array<Schema.Struct<{
1212
- readonly scope: Schema.Literals<readonly ["default", "network", "host"]>;
1213
- readonly filter: Schema.optional<Schema.String>;
1214
- readonly access: Schema.Literals<readonly ["no", "ro", "rw"]>;
1215
- readonly suid: Schema.optional<Schema.Boolean>;
1216
- readonly submountAccess: Schema.optional<Schema.Boolean>;
1217
- readonly rootSquash: Schema.optional<Schema.Boolean>;
1218
- readonly anonymousUID: Schema.optional<Schema.String>;
1219
- readonly anonymousGID: Schema.optional<Schema.String>;
1220
- }>>;
1221
- }>>>;
1222
- }>>;
1223
- readonly directoryServicesSettings: Schema.optional<Schema.Struct<{
1224
- readonly activeDirectory: Schema.optional<Schema.Struct<{
1225
- readonly primaryDnsIpAddress: Schema.String;
1226
- readonly secondaryDnsIpAddress: Schema.optional<Schema.String>;
1227
- readonly domainName: Schema.String;
1228
- readonly domainNetBiosName: Schema.String;
1229
- readonly cacheNetBiosName: Schema.String;
1230
- readonly domainJoined: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
1231
- readonly credentials: Schema.optional<Schema.Struct<{
1232
- readonly username: Schema.String;
1233
- readonly password: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
1234
- }>>;
1235
- }>>;
1236
- readonly usernameDownload: Schema.optional<Schema.Struct<{
1237
- readonly extendedGroups: Schema.optional<Schema.Boolean>;
1238
- readonly usernameSource: Schema.optional<Schema.Literals<readonly ["AD", "LDAP", "File", "None"]>>;
1239
- readonly groupFileURI: Schema.optional<Schema.String>;
1240
- readonly userFileURI: Schema.optional<Schema.String>;
1241
- readonly ldapServer: Schema.optional<Schema.String>;
1242
- readonly ldapBaseDN: Schema.optional<Schema.String>;
1243
- readonly encryptLdapConnection: Schema.optional<Schema.Boolean>;
1244
- readonly requireValidCertificate: Schema.optional<Schema.Boolean>;
1245
- readonly autoDownloadCertificate: Schema.optional<Schema.Boolean>;
1246
- readonly caCertificateURI: Schema.optional<Schema.String>;
1247
- readonly usernameDownloaded: Schema.optional<Schema.Literals<readonly ["Yes", "No", "Error"]>>;
1248
- readonly credentials: Schema.optional<Schema.Struct<{
1249
- readonly bindDn: Schema.optional<Schema.String>;
1250
- readonly bindPassword: Schema.optional<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
1251
- }>>;
1252
- }>>;
1253
- }>>;
1254
- readonly zones: Schema.optional<Schema.$Array<Schema.String>>;
1255
- readonly primingJobs: Schema.optional<Schema.$Array<Schema.Struct<{
1256
- readonly primingJobName: Schema.String;
1257
- readonly primingManifestUrl: Schema.String;
1258
- readonly primingJobId: Schema.optional<Schema.String>;
1259
- readonly primingJobState: Schema.optional<Schema.Literals<readonly ["Queued", "Running", "Paused", "Complete"]>>;
1260
- readonly primingJobStatus: Schema.optional<Schema.String>;
1261
- readonly primingJobDetails: Schema.optional<Schema.String>;
1262
- readonly primingJobPercentComplete: Schema.optional<Schema.Number>;
1263
- }>>>;
1264
- readonly spaceAllocation: Schema.optional<Schema.$Array<Schema.Struct<{
1265
- readonly name: Schema.optional<Schema.String>;
1266
- readonly allocationPercentage: Schema.optional<Schema.Number>;
1267
- }>>>;
1268
- }>>;
1269
- readonly sku: Schema.optional<Schema.Struct<{
1270
- readonly name: Schema.optional<Schema.String>;
1271
- }>>;
1272
770
  }>;
1273
771
  export type CachesUpdateOutput = typeof CachesUpdateOutput.Type;
1274
772
  /**
1275
773
  * Update a cache instance.
1276
774
  *
1277
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1278
775
  * @param api-version - The API version to use for this operation.
1279
776
  * @param subscriptionId - The ID of the target subscription.
777
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
778
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1280
779
  */
1281
780
  export declare const CachesUpdate: any;
1282
781
  export declare const CachesUpgradeFirmwareInput: Schema.Struct<{
1283
- readonly resourceGroupName: Schema.String;
1284
782
  readonly subscriptionId: Schema.String;
783
+ readonly resourceGroupName: Schema.String;
784
+ readonly cacheName: Schema.String;
1285
785
  readonly "api-version": Schema.String;
1286
786
  }>;
1287
787
  export type CachesUpgradeFirmwareInput = typeof CachesUpgradeFirmwareInput.Type;
@@ -1290,9 +790,10 @@ export type CachesUpgradeFirmwareOutput = typeof CachesUpgradeFirmwareOutput.Typ
1290
790
  /**
1291
791
  * Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect.
1292
792
  *
1293
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1294
793
  * @param api-version - The API version to use for this operation.
1295
794
  * @param subscriptionId - The ID of the target subscription.
795
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
796
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1296
797
  */
1297
798
  export declare const CachesUpgradeFirmware: any;
1298
799
  export declare const CheckAmlFSSubnetsInput: Schema.Struct<{
@@ -1310,8 +811,10 @@ export type CheckAmlFSSubnetsOutput = typeof CheckAmlFSSubnetsOutput.Type;
1310
811
  */
1311
812
  export declare const checkAmlFSSubnets: any;
1312
813
  export declare const ExpansionJobsCreateOrUpdateInput: Schema.Struct<{
1313
- readonly resourceGroupName: Schema.String;
1314
814
  readonly subscriptionId: Schema.String;
815
+ readonly resourceGroupName: Schema.String;
816
+ readonly amlFilesystemName: Schema.String;
817
+ readonly expansionJobName: Schema.String;
1315
818
  readonly "api-version": Schema.String;
1316
819
  }>;
1317
820
  export type ExpansionJobsCreateOrUpdateInput = typeof ExpansionJobsCreateOrUpdateInput.Type;
@@ -1323,14 +826,18 @@ export type ExpansionJobsCreateOrUpdateOutput = typeof ExpansionJobsCreateOrUpda
1323
826
  /**
1324
827
  * Create or update an expansion job.
1325
828
  *
1326
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1327
829
  * @param api-version - The API version to use for this operation.
1328
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
830
+ * @param subscriptionId - The ID of the target subscription.
831
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
832
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
833
+ * @param expansionJobName - Name for the expansion job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1329
834
  */
1330
835
  export declare const expansionJobsCreateOrUpdate: any;
1331
836
  export declare const ExpansionJobsDeleteInput: Schema.Struct<{
1332
- readonly resourceGroupName: Schema.String;
1333
837
  readonly subscriptionId: Schema.String;
838
+ readonly resourceGroupName: Schema.String;
839
+ readonly amlFilesystemName: Schema.String;
840
+ readonly expansionJobName: Schema.String;
1334
841
  readonly "api-version": Schema.String;
1335
842
  }>;
1336
843
  export type ExpansionJobsDeleteInput = typeof ExpansionJobsDeleteInput.Type;
@@ -1339,14 +846,18 @@ export type ExpansionJobsDeleteOutput = typeof ExpansionJobsDeleteOutput.Type;
1339
846
  /**
1340
847
  * Schedules an expansion job for deletion.
1341
848
  *
1342
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1343
849
  * @param api-version - The API version to use for this operation.
1344
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
850
+ * @param subscriptionId - The ID of the target subscription.
851
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
852
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
853
+ * @param expansionJobName - Name for the expansion job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1345
854
  */
1346
855
  export declare const expansionJobsDelete: any;
1347
856
  export declare const ExpansionJobsGetInput: Schema.Struct<{
1348
- readonly resourceGroupName: Schema.String;
1349
857
  readonly subscriptionId: Schema.String;
858
+ readonly resourceGroupName: Schema.String;
859
+ readonly amlFilesystemName: Schema.String;
860
+ readonly expansionJobName: Schema.String;
1350
861
  readonly "api-version": Schema.String;
1351
862
  }>;
1352
863
  export type ExpansionJobsGetInput = typeof ExpansionJobsGetInput.Type;
@@ -1358,14 +869,17 @@ export type ExpansionJobsGetOutput = typeof ExpansionJobsGetOutput.Type;
1358
869
  /**
1359
870
  * Returns an expansion job.
1360
871
  *
1361
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1362
872
  * @param api-version - The API version to use for this operation.
1363
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
873
+ * @param subscriptionId - The ID of the target subscription.
874
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
875
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
876
+ * @param expansionJobName - Name for the expansion job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1364
877
  */
1365
878
  export declare const expansionJobsGet: any;
1366
879
  export declare const ExpansionJobsListByAmlFilesystemInput: Schema.Struct<{
1367
- readonly resourceGroupName: Schema.String;
1368
880
  readonly subscriptionId: Schema.String;
881
+ readonly resourceGroupName: Schema.String;
882
+ readonly amlFilesystemName: Schema.String;
1369
883
  readonly "api-version": Schema.String;
1370
884
  }>;
1371
885
  export type ExpansionJobsListByAmlFilesystemInput = typeof ExpansionJobsListByAmlFilesystemInput.Type;
@@ -1380,14 +894,17 @@ export type ExpansionJobsListByAmlFilesystemOutput = typeof ExpansionJobsListByA
1380
894
  /**
1381
895
  * Returns all the expansion jobs the user has access to under an AML File System.
1382
896
  *
1383
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1384
897
  * @param api-version - The API version to use for this operation.
1385
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
898
+ * @param subscriptionId - The ID of the target subscription.
899
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
900
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1386
901
  */
1387
902
  export declare const expansionJobsListByAmlFilesystem: any;
1388
903
  export declare const ExpansionJobsUpdateInput: Schema.Struct<{
1389
- readonly resourceGroupName: Schema.String;
1390
904
  readonly subscriptionId: Schema.String;
905
+ readonly resourceGroupName: Schema.String;
906
+ readonly amlFilesystemName: Schema.String;
907
+ readonly expansionJobName: Schema.String;
1391
908
  readonly "api-version": Schema.String;
1392
909
  }>;
1393
910
  export type ExpansionJobsUpdateInput = typeof ExpansionJobsUpdateInput.Type;
@@ -1399,9 +916,11 @@ export type ExpansionJobsUpdateOutput = typeof ExpansionJobsUpdateOutput.Type;
1399
916
  /**
1400
917
  * Update an expansion job instance.
1401
918
  *
1402
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1403
919
  * @param api-version - The API version to use for this operation.
1404
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
920
+ * @param subscriptionId - The ID of the target subscription.
921
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
922
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
923
+ * @param expansionJobName - Name for the expansion job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1405
924
  */
1406
925
  export declare const expansionJobsUpdate: any;
1407
926
  export declare const GetRequiredAmlFSSubnetsSizeInput: Schema.Struct<{
@@ -1421,8 +940,10 @@ export type GetRequiredAmlFSSubnetsSizeOutput = typeof GetRequiredAmlFSSubnetsSi
1421
940
  */
1422
941
  export declare const getRequiredAmlFSSubnetsSize: any;
1423
942
  export declare const ImportJobsCreateOrUpdateInput: Schema.Struct<{
1424
- readonly resourceGroupName: Schema.String;
1425
943
  readonly subscriptionId: Schema.String;
944
+ readonly resourceGroupName: Schema.String;
945
+ readonly amlFilesystemName: Schema.String;
946
+ readonly importJobName: Schema.String;
1426
947
  readonly "api-version": Schema.String;
1427
948
  }>;
1428
949
  export type ImportJobsCreateOrUpdateInput = typeof ImportJobsCreateOrUpdateInput.Type;
@@ -1434,14 +955,18 @@ export type ImportJobsCreateOrUpdateOutput = typeof ImportJobsCreateOrUpdateOutp
1434
955
  /**
1435
956
  * Create or update an import job.
1436
957
  *
1437
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1438
958
  * @param api-version - The API version to use for this operation.
1439
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
959
+ * @param subscriptionId - The ID of the target subscription.
960
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
961
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
962
+ * @param importJobName - Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1440
963
  */
1441
964
  export declare const importJobsCreateOrUpdate: any;
1442
965
  export declare const ImportJobsDeleteInput: Schema.Struct<{
1443
- readonly resourceGroupName: Schema.String;
1444
966
  readonly subscriptionId: Schema.String;
967
+ readonly resourceGroupName: Schema.String;
968
+ readonly amlFilesystemName: Schema.String;
969
+ readonly importJobName: Schema.String;
1445
970
  readonly "api-version": Schema.String;
1446
971
  }>;
1447
972
  export type ImportJobsDeleteInput = typeof ImportJobsDeleteInput.Type;
@@ -1450,14 +975,18 @@ export type ImportJobsDeleteOutput = typeof ImportJobsDeleteOutput.Type;
1450
975
  /**
1451
976
  * Schedules an import job for deletion.
1452
977
  *
1453
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1454
978
  * @param api-version - The API version to use for this operation.
1455
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
979
+ * @param subscriptionId - The ID of the target subscription.
980
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
981
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
982
+ * @param importJobName - Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1456
983
  */
1457
984
  export declare const importJobsDelete: any;
1458
985
  export declare const ImportJobsGetInput: Schema.Struct<{
1459
- readonly resourceGroupName: Schema.String;
1460
986
  readonly subscriptionId: Schema.String;
987
+ readonly resourceGroupName: Schema.String;
988
+ readonly amlFilesystemName: Schema.String;
989
+ readonly importJobName: Schema.String;
1461
990
  readonly "api-version": Schema.String;
1462
991
  }>;
1463
992
  export type ImportJobsGetInput = typeof ImportJobsGetInput.Type;
@@ -1469,36 +998,42 @@ export type ImportJobsGetOutput = typeof ImportJobsGetOutput.Type;
1469
998
  /**
1470
999
  * Returns an import job.
1471
1000
  *
1472
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1473
1001
  * @param api-version - The API version to use for this operation.
1474
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1002
+ * @param subscriptionId - The ID of the target subscription.
1003
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1004
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1005
+ * @param importJobName - Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1475
1006
  */
1476
1007
  export declare const importJobsGet: any;
1477
1008
  export declare const ImportJobsListByAmlFilesystemInput: Schema.Struct<{
1478
- readonly resourceGroupName: Schema.String;
1479
1009
  readonly subscriptionId: Schema.String;
1010
+ readonly resourceGroupName: Schema.String;
1011
+ readonly amlFilesystemName: Schema.String;
1480
1012
  readonly "api-version": Schema.String;
1481
1013
  }>;
1482
1014
  export type ImportJobsListByAmlFilesystemInput = typeof ImportJobsListByAmlFilesystemInput.Type;
1483
1015
  export declare const ImportJobsListByAmlFilesystemOutput: Schema.Struct<{
1484
- readonly nextLink: Schema.optional<Schema.String>;
1485
1016
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1486
1017
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
1487
1018
  readonly location: Schema.String;
1488
1019
  }>>>;
1020
+ readonly nextLink: Schema.optional<Schema.String>;
1489
1021
  }>;
1490
1022
  export type ImportJobsListByAmlFilesystemOutput = typeof ImportJobsListByAmlFilesystemOutput.Type;
1491
1023
  /**
1492
1024
  * Returns all import jobs the user has access to under an AML File System.
1493
1025
  *
1494
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1495
1026
  * @param api-version - The API version to use for this operation.
1496
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1027
+ * @param subscriptionId - The ID of the target subscription.
1028
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1029
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1497
1030
  */
1498
1031
  export declare const importJobsListByAmlFilesystem: any;
1499
1032
  export declare const ImportJobsUpdateInput: Schema.Struct<{
1500
- readonly resourceGroupName: Schema.String;
1501
1033
  readonly subscriptionId: Schema.String;
1034
+ readonly resourceGroupName: Schema.String;
1035
+ readonly amlFilesystemName: Schema.String;
1036
+ readonly importJobName: Schema.String;
1502
1037
  readonly "api-version": Schema.String;
1503
1038
  }>;
1504
1039
  export type ImportJobsUpdateInput = typeof ImportJobsUpdateInput.Type;
@@ -1510,9 +1045,11 @@ export type ImportJobsUpdateOutput = typeof ImportJobsUpdateOutput.Type;
1510
1045
  /**
1511
1046
  * Update an import job instance.
1512
1047
  *
1513
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1514
1048
  * @param api-version - The API version to use for this operation.
1515
- * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
1049
+ * @param subscriptionId - The ID of the target subscription.
1050
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1051
+ * @param amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1052
+ * @param importJobName - Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
1516
1053
  */
1517
1054
  export declare const importJobsUpdate: any;
1518
1055
  export declare const OperationsListInput: Schema.Struct<{
@@ -1520,7 +1057,6 @@ export declare const OperationsListInput: Schema.Struct<{
1520
1057
  }>;
1521
1058
  export type OperationsListInput = typeof OperationsListInput.Type;
1522
1059
  export declare const OperationsListOutput: Schema.Struct<{
1523
- readonly nextLink: Schema.optional<Schema.String>;
1524
1060
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1525
1061
  readonly display: Schema.optional<Schema.Struct<{
1526
1062
  readonly operation: Schema.optional<Schema.String>;
@@ -1555,6 +1091,7 @@ export declare const OperationsListOutput: Schema.Struct<{
1555
1091
  }>>;
1556
1092
  }>>;
1557
1093
  }>>>;
1094
+ readonly nextLink: Schema.optional<Schema.String>;
1558
1095
  }>;
1559
1096
  export type OperationsListOutput = typeof OperationsListOutput.Type;
1560
1097
  /**
@@ -1569,7 +1106,6 @@ export declare const SkusListInput: Schema.Struct<{
1569
1106
  }>;
1570
1107
  export type SkusListInput = typeof SkusListInput.Type;
1571
1108
  export declare const SkusListOutput: Schema.Struct<{
1572
- readonly nextLink: Schema.optional<Schema.String>;
1573
1109
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1574
1110
  readonly resourceType: Schema.optional<Schema.String>;
1575
1111
  readonly capabilities: Schema.optional<Schema.$Array<Schema.Struct<{
@@ -1588,6 +1124,7 @@ export declare const SkusListOutput: Schema.Struct<{
1588
1124
  readonly reasonCode: Schema.optional<Schema.Literals<readonly ["QuotaId", "NotAvailableForSubscription"]>>;
1589
1125
  }>>>;
1590
1126
  }>>>;
1127
+ readonly nextLink: Schema.optional<Schema.String>;
1591
1128
  }>;
1592
1129
  export type SkusListOutput = typeof SkusListOutput.Type;
1593
1130
  /**
@@ -1598,8 +1135,10 @@ export type SkusListOutput = typeof SkusListOutput.Type;
1598
1135
  */
1599
1136
  export declare const SkusList: any;
1600
1137
  export declare const StorageTargetFlushInput: Schema.Struct<{
1601
- readonly resourceGroupName: Schema.String;
1602
1138
  readonly subscriptionId: Schema.String;
1139
+ readonly resourceGroupName: Schema.String;
1140
+ readonly cacheName: Schema.String;
1141
+ readonly storageTargetName: Schema.String;
1603
1142
  readonly "api-version": Schema.String;
1604
1143
  }>;
1605
1144
  export type StorageTargetFlushInput = typeof StorageTargetFlushInput.Type;
@@ -1608,14 +1147,18 @@ export type StorageTargetFlushOutput = typeof StorageTargetFlushOutput.Type;
1608
1147
  /**
1609
1148
  * Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to this storage target's namespace will return errors until the flush operation completes.
1610
1149
  *
1611
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1612
1150
  * @param api-version - The API version to use for this operation.
1613
1151
  * @param subscriptionId - The ID of the target subscription.
1152
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1153
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1154
+ * @param storageTargetName - Name of Storage Target.
1614
1155
  */
1615
1156
  export declare const StorageTargetFlush: any;
1616
1157
  export declare const StorageTargetInvalidateInput: Schema.Struct<{
1617
- readonly resourceGroupName: Schema.String;
1618
1158
  readonly subscriptionId: Schema.String;
1159
+ readonly resourceGroupName: Schema.String;
1160
+ readonly cacheName: Schema.String;
1161
+ readonly storageTargetName: Schema.String;
1619
1162
  readonly "api-version": Schema.String;
1620
1163
  }>;
1621
1164
  export type StorageTargetInvalidateInput = typeof StorageTargetInvalidateInput.Type;
@@ -1624,14 +1167,18 @@ export type StorageTargetInvalidateOutput = typeof StorageTargetInvalidateOutput
1624
1167
  /**
1625
1168
  * Invalidate all cached data for a storage target. Cached files are discarded and fetched from the back end on the next request.
1626
1169
  *
1627
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1628
1170
  * @param api-version - The API version to use for this operation.
1629
1171
  * @param subscriptionId - The ID of the target subscription.
1172
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1173
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1174
+ * @param storageTargetName - Name of Storage Target.
1630
1175
  */
1631
1176
  export declare const StorageTargetInvalidate: any;
1632
1177
  export declare const StorageTargetResumeInput: Schema.Struct<{
1633
- readonly resourceGroupName: Schema.String;
1634
1178
  readonly subscriptionId: Schema.String;
1179
+ readonly resourceGroupName: Schema.String;
1180
+ readonly cacheName: Schema.String;
1181
+ readonly storageTargetName: Schema.String;
1635
1182
  readonly "api-version": Schema.String;
1636
1183
  }>;
1637
1184
  export type StorageTargetResumeInput = typeof StorageTargetResumeInput.Type;
@@ -1640,43 +1187,38 @@ export type StorageTargetResumeOutput = typeof StorageTargetResumeOutput.Type;
1640
1187
  /**
1641
1188
  * Resumes client access to a previously suspended storage target.
1642
1189
  *
1643
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1644
1190
  * @param api-version - The API version to use for this operation.
1645
1191
  * @param subscriptionId - The ID of the target subscription.
1192
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1193
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1194
+ * @param storageTargetName - Name of Storage Target.
1646
1195
  */
1647
1196
  export declare const StorageTargetResume: any;
1648
1197
  export declare const StorageTargetsCreateOrUpdateInput: Schema.Struct<{
1649
- readonly resourceGroupName: Schema.String;
1650
1198
  readonly subscriptionId: Schema.String;
1199
+ readonly resourceGroupName: Schema.String;
1200
+ readonly cacheName: Schema.String;
1201
+ readonly storageTargetName: Schema.String;
1651
1202
  readonly "api-version": Schema.String;
1652
1203
  }>;
1653
1204
  export type StorageTargetsCreateOrUpdateInput = typeof StorageTargetsCreateOrUpdateInput.Type;
1654
- export declare const StorageTargetsCreateOrUpdateOutput: Schema.Struct<{
1655
- readonly name: Schema.optional<Schema.String>;
1656
- readonly id: Schema.optional<Schema.String>;
1657
- readonly type: Schema.optional<Schema.String>;
1658
- readonly location: Schema.optional<Schema.String>;
1659
- readonly systemData: Schema.optional<Schema.Struct<{
1660
- readonly createdBy: Schema.optional<Schema.String>;
1661
- readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
1662
- readonly createdAt: Schema.optional<Schema.String>;
1663
- readonly lastModifiedBy: Schema.optional<Schema.String>;
1664
- readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
1665
- readonly lastModifiedAt: Schema.optional<Schema.String>;
1666
- }>>;
1667
- }>;
1205
+ export declare const StorageTargetsCreateOrUpdateOutput: Schema.Struct<{}>;
1668
1206
  export type StorageTargetsCreateOrUpdateOutput = typeof StorageTargetsCreateOrUpdateOutput.Type;
1669
1207
  /**
1670
1208
  * Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again.
1671
1209
  *
1672
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1673
1210
  * @param api-version - The API version to use for this operation.
1674
1211
  * @param subscriptionId - The ID of the target subscription.
1212
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1213
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1214
+ * @param storageTargetName - Name of Storage Target.
1675
1215
  */
1676
1216
  export declare const StorageTargetsCreateOrUpdate: any;
1677
1217
  export declare const StorageTargetsDeleteInput: Schema.Struct<{
1678
- readonly resourceGroupName: Schema.String;
1679
1218
  readonly subscriptionId: Schema.String;
1219
+ readonly resourceGroupName: Schema.String;
1220
+ readonly cacheName: Schema.String;
1221
+ readonly storageTargetName: Schema.String;
1680
1222
  readonly "api-version": Schema.String;
1681
1223
  readonly force: Schema.optional<Schema.String>;
1682
1224
  }>;
@@ -1686,15 +1228,19 @@ export type StorageTargetsDeleteOutput = typeof StorageTargetsDeleteOutput.Type;
1686
1228
  /**
1687
1229
  * Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted.
1688
1230
  *
1689
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1690
1231
  * @param api-version - The API version to use for this operation.
1691
1232
  * @param subscriptionId - The ID of the target subscription.
1233
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1234
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1235
+ * @param storageTargetName - Name of Storage Target.
1692
1236
  * @param force - Boolean value requesting the force delete operation for a storage target. Force delete discards unwritten-data in the cache instead of flushing it to back-end storage.
1693
1237
  */
1694
1238
  export declare const StorageTargetsDelete: any;
1695
1239
  export declare const StorageTargetsDnsRefreshInput: Schema.Struct<{
1696
- readonly resourceGroupName: Schema.String;
1697
1240
  readonly subscriptionId: Schema.String;
1241
+ readonly resourceGroupName: Schema.String;
1242
+ readonly cacheName: Schema.String;
1243
+ readonly storageTargetName: Schema.String;
1698
1244
  readonly "api-version": Schema.String;
1699
1245
  }>;
1700
1246
  export type StorageTargetsDnsRefreshInput = typeof StorageTargetsDnsRefreshInput.Type;
@@ -1703,75 +1249,59 @@ export type StorageTargetsDnsRefreshOutput = typeof StorageTargetsDnsRefreshOutp
1703
1249
  /**
1704
1250
  * Tells a storage target to refresh its DNS information.
1705
1251
  *
1706
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1707
1252
  * @param api-version - The API version to use for this operation.
1708
1253
  * @param subscriptionId - The ID of the target subscription.
1254
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1255
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1256
+ * @param storageTargetName - Name of Storage Target.
1709
1257
  */
1710
1258
  export declare const StorageTargetsDnsRefresh: any;
1711
1259
  export declare const StorageTargetsGetInput: Schema.Struct<{
1712
- readonly resourceGroupName: Schema.String;
1713
1260
  readonly subscriptionId: Schema.String;
1261
+ readonly resourceGroupName: Schema.String;
1262
+ readonly cacheName: Schema.String;
1263
+ readonly storageTargetName: Schema.String;
1714
1264
  readonly "api-version": Schema.String;
1715
1265
  }>;
1716
1266
  export type StorageTargetsGetInput = typeof StorageTargetsGetInput.Type;
1717
- export declare const StorageTargetsGetOutput: Schema.Struct<{
1718
- readonly name: Schema.optional<Schema.String>;
1719
- readonly id: Schema.optional<Schema.String>;
1720
- readonly type: Schema.optional<Schema.String>;
1721
- readonly location: Schema.optional<Schema.String>;
1722
- readonly systemData: Schema.optional<Schema.Struct<{
1723
- readonly createdBy: Schema.optional<Schema.String>;
1724
- readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
1725
- readonly createdAt: Schema.optional<Schema.String>;
1726
- readonly lastModifiedBy: Schema.optional<Schema.String>;
1727
- readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
1728
- readonly lastModifiedAt: Schema.optional<Schema.String>;
1729
- }>>;
1730
- }>;
1267
+ export declare const StorageTargetsGetOutput: Schema.Struct<{}>;
1731
1268
  export type StorageTargetsGetOutput = typeof StorageTargetsGetOutput.Type;
1732
1269
  /**
1733
1270
  * Returns a Storage Target from a cache.
1734
1271
  *
1735
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1736
1272
  * @param api-version - The API version to use for this operation.
1737
1273
  * @param subscriptionId - The ID of the target subscription.
1274
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1275
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1276
+ * @param storageTargetName - Name of Storage Target.
1738
1277
  */
1739
1278
  export declare const StorageTargetsGet: any;
1740
1279
  export declare const StorageTargetsListByCacheInput: Schema.Struct<{
1741
- readonly resourceGroupName: Schema.String;
1742
1280
  readonly subscriptionId: Schema.String;
1281
+ readonly resourceGroupName: Schema.String;
1282
+ readonly cacheName: Schema.String;
1743
1283
  readonly "api-version": Schema.String;
1744
1284
  }>;
1745
1285
  export type StorageTargetsListByCacheInput = typeof StorageTargetsListByCacheInput.Type;
1746
1286
  export declare const StorageTargetsListByCacheOutput: Schema.Struct<{
1287
+ readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1747
1288
  readonly nextLink: Schema.optional<Schema.String>;
1748
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1749
- readonly name: Schema.optional<Schema.String>;
1750
- readonly id: Schema.optional<Schema.String>;
1751
- readonly type: Schema.optional<Schema.String>;
1752
- readonly location: Schema.optional<Schema.String>;
1753
- readonly systemData: Schema.optional<Schema.Struct<{
1754
- readonly createdBy: Schema.optional<Schema.String>;
1755
- readonly createdByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
1756
- readonly createdAt: Schema.optional<Schema.String>;
1757
- readonly lastModifiedBy: Schema.optional<Schema.String>;
1758
- readonly lastModifiedByType: Schema.optional<Schema.Literals<readonly ["User", "Application", "ManagedIdentity", "Key"]>>;
1759
- readonly lastModifiedAt: Schema.optional<Schema.String>;
1760
- }>>;
1761
- }>>>;
1762
1289
  }>;
1763
1290
  export type StorageTargetsListByCacheOutput = typeof StorageTargetsListByCacheOutput.Type;
1764
1291
  /**
1765
1292
  * Returns a list of Storage Targets for the specified cache.
1766
1293
  *
1767
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1768
1294
  * @param api-version - The API version to use for this operation.
1769
1295
  * @param subscriptionId - The ID of the target subscription.
1296
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1297
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1770
1298
  */
1771
1299
  export declare const StorageTargetsListByCache: any;
1772
1300
  export declare const StorageTargetsRestoreDefaultsInput: Schema.Struct<{
1773
- readonly resourceGroupName: Schema.String;
1774
1301
  readonly subscriptionId: Schema.String;
1302
+ readonly resourceGroupName: Schema.String;
1303
+ readonly cacheName: Schema.String;
1304
+ readonly storageTargetName: Schema.String;
1775
1305
  readonly "api-version": Schema.String;
1776
1306
  }>;
1777
1307
  export type StorageTargetsRestoreDefaultsInput = typeof StorageTargetsRestoreDefaultsInput.Type;
@@ -1780,14 +1310,18 @@ export type StorageTargetsRestoreDefaultsOutput = typeof StorageTargetsRestoreDe
1780
1310
  /**
1781
1311
  * Tells a storage target to restore its settings to their default values.
1782
1312
  *
1783
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1784
1313
  * @param api-version - The API version to use for this operation.
1785
1314
  * @param subscriptionId - The ID of the target subscription.
1315
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1316
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1317
+ * @param storageTargetName - Name of Storage Target.
1786
1318
  */
1787
1319
  export declare const StorageTargetsRestoreDefaults: any;
1788
1320
  export declare const StorageTargetSuspendInput: Schema.Struct<{
1789
- readonly resourceGroupName: Schema.String;
1790
1321
  readonly subscriptionId: Schema.String;
1322
+ readonly resourceGroupName: Schema.String;
1323
+ readonly cacheName: Schema.String;
1324
+ readonly storageTargetName: Schema.String;
1791
1325
  readonly "api-version": Schema.String;
1792
1326
  }>;
1793
1327
  export type StorageTargetSuspendInput = typeof StorageTargetSuspendInput.Type;
@@ -1796,9 +1330,11 @@ export type StorageTargetSuspendOutput = typeof StorageTargetSuspendOutput.Type;
1796
1330
  /**
1797
1331
  * Suspends client access to a storage target.
1798
1332
  *
1799
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1800
1333
  * @param api-version - The API version to use for this operation.
1801
1334
  * @param subscriptionId - The ID of the target subscription.
1335
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1336
+ * @param cacheName - Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
1337
+ * @param storageTargetName - Name of Storage Target.
1802
1338
  */
1803
1339
  export declare const StorageTargetSuspend: any;
1804
1340
  export declare const UsageModelsListInput: Schema.Struct<{
@@ -1807,7 +1343,6 @@ export declare const UsageModelsListInput: Schema.Struct<{
1807
1343
  }>;
1808
1344
  export type UsageModelsListInput = typeof UsageModelsListInput.Type;
1809
1345
  export declare const UsageModelsListOutput: Schema.Struct<{
1810
- readonly nextLink: Schema.optional<Schema.String>;
1811
1346
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1812
1347
  readonly display: Schema.optional<Schema.Struct<{
1813
1348
  readonly description: Schema.optional<Schema.String>;
@@ -1815,6 +1350,7 @@ export declare const UsageModelsListOutput: Schema.Struct<{
1815
1350
  readonly modelName: Schema.optional<Schema.String>;
1816
1351
  readonly targetType: Schema.optional<Schema.String>;
1817
1352
  }>>>;
1353
+ readonly nextLink: Schema.optional<Schema.String>;
1818
1354
  }>;
1819
1355
  export type UsageModelsListOutput = typeof UsageModelsListOutput.Type;
1820
1356
  /**