@azure/arm-resources 6.1.0 → 7.0.0-alpha.20250724.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/browser/lroImpl.js +7 -3
  3. package/dist/browser/lroImpl.js.map +1 -1
  4. package/dist/browser/models/index.d.ts +12 -1202
  5. package/dist/browser/models/index.d.ts.map +1 -1
  6. package/dist/browser/models/index.js +0 -76
  7. package/dist/browser/models/index.js.map +1 -1
  8. package/dist/browser/models/mappers.d.ts +0 -42
  9. package/dist/browser/models/mappers.d.ts.map +1 -1
  10. package/dist/browser/models/mappers.js +254 -1752
  11. package/dist/browser/models/mappers.js.map +1 -1
  12. package/dist/browser/models/parameters.d.ts +14 -21
  13. package/dist/browser/models/parameters.d.ts.map +1 -1
  14. package/dist/browser/models/parameters.js +46 -98
  15. package/dist/browser/models/parameters.js.map +1 -1
  16. package/dist/browser/operations/index.d.ts +0 -2
  17. package/dist/browser/operations/index.d.ts.map +1 -1
  18. package/dist/browser/operations/index.js +0 -2
  19. package/dist/browser/operations/index.js.map +1 -1
  20. package/dist/browser/operations/operations.js +23 -40
  21. package/dist/browser/operations/operations.js.map +1 -1
  22. package/dist/browser/operations/providerResourceTypes.js +2 -1
  23. package/dist/browser/operations/providerResourceTypes.js.map +1 -1
  24. package/dist/browser/operations/providers.js +50 -84
  25. package/dist/browser/operations/providers.js.map +1 -1
  26. package/dist/browser/operations/resourceGroups.js +48 -55
  27. package/dist/browser/operations/resourceGroups.js.map +1 -1
  28. package/dist/browser/operations/resources.js +146 -140
  29. package/dist/browser/operations/resources.js.map +1 -1
  30. package/dist/browser/operations/tagsOperations.js +58 -60
  31. package/dist/browser/operations/tagsOperations.js.map +1 -1
  32. package/dist/browser/operationsInterfaces/index.d.ts +0 -2
  33. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  34. package/dist/browser/operationsInterfaces/index.js +0 -2
  35. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  36. package/dist/browser/pagingHelper.js +2 -4
  37. package/dist/browser/pagingHelper.js.map +1 -1
  38. package/dist/browser/resourceManagementClient.d.ts +1 -3
  39. package/dist/browser/resourceManagementClient.d.ts.map +1 -1
  40. package/dist/browser/resourceManagementClient.js +22 -10
  41. package/dist/browser/resourceManagementClient.js.map +1 -1
  42. package/dist/commonjs/lroImpl.js +7 -3
  43. package/dist/commonjs/lroImpl.js.map +1 -1
  44. package/dist/commonjs/models/index.d.ts +12 -1202
  45. package/dist/commonjs/models/index.d.ts.map +1 -1
  46. package/dist/commonjs/models/index.js +1 -77
  47. package/dist/commonjs/models/index.js.map +1 -1
  48. package/dist/commonjs/models/mappers.d.ts +0 -42
  49. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  50. package/dist/commonjs/models/mappers.js +256 -1754
  51. package/dist/commonjs/models/mappers.js.map +1 -1
  52. package/dist/commonjs/models/parameters.d.ts +14 -21
  53. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  54. package/dist/commonjs/models/parameters.js +46 -98
  55. package/dist/commonjs/models/parameters.js.map +1 -1
  56. package/dist/commonjs/operations/index.d.ts +0 -2
  57. package/dist/commonjs/operations/index.d.ts.map +1 -1
  58. package/dist/commonjs/operations/index.js +0 -2
  59. package/dist/commonjs/operations/index.js.map +1 -1
  60. package/dist/commonjs/operations/operations.js +23 -39
  61. package/dist/commonjs/operations/operations.js.map +1 -1
  62. package/dist/commonjs/operations/providerResourceTypes.js +2 -1
  63. package/dist/commonjs/operations/providerResourceTypes.js.map +1 -1
  64. package/dist/commonjs/operations/providers.js +50 -83
  65. package/dist/commonjs/operations/providers.js.map +1 -1
  66. package/dist/commonjs/operations/resourceGroups.js +48 -54
  67. package/dist/commonjs/operations/resourceGroups.js.map +1 -1
  68. package/dist/commonjs/operations/resources.js +146 -139
  69. package/dist/commonjs/operations/resources.js.map +1 -1
  70. package/dist/commonjs/operations/tagsOperations.js +58 -59
  71. package/dist/commonjs/operations/tagsOperations.js.map +1 -1
  72. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -2
  73. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  74. package/dist/commonjs/operationsInterfaces/index.js +0 -2
  75. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  76. package/dist/commonjs/pagingHelper.js +2 -4
  77. package/dist/commonjs/pagingHelper.js.map +1 -1
  78. package/dist/commonjs/resourceManagementClient.d.ts +1 -3
  79. package/dist/commonjs/resourceManagementClient.d.ts.map +1 -1
  80. package/dist/commonjs/resourceManagementClient.js +21 -9
  81. package/dist/commonjs/resourceManagementClient.js.map +1 -1
  82. package/dist/commonjs/tsdoc-metadata.json +11 -11
  83. package/dist/esm/lroImpl.js +7 -3
  84. package/dist/esm/lroImpl.js.map +1 -1
  85. package/dist/esm/models/index.d.ts +12 -1202
  86. package/dist/esm/models/index.d.ts.map +1 -1
  87. package/dist/esm/models/index.js +0 -76
  88. package/dist/esm/models/index.js.map +1 -1
  89. package/dist/esm/models/mappers.d.ts +0 -42
  90. package/dist/esm/models/mappers.d.ts.map +1 -1
  91. package/dist/esm/models/mappers.js +254 -1752
  92. package/dist/esm/models/mappers.js.map +1 -1
  93. package/dist/esm/models/parameters.d.ts +14 -21
  94. package/dist/esm/models/parameters.d.ts.map +1 -1
  95. package/dist/esm/models/parameters.js +46 -98
  96. package/dist/esm/models/parameters.js.map +1 -1
  97. package/dist/esm/operations/index.d.ts +0 -2
  98. package/dist/esm/operations/index.d.ts.map +1 -1
  99. package/dist/esm/operations/index.js +0 -2
  100. package/dist/esm/operations/index.js.map +1 -1
  101. package/dist/esm/operations/operations.js +23 -40
  102. package/dist/esm/operations/operations.js.map +1 -1
  103. package/dist/esm/operations/providerResourceTypes.js +2 -1
  104. package/dist/esm/operations/providerResourceTypes.js.map +1 -1
  105. package/dist/esm/operations/providers.js +50 -84
  106. package/dist/esm/operations/providers.js.map +1 -1
  107. package/dist/esm/operations/resourceGroups.js +48 -55
  108. package/dist/esm/operations/resourceGroups.js.map +1 -1
  109. package/dist/esm/operations/resources.js +146 -140
  110. package/dist/esm/operations/resources.js.map +1 -1
  111. package/dist/esm/operations/tagsOperations.js +58 -60
  112. package/dist/esm/operations/tagsOperations.js.map +1 -1
  113. package/dist/esm/operationsInterfaces/index.d.ts +0 -2
  114. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  115. package/dist/esm/operationsInterfaces/index.js +0 -2
  116. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  117. package/dist/esm/pagingHelper.js +2 -4
  118. package/dist/esm/pagingHelper.js.map +1 -1
  119. package/dist/esm/resourceManagementClient.d.ts +1 -3
  120. package/dist/esm/resourceManagementClient.d.ts.map +1 -1
  121. package/dist/esm/resourceManagementClient.js +22 -10
  122. package/dist/esm/resourceManagementClient.js.map +1 -1
  123. package/dist/react-native/lroImpl.js +7 -3
  124. package/dist/react-native/lroImpl.js.map +1 -1
  125. package/dist/react-native/models/index.d.ts +12 -1202
  126. package/dist/react-native/models/index.d.ts.map +1 -1
  127. package/dist/react-native/models/index.js +0 -76
  128. package/dist/react-native/models/index.js.map +1 -1
  129. package/dist/react-native/models/mappers.d.ts +0 -42
  130. package/dist/react-native/models/mappers.d.ts.map +1 -1
  131. package/dist/react-native/models/mappers.js +254 -1752
  132. package/dist/react-native/models/mappers.js.map +1 -1
  133. package/dist/react-native/models/parameters.d.ts +14 -21
  134. package/dist/react-native/models/parameters.d.ts.map +1 -1
  135. package/dist/react-native/models/parameters.js +46 -98
  136. package/dist/react-native/models/parameters.js.map +1 -1
  137. package/dist/react-native/operations/index.d.ts +0 -2
  138. package/dist/react-native/operations/index.d.ts.map +1 -1
  139. package/dist/react-native/operations/index.js +0 -2
  140. package/dist/react-native/operations/index.js.map +1 -1
  141. package/dist/react-native/operations/operations.js +23 -40
  142. package/dist/react-native/operations/operations.js.map +1 -1
  143. package/dist/react-native/operations/providerResourceTypes.js +2 -1
  144. package/dist/react-native/operations/providerResourceTypes.js.map +1 -1
  145. package/dist/react-native/operations/providers.js +50 -84
  146. package/dist/react-native/operations/providers.js.map +1 -1
  147. package/dist/react-native/operations/resourceGroups.js +48 -55
  148. package/dist/react-native/operations/resourceGroups.js.map +1 -1
  149. package/dist/react-native/operations/resources.js +146 -140
  150. package/dist/react-native/operations/resources.js.map +1 -1
  151. package/dist/react-native/operations/tagsOperations.js +58 -60
  152. package/dist/react-native/operations/tagsOperations.js.map +1 -1
  153. package/dist/react-native/operationsInterfaces/index.d.ts +0 -2
  154. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  155. package/dist/react-native/operationsInterfaces/index.js +0 -2
  156. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  157. package/dist/react-native/pagingHelper.js +2 -4
  158. package/dist/react-native/pagingHelper.js.map +1 -1
  159. package/dist/react-native/resourceManagementClient.d.ts +1 -3
  160. package/dist/react-native/resourceManagementClient.d.ts.map +1 -1
  161. package/dist/react-native/resourceManagementClient.js +22 -10
  162. package/dist/react-native/resourceManagementClient.js.map +1 -1
  163. package/package.json +8 -8
  164. package/review/arm-resources-node.api.md +942 -0
  165. package/dist/browser/operations/deploymentOperations.d.ts +0 -168
  166. package/dist/browser/operations/deploymentOperations.d.ts.map +0 -1
  167. package/dist/browser/operations/deploymentOperations.js +0 -782
  168. package/dist/browser/operations/deploymentOperations.js.map +0 -1
  169. package/dist/browser/operations/deployments.d.ts +0 -628
  170. package/dist/browser/operations/deployments.d.ts.map +0 -1
  171. package/dist/browser/operations/deployments.js +0 -2766
  172. package/dist/browser/operations/deployments.js.map +0 -1
  173. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts +0 -77
  174. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  175. package/dist/browser/operationsInterfaces/deploymentOperations.js +0 -9
  176. package/dist/browser/operationsInterfaces/deploymentOperations.js.map +0 -1
  177. package/dist/browser/operationsInterfaces/deployments.d.ts +0 -545
  178. package/dist/browser/operationsInterfaces/deployments.d.ts.map +0 -1
  179. package/dist/browser/operationsInterfaces/deployments.js +0 -9
  180. package/dist/browser/operationsInterfaces/deployments.js.map +0 -1
  181. package/dist/commonjs/operations/deploymentOperations.d.ts +0 -168
  182. package/dist/commonjs/operations/deploymentOperations.d.ts.map +0 -1
  183. package/dist/commonjs/operations/deploymentOperations.js +0 -786
  184. package/dist/commonjs/operations/deploymentOperations.js.map +0 -1
  185. package/dist/commonjs/operations/deployments.d.ts +0 -628
  186. package/dist/commonjs/operations/deployments.d.ts.map +0 -1
  187. package/dist/commonjs/operations/deployments.js +0 -2770
  188. package/dist/commonjs/operations/deployments.js.map +0 -1
  189. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts +0 -77
  190. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  191. package/dist/commonjs/operationsInterfaces/deploymentOperations.js +0 -10
  192. package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +0 -1
  193. package/dist/commonjs/operationsInterfaces/deployments.d.ts +0 -545
  194. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +0 -1
  195. package/dist/commonjs/operationsInterfaces/deployments.js +0 -10
  196. package/dist/commonjs/operationsInterfaces/deployments.js.map +0 -1
  197. package/dist/esm/operations/deploymentOperations.d.ts +0 -168
  198. package/dist/esm/operations/deploymentOperations.d.ts.map +0 -1
  199. package/dist/esm/operations/deploymentOperations.js +0 -782
  200. package/dist/esm/operations/deploymentOperations.js.map +0 -1
  201. package/dist/esm/operations/deployments.d.ts +0 -628
  202. package/dist/esm/operations/deployments.d.ts.map +0 -1
  203. package/dist/esm/operations/deployments.js +0 -2766
  204. package/dist/esm/operations/deployments.js.map +0 -1
  205. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts +0 -77
  206. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  207. package/dist/esm/operationsInterfaces/deploymentOperations.js +0 -9
  208. package/dist/esm/operationsInterfaces/deploymentOperations.js.map +0 -1
  209. package/dist/esm/operationsInterfaces/deployments.d.ts +0 -545
  210. package/dist/esm/operationsInterfaces/deployments.d.ts.map +0 -1
  211. package/dist/esm/operationsInterfaces/deployments.js +0 -9
  212. package/dist/esm/operationsInterfaces/deployments.js.map +0 -1
  213. package/dist/react-native/operations/deploymentOperations.d.ts +0 -168
  214. package/dist/react-native/operations/deploymentOperations.d.ts.map +0 -1
  215. package/dist/react-native/operations/deploymentOperations.js +0 -782
  216. package/dist/react-native/operations/deploymentOperations.js.map +0 -1
  217. package/dist/react-native/operations/deployments.d.ts +0 -628
  218. package/dist/react-native/operations/deployments.d.ts.map +0 -1
  219. package/dist/react-native/operations/deployments.js +0 -2766
  220. package/dist/react-native/operations/deployments.js.map +0 -1
  221. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts +0 -77
  222. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  223. package/dist/react-native/operationsInterfaces/deploymentOperations.js +0 -9
  224. package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +0 -1
  225. package/dist/react-native/operationsInterfaces/deployments.d.ts +0 -545
  226. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +0 -1
  227. package/dist/react-native/operationsInterfaces/deployments.js +0 -9
  228. package/dist/react-native/operationsInterfaces/deployments.js.map +0 -1
  229. package/review/arm-resources.api.md +0 -1935
@@ -0,0 +1,942 @@
1
+ ## API Report File for "@azure/arm-resources"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { OperationState } from '@azure/core-lro';
10
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
+ import { SimplePollerLike } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export interface Alias {
15
+ readonly defaultMetadata?: AliasPathMetadata;
16
+ defaultPath?: string;
17
+ defaultPattern?: AliasPattern;
18
+ name?: string;
19
+ paths?: AliasPath[];
20
+ type?: AliasType;
21
+ }
22
+
23
+ // @public
24
+ export interface AliasPath {
25
+ apiVersions?: string[];
26
+ readonly metadata?: AliasPathMetadata;
27
+ path?: string;
28
+ pattern?: AliasPattern;
29
+ }
30
+
31
+ // @public
32
+ export type AliasPathAttributes = string;
33
+
34
+ // @public (undocumented)
35
+ export interface AliasPathMetadata {
36
+ readonly attributes?: AliasPathAttributes;
37
+ readonly type?: AliasPathTokenType;
38
+ }
39
+
40
+ // @public
41
+ export type AliasPathTokenType = string;
42
+
43
+ // @public
44
+ export interface AliasPattern {
45
+ phrase?: string;
46
+ type?: AliasPatternType;
47
+ variable?: string;
48
+ }
49
+
50
+ // @public
51
+ export type AliasPatternType = "NotSpecified" | "Extract";
52
+
53
+ // @public
54
+ export type AliasType = "NotSpecified" | "PlainText" | "Mask";
55
+
56
+ // @public (undocumented)
57
+ export interface ApiProfile {
58
+ readonly apiVersion?: string;
59
+ readonly profileVersion?: string;
60
+ }
61
+
62
+ // @public
63
+ export interface CloudError {
64
+ error?: ErrorResponse;
65
+ }
66
+
67
+ // @public
68
+ export interface ErrorAdditionalInfo {
69
+ readonly info?: Record<string, unknown>;
70
+ readonly type?: string;
71
+ }
72
+
73
+ // @public
74
+ export interface ErrorResponse {
75
+ readonly additionalInfo?: ErrorAdditionalInfo[];
76
+ readonly code?: string;
77
+ readonly details?: ErrorResponse[];
78
+ readonly message?: string;
79
+ readonly target?: string;
80
+ }
81
+
82
+ // @public
83
+ export type ExportTemplateOutputFormat = string;
84
+
85
+ // @public
86
+ export interface ExportTemplateRequest {
87
+ options?: string;
88
+ outputFormat?: ExportTemplateOutputFormat;
89
+ resources?: string[];
90
+ }
91
+
92
+ // @public
93
+ export interface ExtendedLocation {
94
+ name?: string;
95
+ type?: ExtendedLocationType;
96
+ }
97
+
98
+ // @public
99
+ export type ExtendedLocationType = string;
100
+
101
+ // @public
102
+ export interface GenericResource extends Resource {
103
+ identity?: Identity;
104
+ kind?: string;
105
+ managedBy?: string;
106
+ plan?: Plan;
107
+ properties?: Record<string, unknown>;
108
+ sku?: Sku;
109
+ }
110
+
111
+ // @public
112
+ export interface GenericResourceExpanded extends GenericResource {
113
+ readonly changedTime?: Date;
114
+ readonly createdTime?: Date;
115
+ readonly provisioningState?: string;
116
+ }
117
+
118
+ // @public
119
+ export interface GenericResourceFilter {
120
+ resourceType?: string;
121
+ tagname?: string;
122
+ tagvalue?: string;
123
+ }
124
+
125
+ // @public
126
+ export function getContinuationToken(page: unknown): string | undefined;
127
+
128
+ // @public
129
+ export interface Identity {
130
+ readonly principalId?: string;
131
+ readonly tenantId?: string;
132
+ type?: ResourceIdentityType;
133
+ userAssignedIdentities?: {
134
+ [propertyName: string]: IdentityUserAssignedIdentitiesValue;
135
+ };
136
+ }
137
+
138
+ // @public (undocumented)
139
+ export interface IdentityUserAssignedIdentitiesValue {
140
+ readonly clientId?: string;
141
+ readonly principalId?: string;
142
+ }
143
+
144
+ // @public
145
+ export enum KnownAliasPathAttributes {
146
+ Modifiable = "Modifiable",
147
+ None = "None"
148
+ }
149
+
150
+ // @public
151
+ export enum KnownAliasPathTokenType {
152
+ Any = "Any",
153
+ Array = "Array",
154
+ Boolean = "Boolean",
155
+ Integer = "Integer",
156
+ NotSpecified = "NotSpecified",
157
+ Number = "Number",
158
+ Object = "Object",
159
+ String = "String"
160
+ }
161
+
162
+ // @public
163
+ export enum KnownExportTemplateOutputFormat {
164
+ Bicep = "Bicep",
165
+ Json = "Json"
166
+ }
167
+
168
+ // @public
169
+ export enum KnownExtendedLocationType {
170
+ EdgeZone = "EdgeZone"
171
+ }
172
+
173
+ // @public
174
+ export enum KnownProviderAuthorizationConsentState {
175
+ Consented = "Consented",
176
+ NotRequired = "NotRequired",
177
+ NotSpecified = "NotSpecified",
178
+ Required = "Required"
179
+ }
180
+
181
+ // @public
182
+ export enum KnownTagsPatchOperation {
183
+ Delete = "Delete",
184
+ Merge = "Merge",
185
+ Replace = "Replace"
186
+ }
187
+
188
+ // @public
189
+ export interface Operation {
190
+ display?: OperationDisplay;
191
+ name?: string;
192
+ }
193
+
194
+ // @public
195
+ export interface OperationDisplay {
196
+ description?: string;
197
+ operation?: string;
198
+ provider?: string;
199
+ resource?: string;
200
+ }
201
+
202
+ // @public
203
+ export interface OperationListResult {
204
+ nextLink?: string;
205
+ value?: Operation[];
206
+ }
207
+
208
+ // @public
209
+ export interface Operations {
210
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
211
+ }
212
+
213
+ // @public
214
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
215
+ }
216
+
217
+ // @public
218
+ export type OperationsListNextResponse = OperationListResult;
219
+
220
+ // @public
221
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
222
+ }
223
+
224
+ // @public
225
+ export type OperationsListResponse = OperationListResult;
226
+
227
+ // @public
228
+ export interface Permission {
229
+ actions?: string[];
230
+ dataActions?: string[];
231
+ notActions?: string[];
232
+ notDataActions?: string[];
233
+ }
234
+
235
+ // @public
236
+ export interface Plan {
237
+ name?: string;
238
+ product?: string;
239
+ promotionCode?: string;
240
+ publisher?: string;
241
+ version?: string;
242
+ }
243
+
244
+ // @public
245
+ export interface Provider {
246
+ readonly id?: string;
247
+ namespace?: string;
248
+ providerAuthorizationConsentState?: ProviderAuthorizationConsentState;
249
+ readonly registrationPolicy?: string;
250
+ readonly registrationState?: string;
251
+ readonly resourceTypes?: ProviderResourceType[];
252
+ }
253
+
254
+ // @public
255
+ export type ProviderAuthorizationConsentState = string;
256
+
257
+ // @public
258
+ export interface ProviderConsentDefinition {
259
+ consentToAuthorization?: boolean;
260
+ }
261
+
262
+ // @public
263
+ export interface ProviderExtendedLocation {
264
+ extendedLocations?: string[];
265
+ location?: string;
266
+ type?: string;
267
+ }
268
+
269
+ // @public
270
+ export interface ProviderListResult {
271
+ readonly nextLink?: string;
272
+ value?: Provider[];
273
+ }
274
+
275
+ // @public
276
+ export interface ProviderPermission {
277
+ applicationId?: string;
278
+ managedByRoleDefinition?: RoleDefinition;
279
+ providerAuthorizationConsentState?: ProviderAuthorizationConsentState;
280
+ roleDefinition?: RoleDefinition;
281
+ }
282
+
283
+ // @public
284
+ export interface ProviderPermissionListResult {
285
+ readonly nextLink?: string;
286
+ value?: ProviderPermission[];
287
+ }
288
+
289
+ // @public
290
+ export interface ProviderRegistrationRequest {
291
+ thirdPartyProviderConsent?: ProviderConsentDefinition;
292
+ }
293
+
294
+ // @public
295
+ export interface ProviderResourceType {
296
+ aliases?: Alias[];
297
+ readonly apiProfiles?: ApiProfile[];
298
+ apiVersions?: string[];
299
+ capabilities?: string;
300
+ readonly defaultApiVersion?: string;
301
+ locationMappings?: ProviderExtendedLocation[];
302
+ locations?: string[];
303
+ properties?: {
304
+ [propertyName: string]: string;
305
+ };
306
+ resourceType?: string;
307
+ // (undocumented)
308
+ zoneMappings?: ZoneMapping[];
309
+ }
310
+
311
+ // @public
312
+ export interface ProviderResourceTypeListResult {
313
+ readonly nextLink?: string;
314
+ value?: ProviderResourceType[];
315
+ }
316
+
317
+ // @public
318
+ export interface ProviderResourceTypes {
319
+ list(resourceProviderNamespace: string, options?: ProviderResourceTypesListOptionalParams): Promise<ProviderResourceTypesListResponse>;
320
+ }
321
+
322
+ // @public
323
+ export interface ProviderResourceTypesListOptionalParams extends coreClient.OperationOptions {
324
+ expand?: string;
325
+ }
326
+
327
+ // @public
328
+ export type ProviderResourceTypesListResponse = ProviderResourceTypeListResult;
329
+
330
+ // @public
331
+ export interface Providers {
332
+ get(resourceProviderNamespace: string, options?: ProvidersGetOptionalParams): Promise<ProvidersGetResponse>;
333
+ getAtTenantScope(resourceProviderNamespace: string, options?: ProvidersGetAtTenantScopeOptionalParams): Promise<ProvidersGetAtTenantScopeResponse>;
334
+ list(options?: ProvidersListOptionalParams): PagedAsyncIterableIterator<Provider>;
335
+ listAtTenantScope(options?: ProvidersListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<Provider>;
336
+ providerPermissions(resourceProviderNamespace: string, options?: ProvidersProviderPermissionsOptionalParams): Promise<ProvidersProviderPermissionsResponse>;
337
+ register(resourceProviderNamespace: string, options?: ProvidersRegisterOptionalParams): Promise<ProvidersRegisterResponse>;
338
+ registerAtManagementGroupScope(resourceProviderNamespace: string, groupId: string, options?: ProvidersRegisterAtManagementGroupScopeOptionalParams): Promise<void>;
339
+ unregister(resourceProviderNamespace: string, options?: ProvidersUnregisterOptionalParams): Promise<ProvidersUnregisterResponse>;
340
+ }
341
+
342
+ // @public
343
+ export interface ProvidersGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
344
+ expand?: string;
345
+ }
346
+
347
+ // @public
348
+ export type ProvidersGetAtTenantScopeResponse = Provider;
349
+
350
+ // @public
351
+ export interface ProvidersGetOptionalParams extends coreClient.OperationOptions {
352
+ expand?: string;
353
+ }
354
+
355
+ // @public
356
+ export type ProvidersGetResponse = Provider;
357
+
358
+ // @public
359
+ export interface ProvidersListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
360
+ }
361
+
362
+ // @public
363
+ export type ProvidersListAtTenantScopeNextResponse = ProviderListResult;
364
+
365
+ // @public
366
+ export interface ProvidersListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
367
+ expand?: string;
368
+ }
369
+
370
+ // @public
371
+ export type ProvidersListAtTenantScopeResponse = ProviderListResult;
372
+
373
+ // @public
374
+ export interface ProvidersListNextOptionalParams extends coreClient.OperationOptions {
375
+ }
376
+
377
+ // @public
378
+ export type ProvidersListNextResponse = ProviderListResult;
379
+
380
+ // @public
381
+ export interface ProvidersListOptionalParams extends coreClient.OperationOptions {
382
+ expand?: string;
383
+ }
384
+
385
+ // @public
386
+ export type ProvidersListResponse = ProviderListResult;
387
+
388
+ // @public
389
+ export interface ProvidersProviderPermissionsOptionalParams extends coreClient.OperationOptions {
390
+ }
391
+
392
+ // @public
393
+ export type ProvidersProviderPermissionsResponse = ProviderPermissionListResult;
394
+
395
+ // @public
396
+ export interface ProvidersRegisterAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
397
+ }
398
+
399
+ // @public
400
+ export interface ProvidersRegisterOptionalParams extends coreClient.OperationOptions {
401
+ properties?: ProviderRegistrationRequest;
402
+ }
403
+
404
+ // @public
405
+ export type ProvidersRegisterResponse = Provider;
406
+
407
+ // @public
408
+ export interface ProvidersUnregisterOptionalParams extends coreClient.OperationOptions {
409
+ }
410
+
411
+ // @public
412
+ export type ProvidersUnregisterResponse = Provider;
413
+
414
+ // @public
415
+ export interface Resource {
416
+ extendedLocation?: ExtendedLocation;
417
+ readonly id?: string;
418
+ location?: string;
419
+ readonly name?: string;
420
+ tags?: {
421
+ [propertyName: string]: string;
422
+ };
423
+ readonly type?: string;
424
+ }
425
+
426
+ // @public
427
+ export interface ResourceGroup {
428
+ readonly id?: string;
429
+ location: string;
430
+ managedBy?: string;
431
+ readonly name?: string;
432
+ properties?: ResourceGroupProperties;
433
+ tags?: {
434
+ [propertyName: string]: string;
435
+ };
436
+ readonly type?: string;
437
+ }
438
+
439
+ // @public
440
+ export interface ResourceGroupExportResult {
441
+ error?: ErrorResponse;
442
+ output?: string;
443
+ template?: Record<string, unknown>;
444
+ }
445
+
446
+ // @public
447
+ export interface ResourceGroupFilter {
448
+ tagName?: string;
449
+ tagValue?: string;
450
+ }
451
+
452
+ // @public
453
+ export interface ResourceGroupListResult {
454
+ readonly nextLink?: string;
455
+ value?: ResourceGroup[];
456
+ }
457
+
458
+ // @public
459
+ export interface ResourceGroupPatchable {
460
+ managedBy?: string;
461
+ name?: string;
462
+ properties?: ResourceGroupProperties;
463
+ tags?: {
464
+ [propertyName: string]: string;
465
+ };
466
+ }
467
+
468
+ // @public
469
+ export interface ResourceGroupProperties {
470
+ readonly provisioningState?: string;
471
+ }
472
+
473
+ // @public
474
+ export interface ResourceGroups {
475
+ beginDelete(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
476
+ beginDeleteAndWait(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<void>;
477
+ beginExportTemplate(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<SimplePollerLike<OperationState<ResourceGroupsExportTemplateResponse>, ResourceGroupsExportTemplateResponse>>;
478
+ beginExportTemplateAndWait(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<ResourceGroupsExportTemplateResponse>;
479
+ checkExistence(resourceGroupName: string, options?: ResourceGroupsCheckExistenceOptionalParams): Promise<ResourceGroupsCheckExistenceResponse>;
480
+ createOrUpdate(resourceGroupName: string, parameters: ResourceGroup, options?: ResourceGroupsCreateOrUpdateOptionalParams): Promise<ResourceGroupsCreateOrUpdateResponse>;
481
+ get(resourceGroupName: string, options?: ResourceGroupsGetOptionalParams): Promise<ResourceGroupsGetResponse>;
482
+ list(options?: ResourceGroupsListOptionalParams): PagedAsyncIterableIterator<ResourceGroup>;
483
+ update(resourceGroupName: string, parameters: ResourceGroupPatchable, options?: ResourceGroupsUpdateOptionalParams): Promise<ResourceGroupsUpdateResponse>;
484
+ }
485
+
486
+ // @public
487
+ export interface ResourceGroupsCheckExistenceOptionalParams extends coreClient.OperationOptions {
488
+ }
489
+
490
+ // @public
491
+ export type ResourceGroupsCheckExistenceResponse = {
492
+ body: boolean;
493
+ };
494
+
495
+ // @public
496
+ export interface ResourceGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
497
+ }
498
+
499
+ // @public
500
+ export type ResourceGroupsCreateOrUpdateResponse = ResourceGroup;
501
+
502
+ // @public
503
+ export interface ResourceGroupsDeleteHeaders {
504
+ location?: string;
505
+ }
506
+
507
+ // @public
508
+ export interface ResourceGroupsDeleteOptionalParams extends coreClient.OperationOptions {
509
+ forceDeletionTypes?: string;
510
+ resumeFrom?: string;
511
+ updateIntervalInMs?: number;
512
+ }
513
+
514
+ // @public
515
+ export interface ResourceGroupsExportTemplateOptionalParams extends coreClient.OperationOptions {
516
+ resumeFrom?: string;
517
+ updateIntervalInMs?: number;
518
+ }
519
+
520
+ // @public
521
+ export type ResourceGroupsExportTemplateResponse = ResourceGroupExportResult;
522
+
523
+ // @public
524
+ export interface ResourceGroupsGetOptionalParams extends coreClient.OperationOptions {
525
+ }
526
+
527
+ // @public
528
+ export type ResourceGroupsGetResponse = ResourceGroup;
529
+
530
+ // @public
531
+ export interface ResourceGroupsListNextOptionalParams extends coreClient.OperationOptions {
532
+ }
533
+
534
+ // @public
535
+ export type ResourceGroupsListNextResponse = ResourceGroupListResult;
536
+
537
+ // @public
538
+ export interface ResourceGroupsListOptionalParams extends coreClient.OperationOptions {
539
+ filter?: string;
540
+ top?: number;
541
+ }
542
+
543
+ // @public
544
+ export type ResourceGroupsListResponse = ResourceGroupListResult;
545
+
546
+ // @public
547
+ export interface ResourceGroupsUpdateOptionalParams extends coreClient.OperationOptions {
548
+ }
549
+
550
+ // @public
551
+ export type ResourceGroupsUpdateResponse = ResourceGroup;
552
+
553
+ // @public
554
+ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
555
+
556
+ // @public
557
+ export interface ResourceListResult {
558
+ readonly nextLink?: string;
559
+ value?: GenericResourceExpanded[];
560
+ }
561
+
562
+ // @public (undocumented)
563
+ export class ResourceManagementClient extends coreClient.ServiceClient {
564
+ // (undocumented)
565
+ $host: string;
566
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceManagementClientOptionalParams);
567
+ constructor(credentials: coreAuth.TokenCredential, options?: ResourceManagementClientOptionalParams);
568
+ // (undocumented)
569
+ apiVersion: string;
570
+ // (undocumented)
571
+ operations: Operations;
572
+ // (undocumented)
573
+ providerResourceTypes: ProviderResourceTypes;
574
+ // (undocumented)
575
+ providers: Providers;
576
+ // (undocumented)
577
+ resourceGroups: ResourceGroups;
578
+ // (undocumented)
579
+ resources: Resources;
580
+ // (undocumented)
581
+ subscriptionId?: string;
582
+ // (undocumented)
583
+ tagsOperations: TagsOperations;
584
+ }
585
+
586
+ // @public
587
+ export interface ResourceManagementClientOptionalParams extends coreClient.ServiceClientOptions {
588
+ $host?: string;
589
+ apiVersion?: string;
590
+ endpoint?: string;
591
+ }
592
+
593
+ // @public
594
+ export interface ResourceProviderOperationDisplayProperties {
595
+ description?: string;
596
+ operation?: string;
597
+ provider?: string;
598
+ publisher?: string;
599
+ resource?: string;
600
+ }
601
+
602
+ // @public
603
+ export interface Resources {
604
+ beginCreateOrUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesCreateOrUpdateResponse>, ResourcesCreateOrUpdateResponse>>;
605
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<ResourcesCreateOrUpdateResponse>;
606
+ beginCreateOrUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesCreateOrUpdateByIdResponse>, ResourcesCreateOrUpdateByIdResponse>>;
607
+ beginCreateOrUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<ResourcesCreateOrUpdateByIdResponse>;
608
+ beginDelete(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
609
+ beginDeleteAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<void>;
610
+ beginDeleteById(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
611
+ beginDeleteByIdAndWait(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<void>;
612
+ beginMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
613
+ beginMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<void>;
614
+ beginUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesUpdateResponse>, ResourcesUpdateResponse>>;
615
+ beginUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<ResourcesUpdateResponse>;
616
+ beginUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesUpdateByIdResponse>, ResourcesUpdateByIdResponse>>;
617
+ beginUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<ResourcesUpdateByIdResponse>;
618
+ beginValidateMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
619
+ beginValidateMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<void>;
620
+ checkExistence(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesCheckExistenceOptionalParams): Promise<ResourcesCheckExistenceResponse>;
621
+ checkExistenceById(resourceId: string, apiVersion: string, options?: ResourcesCheckExistenceByIdOptionalParams): Promise<ResourcesCheckExistenceByIdResponse>;
622
+ get(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesGetOptionalParams): Promise<ResourcesGetResponse>;
623
+ getById(resourceId: string, apiVersion: string, options?: ResourcesGetByIdOptionalParams): Promise<ResourcesGetByIdResponse>;
624
+ list(options?: ResourcesListOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
625
+ listByResourceGroup(resourceGroupName: string, options?: ResourcesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
626
+ }
627
+
628
+ // @public
629
+ export interface ResourcesCheckExistenceByIdOptionalParams extends coreClient.OperationOptions {
630
+ }
631
+
632
+ // @public
633
+ export type ResourcesCheckExistenceByIdResponse = {
634
+ body: boolean;
635
+ };
636
+
637
+ // @public
638
+ export interface ResourcesCheckExistenceOptionalParams extends coreClient.OperationOptions {
639
+ }
640
+
641
+ // @public
642
+ export type ResourcesCheckExistenceResponse = {
643
+ body: boolean;
644
+ };
645
+
646
+ // @public
647
+ export interface ResourcesCreateOrUpdateByIdOptionalParams extends coreClient.OperationOptions {
648
+ resumeFrom?: string;
649
+ updateIntervalInMs?: number;
650
+ }
651
+
652
+ // @public
653
+ export type ResourcesCreateOrUpdateByIdResponse = GenericResource;
654
+
655
+ // @public
656
+ export interface ResourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
657
+ resumeFrom?: string;
658
+ updateIntervalInMs?: number;
659
+ }
660
+
661
+ // @public
662
+ export type ResourcesCreateOrUpdateResponse = GenericResource;
663
+
664
+ // @public
665
+ export interface ResourcesDeleteByIdOptionalParams extends coreClient.OperationOptions {
666
+ resumeFrom?: string;
667
+ updateIntervalInMs?: number;
668
+ }
669
+
670
+ // @public
671
+ export interface ResourcesDeleteOptionalParams extends coreClient.OperationOptions {
672
+ resumeFrom?: string;
673
+ updateIntervalInMs?: number;
674
+ }
675
+
676
+ // @public
677
+ export interface ResourcesGetByIdOptionalParams extends coreClient.OperationOptions {
678
+ }
679
+
680
+ // @public
681
+ export type ResourcesGetByIdResponse = GenericResource;
682
+
683
+ // @public
684
+ export interface ResourcesGetOptionalParams extends coreClient.OperationOptions {
685
+ }
686
+
687
+ // @public
688
+ export type ResourcesGetResponse = GenericResource;
689
+
690
+ // @public
691
+ export interface ResourcesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
692
+ }
693
+
694
+ // @public
695
+ export type ResourcesListByResourceGroupNextResponse = ResourceListResult;
696
+
697
+ // @public
698
+ export interface ResourcesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
699
+ expand?: string;
700
+ filter?: string;
701
+ top?: number;
702
+ }
703
+
704
+ // @public
705
+ export type ResourcesListByResourceGroupResponse = ResourceListResult;
706
+
707
+ // @public
708
+ export interface ResourcesListNextOptionalParams extends coreClient.OperationOptions {
709
+ }
710
+
711
+ // @public
712
+ export type ResourcesListNextResponse = ResourceListResult;
713
+
714
+ // @public
715
+ export interface ResourcesListOptionalParams extends coreClient.OperationOptions {
716
+ expand?: string;
717
+ filter?: string;
718
+ top?: number;
719
+ }
720
+
721
+ // @public
722
+ export type ResourcesListResponse = ResourceListResult;
723
+
724
+ // @public
725
+ export interface ResourcesMoveInfo {
726
+ resources?: string[];
727
+ targetResourceGroup?: string;
728
+ }
729
+
730
+ // @public
731
+ export interface ResourcesMoveResourcesOptionalParams extends coreClient.OperationOptions {
732
+ resumeFrom?: string;
733
+ updateIntervalInMs?: number;
734
+ }
735
+
736
+ // @public
737
+ export interface ResourcesUpdateByIdOptionalParams extends coreClient.OperationOptions {
738
+ resumeFrom?: string;
739
+ updateIntervalInMs?: number;
740
+ }
741
+
742
+ // @public
743
+ export type ResourcesUpdateByIdResponse = GenericResource;
744
+
745
+ // @public
746
+ export interface ResourcesUpdateOptionalParams extends coreClient.OperationOptions {
747
+ resumeFrom?: string;
748
+ updateIntervalInMs?: number;
749
+ }
750
+
751
+ // @public
752
+ export type ResourcesUpdateResponse = GenericResource;
753
+
754
+ // @public
755
+ export interface ResourcesValidateMoveResourcesOptionalParams extends coreClient.OperationOptions {
756
+ resumeFrom?: string;
757
+ updateIntervalInMs?: number;
758
+ }
759
+
760
+ // @public
761
+ export interface RoleDefinition {
762
+ id?: string;
763
+ isServiceRole?: boolean;
764
+ name?: string;
765
+ permissions?: Permission[];
766
+ scopes?: string[];
767
+ }
768
+
769
+ // @public
770
+ export interface Sku {
771
+ capacity?: number;
772
+ family?: string;
773
+ model?: string;
774
+ name?: string;
775
+ size?: string;
776
+ tier?: string;
777
+ }
778
+
779
+ // @public
780
+ export interface SubResource {
781
+ id?: string;
782
+ }
783
+
784
+ // @public
785
+ export interface TagCount {
786
+ type?: string;
787
+ value?: number;
788
+ }
789
+
790
+ // @public
791
+ export interface TagDetails {
792
+ count?: TagCount;
793
+ readonly id?: string;
794
+ tagName?: string;
795
+ values?: TagValue[];
796
+ }
797
+
798
+ // @public
799
+ export interface Tags {
800
+ tags?: {
801
+ [propertyName: string]: string;
802
+ };
803
+ }
804
+
805
+ // @public
806
+ export interface TagsCreateOrUpdateAtScopeHeaders {
807
+ location?: string;
808
+ }
809
+
810
+ // @public
811
+ export interface TagsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
812
+ resumeFrom?: string;
813
+ updateIntervalInMs?: number;
814
+ }
815
+
816
+ // @public
817
+ export type TagsCreateOrUpdateAtScopeResponse = TagsResource;
818
+
819
+ // @public
820
+ export interface TagsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
821
+ }
822
+
823
+ // @public
824
+ export type TagsCreateOrUpdateResponse = TagDetails;
825
+
826
+ // @public
827
+ export interface TagsCreateOrUpdateValueOptionalParams extends coreClient.OperationOptions {
828
+ }
829
+
830
+ // @public
831
+ export type TagsCreateOrUpdateValueResponse = TagValue;
832
+
833
+ // @public
834
+ export interface TagsDeleteAtScopeHeaders {
835
+ location?: string;
836
+ }
837
+
838
+ // @public
839
+ export interface TagsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
840
+ resumeFrom?: string;
841
+ updateIntervalInMs?: number;
842
+ }
843
+
844
+ // @public
845
+ export interface TagsDeleteOptionalParams extends coreClient.OperationOptions {
846
+ }
847
+
848
+ // @public
849
+ export interface TagsDeleteValueOptionalParams extends coreClient.OperationOptions {
850
+ }
851
+
852
+ // @public
853
+ export interface TagsGetAtScopeOptionalParams extends coreClient.OperationOptions {
854
+ }
855
+
856
+ // @public
857
+ export type TagsGetAtScopeResponse = TagsResource;
858
+
859
+ // @public
860
+ export interface TagsListNextOptionalParams extends coreClient.OperationOptions {
861
+ }
862
+
863
+ // @public
864
+ export type TagsListNextResponse = TagsListResult;
865
+
866
+ // @public
867
+ export interface TagsListOptionalParams extends coreClient.OperationOptions {
868
+ }
869
+
870
+ // @public
871
+ export type TagsListResponse = TagsListResult;
872
+
873
+ // @public
874
+ export interface TagsListResult {
875
+ readonly nextLink?: string;
876
+ value?: TagDetails[];
877
+ }
878
+
879
+ // @public
880
+ export interface TagsOperations {
881
+ beginCreateOrUpdateAtScope(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<TagsCreateOrUpdateAtScopeResponse>, TagsCreateOrUpdateAtScopeResponse>>;
882
+ beginCreateOrUpdateAtScopeAndWait(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<TagsCreateOrUpdateAtScopeResponse>;
883
+ beginDeleteAtScope(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
884
+ beginDeleteAtScopeAndWait(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<void>;
885
+ beginUpdateAtScope(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<TagsUpdateAtScopeResponse>, TagsUpdateAtScopeResponse>>;
886
+ beginUpdateAtScopeAndWait(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<TagsUpdateAtScopeResponse>;
887
+ createOrUpdate(tagName: string, options?: TagsCreateOrUpdateOptionalParams): Promise<TagsCreateOrUpdateResponse>;
888
+ createOrUpdateValue(tagName: string, tagValue: string, options?: TagsCreateOrUpdateValueOptionalParams): Promise<TagsCreateOrUpdateValueResponse>;
889
+ delete(tagName: string, options?: TagsDeleteOptionalParams): Promise<void>;
890
+ deleteValue(tagName: string, tagValue: string, options?: TagsDeleteValueOptionalParams): Promise<void>;
891
+ getAtScope(scope: string, options?: TagsGetAtScopeOptionalParams): Promise<TagsGetAtScopeResponse>;
892
+ list(options?: TagsListOptionalParams): PagedAsyncIterableIterator<TagDetails>;
893
+ }
894
+
895
+ // @public
896
+ export type TagsPatchOperation = string;
897
+
898
+ // @public
899
+ export interface TagsPatchResource {
900
+ operation?: TagsPatchOperation;
901
+ properties?: Tags;
902
+ }
903
+
904
+ // @public
905
+ export interface TagsResource {
906
+ readonly id?: string;
907
+ readonly name?: string;
908
+ properties: Tags;
909
+ readonly type?: string;
910
+ }
911
+
912
+ // @public
913
+ export interface TagsUpdateAtScopeHeaders {
914
+ location?: string;
915
+ }
916
+
917
+ // @public
918
+ export interface TagsUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
919
+ resumeFrom?: string;
920
+ updateIntervalInMs?: number;
921
+ }
922
+
923
+ // @public
924
+ export type TagsUpdateAtScopeResponse = TagsResource;
925
+
926
+ // @public
927
+ export interface TagValue {
928
+ count?: TagCount;
929
+ readonly id?: string;
930
+ tagValue?: string;
931
+ }
932
+
933
+ // @public (undocumented)
934
+ export interface ZoneMapping {
935
+ location?: string;
936
+ // (undocumented)
937
+ zones?: string[];
938
+ }
939
+
940
+ // (No @packageDocumentation comment for this package)
941
+
942
+ ```