@azure/arm-resources 6.1.0 → 7.0.0-alpha.20250730.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
@@ -1,1935 +0,0 @@
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 BasicDependency {
64
- id?: string;
65
- resourceName?: string;
66
- resourceType?: string;
67
- }
68
-
69
- // @public
70
- export type ChangeType = "Create" | "Delete" | "Ignore" | "Deploy" | "NoChange" | "Modify" | "Unsupported";
71
-
72
- // @public
73
- export interface CloudError {
74
- error?: ErrorResponse;
75
- }
76
-
77
- // @public
78
- export interface DebugSetting {
79
- detailLevel?: string;
80
- }
81
-
82
- // @public
83
- export interface Dependency {
84
- dependsOn?: BasicDependency[];
85
- id?: string;
86
- resourceName?: string;
87
- resourceType?: string;
88
- }
89
-
90
- // @public
91
- export interface Deployment {
92
- location?: string;
93
- properties: DeploymentProperties;
94
- tags?: {
95
- [propertyName: string]: string;
96
- };
97
- }
98
-
99
- // @public (undocumented)
100
- export interface DeploymentDiagnosticsDefinition {
101
- readonly additionalInfo?: ErrorAdditionalInfo[];
102
- readonly code: string;
103
- readonly level: Level;
104
- readonly message: string;
105
- readonly target?: string;
106
- }
107
-
108
- // @public
109
- export interface DeploymentExportResult {
110
- template?: Record<string, unknown>;
111
- }
112
-
113
- // @public
114
- export interface DeploymentExtended {
115
- readonly id?: string;
116
- location?: string;
117
- readonly name?: string;
118
- properties?: DeploymentPropertiesExtended;
119
- tags?: {
120
- [propertyName: string]: string;
121
- };
122
- readonly type?: string;
123
- }
124
-
125
- // @public
126
- export interface DeploymentExtendedFilter {
127
- provisioningState?: string;
128
- }
129
-
130
- // @public (undocumented)
131
- export interface DeploymentExtensionConfigItem {
132
- keyVaultReference?: KeyVaultParameterReference;
133
- readonly type?: ExtensionConfigPropertyType;
134
- value?: any;
135
- }
136
-
137
- // @public (undocumented)
138
- export interface DeploymentExtensionDefinition {
139
- readonly alias?: string;
140
- readonly config?: {
141
- [propertyName: string]: DeploymentExtensionConfigItem;
142
- };
143
- readonly configId?: string;
144
- readonly name?: string;
145
- readonly version?: string;
146
- }
147
-
148
- // @public
149
- export interface DeploymentListResult {
150
- readonly nextLink?: string;
151
- value?: DeploymentExtended[];
152
- }
153
-
154
- // @public
155
- export type DeploymentMode = "Incremental" | "Complete";
156
-
157
- // @public
158
- export interface DeploymentOperation {
159
- readonly id?: string;
160
- readonly operationId?: string;
161
- properties?: DeploymentOperationProperties;
162
- }
163
-
164
- // @public
165
- export interface DeploymentOperationProperties {
166
- readonly duration?: string;
167
- readonly provisioningOperation?: ProvisioningOperation;
168
- readonly provisioningState?: string;
169
- readonly request?: HttpMessage;
170
- readonly response?: HttpMessage;
171
- readonly serviceRequestId?: string;
172
- readonly statusCode?: string;
173
- readonly statusMessage?: StatusMessage;
174
- readonly targetResource?: TargetResource;
175
- readonly timestamp?: Date;
176
- }
177
-
178
- // @public
179
- export interface DeploymentOperations {
180
- get(resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams): Promise<DeploymentOperationsGetResponse>;
181
- getAtManagementGroupScope(groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentOperationsGetAtManagementGroupScopeResponse>;
182
- getAtScope(scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams): Promise<DeploymentOperationsGetAtScopeResponse>;
183
- getAtSubscriptionScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentOperationsGetAtSubscriptionScopeResponse>;
184
- getAtTenantScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams): Promise<DeploymentOperationsGetAtTenantScopeResponse>;
185
- list(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
186
- listAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
187
- listAtScope(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
188
- listAtSubscriptionScope(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
189
- listAtTenantScope(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
190
- }
191
-
192
- // @public
193
- export interface DeploymentOperationsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
194
- }
195
-
196
- // @public
197
- export type DeploymentOperationsGetAtManagementGroupScopeResponse = DeploymentOperation;
198
-
199
- // @public
200
- export interface DeploymentOperationsGetAtScopeOptionalParams extends coreClient.OperationOptions {
201
- }
202
-
203
- // @public
204
- export type DeploymentOperationsGetAtScopeResponse = DeploymentOperation;
205
-
206
- // @public
207
- export interface DeploymentOperationsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
208
- }
209
-
210
- // @public
211
- export type DeploymentOperationsGetAtSubscriptionScopeResponse = DeploymentOperation;
212
-
213
- // @public
214
- export interface DeploymentOperationsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
215
- }
216
-
217
- // @public
218
- export type DeploymentOperationsGetAtTenantScopeResponse = DeploymentOperation;
219
-
220
- // @public
221
- export interface DeploymentOperationsGetOptionalParams extends coreClient.OperationOptions {
222
- }
223
-
224
- // @public
225
- export type DeploymentOperationsGetResponse = DeploymentOperation;
226
-
227
- // @public
228
- export interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
229
- }
230
-
231
- // @public
232
- export type DeploymentOperationsListAtManagementGroupScopeNextResponse = DeploymentOperationsListResult;
233
-
234
- // @public
235
- export interface DeploymentOperationsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
236
- top?: number;
237
- }
238
-
239
- // @public
240
- export type DeploymentOperationsListAtManagementGroupScopeResponse = DeploymentOperationsListResult;
241
-
242
- // @public
243
- export interface DeploymentOperationsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
244
- }
245
-
246
- // @public
247
- export type DeploymentOperationsListAtScopeNextResponse = DeploymentOperationsListResult;
248
-
249
- // @public
250
- export interface DeploymentOperationsListAtScopeOptionalParams extends coreClient.OperationOptions {
251
- top?: number;
252
- }
253
-
254
- // @public
255
- export type DeploymentOperationsListAtScopeResponse = DeploymentOperationsListResult;
256
-
257
- // @public
258
- export interface DeploymentOperationsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
259
- }
260
-
261
- // @public
262
- export type DeploymentOperationsListAtSubscriptionScopeNextResponse = DeploymentOperationsListResult;
263
-
264
- // @public
265
- export interface DeploymentOperationsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
266
- top?: number;
267
- }
268
-
269
- // @public
270
- export type DeploymentOperationsListAtSubscriptionScopeResponse = DeploymentOperationsListResult;
271
-
272
- // @public
273
- export interface DeploymentOperationsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
274
- }
275
-
276
- // @public
277
- export type DeploymentOperationsListAtTenantScopeNextResponse = DeploymentOperationsListResult;
278
-
279
- // @public
280
- export interface DeploymentOperationsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
281
- top?: number;
282
- }
283
-
284
- // @public
285
- export type DeploymentOperationsListAtTenantScopeResponse = DeploymentOperationsListResult;
286
-
287
- // @public
288
- export interface DeploymentOperationsListNextOptionalParams extends coreClient.OperationOptions {
289
- }
290
-
291
- // @public
292
- export type DeploymentOperationsListNextResponse = DeploymentOperationsListResult;
293
-
294
- // @public
295
- export interface DeploymentOperationsListOptionalParams extends coreClient.OperationOptions {
296
- top?: number;
297
- }
298
-
299
- // @public
300
- export type DeploymentOperationsListResponse = DeploymentOperationsListResult;
301
-
302
- // @public
303
- export interface DeploymentOperationsListResult {
304
- readonly nextLink?: string;
305
- value?: DeploymentOperation[];
306
- }
307
-
308
- // @public
309
- export interface DeploymentParameter {
310
- reference?: KeyVaultParameterReference;
311
- value?: any;
312
- }
313
-
314
- // @public
315
- export interface DeploymentProperties {
316
- debugSetting?: DebugSetting;
317
- expressionEvaluationOptions?: ExpressionEvaluationOptions;
318
- extensionConfigs?: {
319
- [propertyName: string]: {
320
- [propertyName: string]: DeploymentExtensionConfigItem;
321
- };
322
- };
323
- mode: DeploymentMode;
324
- onErrorDeployment?: OnErrorDeployment;
325
- parameters?: {
326
- [propertyName: string]: DeploymentParameter;
327
- };
328
- parametersLink?: ParametersLink;
329
- template?: Record<string, unknown>;
330
- templateLink?: TemplateLink;
331
- validationLevel?: ValidationLevel;
332
- }
333
-
334
- // @public
335
- export interface DeploymentPropertiesExtended {
336
- readonly correlationId?: string;
337
- readonly debugSetting?: DebugSetting;
338
- readonly dependencies?: Dependency[];
339
- readonly diagnostics?: DeploymentDiagnosticsDefinition[];
340
- readonly duration?: string;
341
- readonly error?: ErrorResponse;
342
- readonly extensions?: DeploymentExtensionDefinition[];
343
- readonly mode?: DeploymentMode;
344
- readonly onErrorDeployment?: OnErrorDeploymentExtended;
345
- readonly outputResources?: ResourceReference[];
346
- readonly outputs?: Record<string, unknown>;
347
- readonly parameters?: Record<string, unknown>;
348
- readonly parametersLink?: ParametersLink;
349
- readonly providers?: Provider[];
350
- readonly provisioningState?: ProvisioningState;
351
- readonly templateHash?: string;
352
- readonly templateLink?: TemplateLink;
353
- readonly timestamp?: Date;
354
- readonly validatedResources?: ResourceReference[];
355
- validationLevel?: ValidationLevel;
356
- }
357
-
358
- // @public
359
- export interface Deployments {
360
- beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
361
- beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
362
- beginCreateOrUpdateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>, DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>>;
363
- beginCreateOrUpdateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;
364
- beginCreateOrUpdateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtScopeResponse>, DeploymentsCreateOrUpdateAtScopeResponse>>;
365
- beginCreateOrUpdateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;
366
- beginCreateOrUpdateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>, DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>>;
367
- beginCreateOrUpdateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;
368
- beginCreateOrUpdateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>, DeploymentsCreateOrUpdateAtTenantScopeResponse>>;
369
- beginCreateOrUpdateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;
370
- beginDelete(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
371
- beginDeleteAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
372
- beginDeleteAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
373
- beginDeleteAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<void>;
374
- beginDeleteAtScope(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
375
- beginDeleteAtScopeAndWait(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<void>;
376
- beginDeleteAtSubscriptionScope(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
377
- beginDeleteAtSubscriptionScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<void>;
378
- beginDeleteAtTenantScope(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
379
- beginDeleteAtTenantScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<void>;
380
- beginValidate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateResponse>, DeploymentsValidateResponse>>;
381
- beginValidateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<DeploymentsValidateResponse>;
382
- beginValidateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtManagementGroupScopeResponse>, DeploymentsValidateAtManagementGroupScopeResponse>>;
383
- beginValidateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;
384
- beginValidateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtScopeResponse>, DeploymentsValidateAtScopeResponse>>;
385
- beginValidateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<DeploymentsValidateAtScopeResponse>;
386
- beginValidateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtSubscriptionScopeResponse>, DeploymentsValidateAtSubscriptionScopeResponse>>;
387
- beginValidateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;
388
- beginValidateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtTenantScopeResponse>, DeploymentsValidateAtTenantScopeResponse>>;
389
- beginValidateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<DeploymentsValidateAtTenantScopeResponse>;
390
- beginWhatIf(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfResponse>, DeploymentsWhatIfResponse>>;
391
- beginWhatIfAndWait(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<DeploymentsWhatIfResponse>;
392
- beginWhatIfAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>, DeploymentsWhatIfAtManagementGroupScopeResponse>>;
393
- beginWhatIfAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;
394
- beginWhatIfAtSubscriptionScope(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>, DeploymentsWhatIfAtSubscriptionScopeResponse>>;
395
- beginWhatIfAtSubscriptionScopeAndWait(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;
396
- beginWhatIfAtTenantScope(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtTenantScopeResponse>, DeploymentsWhatIfAtTenantScopeResponse>>;
397
- beginWhatIfAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<DeploymentsWhatIfAtTenantScopeResponse>;
398
- calculateTemplateHash(template: Record<string, unknown>, options?: DeploymentsCalculateTemplateHashOptionalParams): Promise<DeploymentsCalculateTemplateHashResponse>;
399
- cancel(resourceGroupName: string, deploymentName: string, options?: DeploymentsCancelOptionalParams): Promise<void>;
400
- cancelAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCancelAtManagementGroupScopeOptionalParams): Promise<void>;
401
- cancelAtScope(scope: string, deploymentName: string, options?: DeploymentsCancelAtScopeOptionalParams): Promise<void>;
402
- cancelAtSubscriptionScope(deploymentName: string, options?: DeploymentsCancelAtSubscriptionScopeOptionalParams): Promise<void>;
403
- cancelAtTenantScope(deploymentName: string, options?: DeploymentsCancelAtTenantScopeOptionalParams): Promise<void>;
404
- checkExistence(resourceGroupName: string, deploymentName: string, options?: DeploymentsCheckExistenceOptionalParams): Promise<DeploymentsCheckExistenceResponse>;
405
- checkExistenceAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;
406
- checkExistenceAtScope(scope: string, deploymentName: string, options?: DeploymentsCheckExistenceAtScopeOptionalParams): Promise<DeploymentsCheckExistenceAtScopeResponse>;
407
- checkExistenceAtSubscriptionScope(deploymentName: string, options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;
408
- checkExistenceAtTenantScope(deploymentName: string, options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;
409
- exportTemplate(resourceGroupName: string, deploymentName: string, options?: DeploymentsExportTemplateOptionalParams): Promise<DeploymentsExportTemplateResponse>;
410
- exportTemplateAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;
411
- exportTemplateAtScope(scope: string, deploymentName: string, options?: DeploymentsExportTemplateAtScopeOptionalParams): Promise<DeploymentsExportTemplateAtScopeResponse>;
412
- exportTemplateAtSubscriptionScope(deploymentName: string, options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;
413
- exportTemplateAtTenantScope(deploymentName: string, options?: DeploymentsExportTemplateAtTenantScopeOptionalParams): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;
414
- get(resourceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
415
- getAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentsGetAtManagementGroupScopeResponse>;
416
- getAtScope(scope: string, deploymentName: string, options?: DeploymentsGetAtScopeOptionalParams): Promise<DeploymentsGetAtScopeResponse>;
417
- getAtSubscriptionScope(deploymentName: string, options?: DeploymentsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentsGetAtSubscriptionScopeResponse>;
418
- getAtTenantScope(deploymentName: string, options?: DeploymentsGetAtTenantScopeOptionalParams): Promise<DeploymentsGetAtTenantScopeResponse>;
419
- listAtManagementGroupScope(groupId: string, options?: DeploymentsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
420
- listAtScope(scope: string, options?: DeploymentsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
421
- listAtSubscriptionScope(options?: DeploymentsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
422
- listAtTenantScope(options?: DeploymentsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
423
- listByResourceGroup(resourceGroupName: string, options?: DeploymentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
424
- }
425
-
426
- // @public
427
- export interface DeploymentsCalculateTemplateHashOptionalParams extends coreClient.OperationOptions {
428
- }
429
-
430
- // @public
431
- export type DeploymentsCalculateTemplateHashResponse = TemplateHashResult;
432
-
433
- // @public
434
- export interface DeploymentsCancelAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
435
- }
436
-
437
- // @public
438
- export interface DeploymentsCancelAtScopeOptionalParams extends coreClient.OperationOptions {
439
- }
440
-
441
- // @public
442
- export interface DeploymentsCancelAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
443
- }
444
-
445
- // @public
446
- export interface DeploymentsCancelAtTenantScopeOptionalParams extends coreClient.OperationOptions {
447
- }
448
-
449
- // @public
450
- export interface DeploymentsCancelOptionalParams extends coreClient.OperationOptions {
451
- }
452
-
453
- // @public
454
- export interface DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
455
- }
456
-
457
- // @public
458
- export type DeploymentsCheckExistenceAtManagementGroupScopeResponse = {
459
- body: boolean;
460
- };
461
-
462
- // @public
463
- export interface DeploymentsCheckExistenceAtScopeOptionalParams extends coreClient.OperationOptions {
464
- }
465
-
466
- // @public
467
- export type DeploymentsCheckExistenceAtScopeResponse = {
468
- body: boolean;
469
- };
470
-
471
- // @public
472
- export interface DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
473
- }
474
-
475
- // @public
476
- export type DeploymentsCheckExistenceAtSubscriptionScopeResponse = {
477
- body: boolean;
478
- };
479
-
480
- // @public
481
- export interface DeploymentsCheckExistenceAtTenantScopeOptionalParams extends coreClient.OperationOptions {
482
- }
483
-
484
- // @public
485
- export type DeploymentsCheckExistenceAtTenantScopeResponse = {
486
- body: boolean;
487
- };
488
-
489
- // @public
490
- export interface DeploymentsCheckExistenceOptionalParams extends coreClient.OperationOptions {
491
- }
492
-
493
- // @public
494
- export type DeploymentsCheckExistenceResponse = {
495
- body: boolean;
496
- };
497
-
498
- // @public
499
- export interface DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
500
- resumeFrom?: string;
501
- updateIntervalInMs?: number;
502
- }
503
-
504
- // @public
505
- export type DeploymentsCreateOrUpdateAtManagementGroupScopeResponse = DeploymentExtended;
506
-
507
- // @public
508
- export interface DeploymentsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
509
- resumeFrom?: string;
510
- updateIntervalInMs?: number;
511
- }
512
-
513
- // @public
514
- export type DeploymentsCreateOrUpdateAtScopeResponse = DeploymentExtended;
515
-
516
- // @public
517
- export interface DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
518
- resumeFrom?: string;
519
- updateIntervalInMs?: number;
520
- }
521
-
522
- // @public
523
- export type DeploymentsCreateOrUpdateAtSubscriptionScopeResponse = DeploymentExtended;
524
-
525
- // @public
526
- export interface DeploymentsCreateOrUpdateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
527
- resumeFrom?: string;
528
- updateIntervalInMs?: number;
529
- }
530
-
531
- // @public
532
- export type DeploymentsCreateOrUpdateAtTenantScopeResponse = DeploymentExtended;
533
-
534
- // @public
535
- export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
536
- resumeFrom?: string;
537
- updateIntervalInMs?: number;
538
- }
539
-
540
- // @public
541
- export type DeploymentsCreateOrUpdateResponse = DeploymentExtended;
542
-
543
- // @public
544
- export interface DeploymentsDeleteAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
545
- resumeFrom?: string;
546
- updateIntervalInMs?: number;
547
- }
548
-
549
- // @public
550
- export interface DeploymentsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
551
- resumeFrom?: string;
552
- updateIntervalInMs?: number;
553
- }
554
-
555
- // @public
556
- export interface DeploymentsDeleteAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
557
- resumeFrom?: string;
558
- updateIntervalInMs?: number;
559
- }
560
-
561
- // @public
562
- export interface DeploymentsDeleteAtTenantScopeOptionalParams extends coreClient.OperationOptions {
563
- resumeFrom?: string;
564
- updateIntervalInMs?: number;
565
- }
566
-
567
- // @public
568
- export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
569
- resumeFrom?: string;
570
- updateIntervalInMs?: number;
571
- }
572
-
573
- // @public
574
- export interface DeploymentsExportTemplateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
575
- }
576
-
577
- // @public
578
- export type DeploymentsExportTemplateAtManagementGroupScopeResponse = DeploymentExportResult;
579
-
580
- // @public
581
- export interface DeploymentsExportTemplateAtScopeOptionalParams extends coreClient.OperationOptions {
582
- }
583
-
584
- // @public
585
- export type DeploymentsExportTemplateAtScopeResponse = DeploymentExportResult;
586
-
587
- // @public
588
- export interface DeploymentsExportTemplateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
589
- }
590
-
591
- // @public
592
- export type DeploymentsExportTemplateAtSubscriptionScopeResponse = DeploymentExportResult;
593
-
594
- // @public
595
- export interface DeploymentsExportTemplateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
596
- }
597
-
598
- // @public
599
- export type DeploymentsExportTemplateAtTenantScopeResponse = DeploymentExportResult;
600
-
601
- // @public
602
- export interface DeploymentsExportTemplateOptionalParams extends coreClient.OperationOptions {
603
- }
604
-
605
- // @public
606
- export type DeploymentsExportTemplateResponse = DeploymentExportResult;
607
-
608
- // @public
609
- export interface DeploymentsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
610
- }
611
-
612
- // @public
613
- export type DeploymentsGetAtManagementGroupScopeResponse = DeploymentExtended;
614
-
615
- // @public
616
- export interface DeploymentsGetAtScopeOptionalParams extends coreClient.OperationOptions {
617
- }
618
-
619
- // @public
620
- export type DeploymentsGetAtScopeResponse = DeploymentExtended;
621
-
622
- // @public
623
- export interface DeploymentsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
624
- }
625
-
626
- // @public
627
- export type DeploymentsGetAtSubscriptionScopeResponse = DeploymentExtended;
628
-
629
- // @public
630
- export interface DeploymentsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
631
- }
632
-
633
- // @public
634
- export type DeploymentsGetAtTenantScopeResponse = DeploymentExtended;
635
-
636
- // @public
637
- export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
638
- }
639
-
640
- // @public
641
- export type DeploymentsGetResponse = DeploymentExtended;
642
-
643
- // @public
644
- export interface DeploymentsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
645
- }
646
-
647
- // @public
648
- export type DeploymentsListAtManagementGroupScopeNextResponse = DeploymentListResult;
649
-
650
- // @public
651
- export interface DeploymentsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
652
- filter?: string;
653
- top?: number;
654
- }
655
-
656
- // @public
657
- export type DeploymentsListAtManagementGroupScopeResponse = DeploymentListResult;
658
-
659
- // @public
660
- export interface DeploymentsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
661
- }
662
-
663
- // @public
664
- export type DeploymentsListAtScopeNextResponse = DeploymentListResult;
665
-
666
- // @public
667
- export interface DeploymentsListAtScopeOptionalParams extends coreClient.OperationOptions {
668
- filter?: string;
669
- top?: number;
670
- }
671
-
672
- // @public
673
- export type DeploymentsListAtScopeResponse = DeploymentListResult;
674
-
675
- // @public
676
- export interface DeploymentsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
677
- }
678
-
679
- // @public
680
- export type DeploymentsListAtSubscriptionScopeNextResponse = DeploymentListResult;
681
-
682
- // @public
683
- export interface DeploymentsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
684
- filter?: string;
685
- top?: number;
686
- }
687
-
688
- // @public
689
- export type DeploymentsListAtSubscriptionScopeResponse = DeploymentListResult;
690
-
691
- // @public
692
- export interface DeploymentsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
693
- }
694
-
695
- // @public
696
- export type DeploymentsListAtTenantScopeNextResponse = DeploymentListResult;
697
-
698
- // @public
699
- export interface DeploymentsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
700
- filter?: string;
701
- top?: number;
702
- }
703
-
704
- // @public
705
- export type DeploymentsListAtTenantScopeResponse = DeploymentListResult;
706
-
707
- // @public
708
- export interface DeploymentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
709
- }
710
-
711
- // @public
712
- export type DeploymentsListByResourceGroupNextResponse = DeploymentListResult;
713
-
714
- // @public
715
- export interface DeploymentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
716
- filter?: string;
717
- top?: number;
718
- }
719
-
720
- // @public
721
- export type DeploymentsListByResourceGroupResponse = DeploymentListResult;
722
-
723
- // @public
724
- export interface DeploymentsValidateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
725
- resumeFrom?: string;
726
- updateIntervalInMs?: number;
727
- }
728
-
729
- // @public
730
- export type DeploymentsValidateAtManagementGroupScopeResponse = DeploymentValidateResult;
731
-
732
- // @public
733
- export interface DeploymentsValidateAtScopeOptionalParams extends coreClient.OperationOptions {
734
- resumeFrom?: string;
735
- updateIntervalInMs?: number;
736
- }
737
-
738
- // @public
739
- export type DeploymentsValidateAtScopeResponse = DeploymentValidateResult;
740
-
741
- // @public
742
- export interface DeploymentsValidateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
743
- resumeFrom?: string;
744
- updateIntervalInMs?: number;
745
- }
746
-
747
- // @public
748
- export type DeploymentsValidateAtSubscriptionScopeResponse = DeploymentValidateResult;
749
-
750
- // @public
751
- export interface DeploymentsValidateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
752
- resumeFrom?: string;
753
- updateIntervalInMs?: number;
754
- }
755
-
756
- // @public
757
- export type DeploymentsValidateAtTenantScopeResponse = DeploymentValidateResult;
758
-
759
- // @public
760
- export interface DeploymentsValidateOptionalParams extends coreClient.OperationOptions {
761
- resumeFrom?: string;
762
- updateIntervalInMs?: number;
763
- }
764
-
765
- // @public
766
- export type DeploymentsValidateResponse = DeploymentValidateResult;
767
-
768
- // @public
769
- export interface DeploymentsWhatIfAtManagementGroupScopeHeaders {
770
- location?: string;
771
- retryAfter?: string;
772
- }
773
-
774
- // @public
775
- export interface DeploymentsWhatIfAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
776
- resumeFrom?: string;
777
- updateIntervalInMs?: number;
778
- }
779
-
780
- // @public
781
- export type DeploymentsWhatIfAtManagementGroupScopeResponse = WhatIfOperationResult;
782
-
783
- // @public
784
- export interface DeploymentsWhatIfAtSubscriptionScopeHeaders {
785
- location?: string;
786
- retryAfter?: string;
787
- }
788
-
789
- // @public
790
- export interface DeploymentsWhatIfAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
791
- resumeFrom?: string;
792
- updateIntervalInMs?: number;
793
- }
794
-
795
- // @public
796
- export type DeploymentsWhatIfAtSubscriptionScopeResponse = WhatIfOperationResult;
797
-
798
- // @public
799
- export interface DeploymentsWhatIfAtTenantScopeHeaders {
800
- location?: string;
801
- retryAfter?: string;
802
- }
803
-
804
- // @public
805
- export interface DeploymentsWhatIfAtTenantScopeOptionalParams extends coreClient.OperationOptions {
806
- resumeFrom?: string;
807
- updateIntervalInMs?: number;
808
- }
809
-
810
- // @public
811
- export type DeploymentsWhatIfAtTenantScopeResponse = WhatIfOperationResult;
812
-
813
- // @public
814
- export interface DeploymentsWhatIfHeaders {
815
- location?: string;
816
- retryAfter?: string;
817
- }
818
-
819
- // @public
820
- export interface DeploymentsWhatIfOptionalParams extends coreClient.OperationOptions {
821
- resumeFrom?: string;
822
- updateIntervalInMs?: number;
823
- }
824
-
825
- // @public
826
- export type DeploymentsWhatIfResponse = WhatIfOperationResult;
827
-
828
- // @public
829
- export interface DeploymentValidateResult {
830
- readonly error?: ErrorResponse;
831
- readonly id?: string;
832
- readonly name?: string;
833
- properties?: DeploymentPropertiesExtended;
834
- readonly type?: string;
835
- }
836
-
837
- // @public
838
- export interface DeploymentWhatIf {
839
- location?: string;
840
- properties: DeploymentWhatIfProperties;
841
- }
842
-
843
- // @public
844
- export interface DeploymentWhatIfProperties extends DeploymentProperties {
845
- whatIfSettings?: DeploymentWhatIfSettings;
846
- }
847
-
848
- // @public
849
- export interface DeploymentWhatIfSettings {
850
- resultFormat?: WhatIfResultFormat;
851
- }
852
-
853
- // @public
854
- export interface ErrorAdditionalInfo {
855
- readonly info?: Record<string, unknown>;
856
- readonly type?: string;
857
- }
858
-
859
- // @public
860
- export interface ErrorResponse {
861
- readonly additionalInfo?: ErrorAdditionalInfo[];
862
- readonly code?: string;
863
- readonly details?: ErrorResponse[];
864
- readonly message?: string;
865
- readonly target?: string;
866
- }
867
-
868
- // @public
869
- export type ExportTemplateOutputFormat = string;
870
-
871
- // @public
872
- export interface ExportTemplateRequest {
873
- options?: string;
874
- outputFormat?: ExportTemplateOutputFormat;
875
- resources?: string[];
876
- }
877
-
878
- // @public
879
- export interface ExpressionEvaluationOptions {
880
- scope?: ExpressionEvaluationOptionsScopeType;
881
- }
882
-
883
- // @public
884
- export type ExpressionEvaluationOptionsScopeType = string;
885
-
886
- // @public
887
- export interface ExtendedLocation {
888
- name?: string;
889
- type?: ExtendedLocationType;
890
- }
891
-
892
- // @public
893
- export type ExtendedLocationType = string;
894
-
895
- // @public
896
- export type ExtensionConfigPropertyType = string;
897
-
898
- // @public
899
- export interface GenericResource extends Resource {
900
- identity?: Identity;
901
- kind?: string;
902
- managedBy?: string;
903
- plan?: Plan;
904
- properties?: Record<string, unknown>;
905
- sku?: Sku;
906
- }
907
-
908
- // @public
909
- export interface GenericResourceExpanded extends GenericResource {
910
- readonly changedTime?: Date;
911
- readonly createdTime?: Date;
912
- readonly provisioningState?: string;
913
- }
914
-
915
- // @public
916
- export interface GenericResourceFilter {
917
- resourceType?: string;
918
- tagname?: string;
919
- tagvalue?: string;
920
- }
921
-
922
- // @public
923
- export function getContinuationToken(page: unknown): string | undefined;
924
-
925
- // @public
926
- export interface HttpMessage {
927
- content?: Record<string, unknown>;
928
- }
929
-
930
- // @public
931
- export interface Identity {
932
- readonly principalId?: string;
933
- readonly tenantId?: string;
934
- type?: ResourceIdentityType;
935
- userAssignedIdentities?: {
936
- [propertyName: string]: IdentityUserAssignedIdentitiesValue;
937
- };
938
- }
939
-
940
- // @public (undocumented)
941
- export interface IdentityUserAssignedIdentitiesValue {
942
- readonly clientId?: string;
943
- readonly principalId?: string;
944
- }
945
-
946
- // @public
947
- export interface KeyVaultParameterReference {
948
- keyVault: KeyVaultReference;
949
- secretName: string;
950
- secretVersion?: string;
951
- }
952
-
953
- // @public
954
- export interface KeyVaultReference {
955
- id: string;
956
- }
957
-
958
- // @public
959
- export enum KnownAliasPathAttributes {
960
- Modifiable = "Modifiable",
961
- None = "None"
962
- }
963
-
964
- // @public
965
- export enum KnownAliasPathTokenType {
966
- Any = "Any",
967
- Array = "Array",
968
- Boolean = "Boolean",
969
- Integer = "Integer",
970
- NotSpecified = "NotSpecified",
971
- Number = "Number",
972
- Object = "Object",
973
- String = "String"
974
- }
975
-
976
- // @public
977
- export enum KnownExportTemplateOutputFormat {
978
- Bicep = "Bicep",
979
- Json = "Json"
980
- }
981
-
982
- // @public
983
- export enum KnownExpressionEvaluationOptionsScopeType {
984
- Inner = "Inner",
985
- NotSpecified = "NotSpecified",
986
- Outer = "Outer"
987
- }
988
-
989
- // @public
990
- export enum KnownExtendedLocationType {
991
- EdgeZone = "EdgeZone"
992
- }
993
-
994
- // @public
995
- export enum KnownExtensionConfigPropertyType {
996
- Array = "Array",
997
- Bool = "Bool",
998
- Int = "Int",
999
- Object = "Object",
1000
- SecureObject = "SecureObject",
1001
- SecureString = "SecureString",
1002
- String = "String"
1003
- }
1004
-
1005
- // @public
1006
- export enum KnownLevel {
1007
- Error = "Error",
1008
- Info = "Info",
1009
- Warning = "Warning"
1010
- }
1011
-
1012
- // @public
1013
- export enum KnownProviderAuthorizationConsentState {
1014
- Consented = "Consented",
1015
- NotRequired = "NotRequired",
1016
- NotSpecified = "NotSpecified",
1017
- Required = "Required"
1018
- }
1019
-
1020
- // @public
1021
- export enum KnownProvisioningState {
1022
- Accepted = "Accepted",
1023
- Canceled = "Canceled",
1024
- Created = "Created",
1025
- Creating = "Creating",
1026
- Deleted = "Deleted",
1027
- Deleting = "Deleting",
1028
- Failed = "Failed",
1029
- NotSpecified = "NotSpecified",
1030
- Ready = "Ready",
1031
- Running = "Running",
1032
- Succeeded = "Succeeded",
1033
- Updating = "Updating"
1034
- }
1035
-
1036
- // @public
1037
- export enum KnownTagsPatchOperation {
1038
- Delete = "Delete",
1039
- Merge = "Merge",
1040
- Replace = "Replace"
1041
- }
1042
-
1043
- // @public
1044
- export enum KnownValidationLevel {
1045
- Provider = "Provider",
1046
- ProviderNoRbac = "ProviderNoRbac",
1047
- Template = "Template"
1048
- }
1049
-
1050
- // @public
1051
- export type Level = string;
1052
-
1053
- // @public
1054
- export interface OnErrorDeployment {
1055
- deploymentName?: string;
1056
- type?: OnErrorDeploymentType;
1057
- }
1058
-
1059
- // @public
1060
- export interface OnErrorDeploymentExtended {
1061
- deploymentName?: string;
1062
- readonly provisioningState?: string;
1063
- type?: OnErrorDeploymentType;
1064
- }
1065
-
1066
- // @public
1067
- export type OnErrorDeploymentType = "LastSuccessful" | "SpecificDeployment";
1068
-
1069
- // @public
1070
- export interface Operation {
1071
- display?: OperationDisplay;
1072
- name?: string;
1073
- }
1074
-
1075
- // @public
1076
- export interface OperationDisplay {
1077
- description?: string;
1078
- operation?: string;
1079
- provider?: string;
1080
- resource?: string;
1081
- }
1082
-
1083
- // @public
1084
- export interface OperationListResult {
1085
- nextLink?: string;
1086
- value?: Operation[];
1087
- }
1088
-
1089
- // @public
1090
- export interface Operations {
1091
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1092
- }
1093
-
1094
- // @public
1095
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1096
- }
1097
-
1098
- // @public
1099
- export type OperationsListNextResponse = OperationListResult;
1100
-
1101
- // @public
1102
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1103
- }
1104
-
1105
- // @public
1106
- export type OperationsListResponse = OperationListResult;
1107
-
1108
- // @public
1109
- export interface ParametersLink {
1110
- contentVersion?: string;
1111
- uri: string;
1112
- }
1113
-
1114
- // @public
1115
- export interface Permission {
1116
- actions?: string[];
1117
- dataActions?: string[];
1118
- notActions?: string[];
1119
- notDataActions?: string[];
1120
- }
1121
-
1122
- // @public
1123
- export interface Plan {
1124
- name?: string;
1125
- product?: string;
1126
- promotionCode?: string;
1127
- publisher?: string;
1128
- version?: string;
1129
- }
1130
-
1131
- // @public
1132
- export type PropertyChangeType = "Create" | "Delete" | "Modify" | "Array" | "NoEffect";
1133
-
1134
- // @public
1135
- export interface Provider {
1136
- readonly id?: string;
1137
- namespace?: string;
1138
- providerAuthorizationConsentState?: ProviderAuthorizationConsentState;
1139
- readonly registrationPolicy?: string;
1140
- readonly registrationState?: string;
1141
- readonly resourceTypes?: ProviderResourceType[];
1142
- }
1143
-
1144
- // @public
1145
- export type ProviderAuthorizationConsentState = string;
1146
-
1147
- // @public
1148
- export interface ProviderConsentDefinition {
1149
- consentToAuthorization?: boolean;
1150
- }
1151
-
1152
- // @public
1153
- export interface ProviderExtendedLocation {
1154
- extendedLocations?: string[];
1155
- location?: string;
1156
- type?: string;
1157
- }
1158
-
1159
- // @public
1160
- export interface ProviderListResult {
1161
- readonly nextLink?: string;
1162
- value?: Provider[];
1163
- }
1164
-
1165
- // @public
1166
- export interface ProviderPermission {
1167
- applicationId?: string;
1168
- managedByRoleDefinition?: RoleDefinition;
1169
- providerAuthorizationConsentState?: ProviderAuthorizationConsentState;
1170
- roleDefinition?: RoleDefinition;
1171
- }
1172
-
1173
- // @public
1174
- export interface ProviderPermissionListResult {
1175
- readonly nextLink?: string;
1176
- value?: ProviderPermission[];
1177
- }
1178
-
1179
- // @public
1180
- export interface ProviderRegistrationRequest {
1181
- thirdPartyProviderConsent?: ProviderConsentDefinition;
1182
- }
1183
-
1184
- // @public
1185
- export interface ProviderResourceType {
1186
- aliases?: Alias[];
1187
- readonly apiProfiles?: ApiProfile[];
1188
- apiVersions?: string[];
1189
- capabilities?: string;
1190
- readonly defaultApiVersion?: string;
1191
- locationMappings?: ProviderExtendedLocation[];
1192
- locations?: string[];
1193
- properties?: {
1194
- [propertyName: string]: string;
1195
- };
1196
- resourceType?: string;
1197
- // (undocumented)
1198
- zoneMappings?: ZoneMapping[];
1199
- }
1200
-
1201
- // @public
1202
- export interface ProviderResourceTypeListResult {
1203
- readonly nextLink?: string;
1204
- value?: ProviderResourceType[];
1205
- }
1206
-
1207
- // @public
1208
- export interface ProviderResourceTypes {
1209
- list(resourceProviderNamespace: string, options?: ProviderResourceTypesListOptionalParams): Promise<ProviderResourceTypesListResponse>;
1210
- }
1211
-
1212
- // @public
1213
- export interface ProviderResourceTypesListOptionalParams extends coreClient.OperationOptions {
1214
- expand?: string;
1215
- }
1216
-
1217
- // @public
1218
- export type ProviderResourceTypesListResponse = ProviderResourceTypeListResult;
1219
-
1220
- // @public
1221
- export interface Providers {
1222
- get(resourceProviderNamespace: string, options?: ProvidersGetOptionalParams): Promise<ProvidersGetResponse>;
1223
- getAtTenantScope(resourceProviderNamespace: string, options?: ProvidersGetAtTenantScopeOptionalParams): Promise<ProvidersGetAtTenantScopeResponse>;
1224
- list(options?: ProvidersListOptionalParams): PagedAsyncIterableIterator<Provider>;
1225
- listAtTenantScope(options?: ProvidersListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<Provider>;
1226
- providerPermissions(resourceProviderNamespace: string, options?: ProvidersProviderPermissionsOptionalParams): Promise<ProvidersProviderPermissionsResponse>;
1227
- register(resourceProviderNamespace: string, options?: ProvidersRegisterOptionalParams): Promise<ProvidersRegisterResponse>;
1228
- registerAtManagementGroupScope(resourceProviderNamespace: string, groupId: string, options?: ProvidersRegisterAtManagementGroupScopeOptionalParams): Promise<void>;
1229
- unregister(resourceProviderNamespace: string, options?: ProvidersUnregisterOptionalParams): Promise<ProvidersUnregisterResponse>;
1230
- }
1231
-
1232
- // @public
1233
- export interface ProvidersGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1234
- expand?: string;
1235
- }
1236
-
1237
- // @public
1238
- export type ProvidersGetAtTenantScopeResponse = Provider;
1239
-
1240
- // @public
1241
- export interface ProvidersGetOptionalParams extends coreClient.OperationOptions {
1242
- expand?: string;
1243
- }
1244
-
1245
- // @public
1246
- export type ProvidersGetResponse = Provider;
1247
-
1248
- // @public
1249
- export interface ProvidersListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
1250
- }
1251
-
1252
- // @public
1253
- export type ProvidersListAtTenantScopeNextResponse = ProviderListResult;
1254
-
1255
- // @public
1256
- export interface ProvidersListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
1257
- expand?: string;
1258
- }
1259
-
1260
- // @public
1261
- export type ProvidersListAtTenantScopeResponse = ProviderListResult;
1262
-
1263
- // @public
1264
- export interface ProvidersListNextOptionalParams extends coreClient.OperationOptions {
1265
- }
1266
-
1267
- // @public
1268
- export type ProvidersListNextResponse = ProviderListResult;
1269
-
1270
- // @public
1271
- export interface ProvidersListOptionalParams extends coreClient.OperationOptions {
1272
- expand?: string;
1273
- }
1274
-
1275
- // @public
1276
- export type ProvidersListResponse = ProviderListResult;
1277
-
1278
- // @public
1279
- export interface ProvidersProviderPermissionsOptionalParams extends coreClient.OperationOptions {
1280
- }
1281
-
1282
- // @public
1283
- export type ProvidersProviderPermissionsResponse = ProviderPermissionListResult;
1284
-
1285
- // @public
1286
- export interface ProvidersRegisterAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
1287
- }
1288
-
1289
- // @public
1290
- export interface ProvidersRegisterOptionalParams extends coreClient.OperationOptions {
1291
- properties?: ProviderRegistrationRequest;
1292
- }
1293
-
1294
- // @public
1295
- export type ProvidersRegisterResponse = Provider;
1296
-
1297
- // @public
1298
- export interface ProvidersUnregisterOptionalParams extends coreClient.OperationOptions {
1299
- }
1300
-
1301
- // @public
1302
- export type ProvidersUnregisterResponse = Provider;
1303
-
1304
- // @public
1305
- export type ProvisioningOperation = "NotSpecified" | "Create" | "Delete" | "Waiting" | "AzureAsyncOperationWaiting" | "ResourceCacheWaiting" | "Action" | "Read" | "EvaluateDeploymentOutput" | "DeploymentCleanup";
1306
-
1307
- // @public
1308
- export type ProvisioningState = string;
1309
-
1310
- // @public
1311
- export interface Resource {
1312
- extendedLocation?: ExtendedLocation;
1313
- readonly id?: string;
1314
- location?: string;
1315
- readonly name?: string;
1316
- tags?: {
1317
- [propertyName: string]: string;
1318
- };
1319
- readonly type?: string;
1320
- }
1321
-
1322
- // @public
1323
- export interface ResourceGroup {
1324
- readonly id?: string;
1325
- location: string;
1326
- managedBy?: string;
1327
- readonly name?: string;
1328
- properties?: ResourceGroupProperties;
1329
- tags?: {
1330
- [propertyName: string]: string;
1331
- };
1332
- readonly type?: string;
1333
- }
1334
-
1335
- // @public
1336
- export interface ResourceGroupExportResult {
1337
- error?: ErrorResponse;
1338
- output?: string;
1339
- template?: Record<string, unknown>;
1340
- }
1341
-
1342
- // @public
1343
- export interface ResourceGroupFilter {
1344
- tagName?: string;
1345
- tagValue?: string;
1346
- }
1347
-
1348
- // @public
1349
- export interface ResourceGroupListResult {
1350
- readonly nextLink?: string;
1351
- value?: ResourceGroup[];
1352
- }
1353
-
1354
- // @public
1355
- export interface ResourceGroupPatchable {
1356
- managedBy?: string;
1357
- name?: string;
1358
- properties?: ResourceGroupProperties;
1359
- tags?: {
1360
- [propertyName: string]: string;
1361
- };
1362
- }
1363
-
1364
- // @public
1365
- export interface ResourceGroupProperties {
1366
- readonly provisioningState?: string;
1367
- }
1368
-
1369
- // @public
1370
- export interface ResourceGroups {
1371
- beginDelete(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1372
- beginDeleteAndWait(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<void>;
1373
- beginExportTemplate(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<SimplePollerLike<OperationState<ResourceGroupsExportTemplateResponse>, ResourceGroupsExportTemplateResponse>>;
1374
- beginExportTemplateAndWait(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<ResourceGroupsExportTemplateResponse>;
1375
- checkExistence(resourceGroupName: string, options?: ResourceGroupsCheckExistenceOptionalParams): Promise<ResourceGroupsCheckExistenceResponse>;
1376
- createOrUpdate(resourceGroupName: string, parameters: ResourceGroup, options?: ResourceGroupsCreateOrUpdateOptionalParams): Promise<ResourceGroupsCreateOrUpdateResponse>;
1377
- get(resourceGroupName: string, options?: ResourceGroupsGetOptionalParams): Promise<ResourceGroupsGetResponse>;
1378
- list(options?: ResourceGroupsListOptionalParams): PagedAsyncIterableIterator<ResourceGroup>;
1379
- update(resourceGroupName: string, parameters: ResourceGroupPatchable, options?: ResourceGroupsUpdateOptionalParams): Promise<ResourceGroupsUpdateResponse>;
1380
- }
1381
-
1382
- // @public
1383
- export interface ResourceGroupsCheckExistenceOptionalParams extends coreClient.OperationOptions {
1384
- }
1385
-
1386
- // @public
1387
- export type ResourceGroupsCheckExistenceResponse = {
1388
- body: boolean;
1389
- };
1390
-
1391
- // @public
1392
- export interface ResourceGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1393
- }
1394
-
1395
- // @public
1396
- export type ResourceGroupsCreateOrUpdateResponse = ResourceGroup;
1397
-
1398
- // @public
1399
- export interface ResourceGroupsDeleteHeaders {
1400
- location?: string;
1401
- }
1402
-
1403
- // @public
1404
- export interface ResourceGroupsDeleteOptionalParams extends coreClient.OperationOptions {
1405
- forceDeletionTypes?: string;
1406
- resumeFrom?: string;
1407
- updateIntervalInMs?: number;
1408
- }
1409
-
1410
- // @public
1411
- export interface ResourceGroupsExportTemplateOptionalParams extends coreClient.OperationOptions {
1412
- resumeFrom?: string;
1413
- updateIntervalInMs?: number;
1414
- }
1415
-
1416
- // @public
1417
- export type ResourceGroupsExportTemplateResponse = ResourceGroupExportResult;
1418
-
1419
- // @public
1420
- export interface ResourceGroupsGetOptionalParams extends coreClient.OperationOptions {
1421
- }
1422
-
1423
- // @public
1424
- export type ResourceGroupsGetResponse = ResourceGroup;
1425
-
1426
- // @public
1427
- export interface ResourceGroupsListNextOptionalParams extends coreClient.OperationOptions {
1428
- }
1429
-
1430
- // @public
1431
- export type ResourceGroupsListNextResponse = ResourceGroupListResult;
1432
-
1433
- // @public
1434
- export interface ResourceGroupsListOptionalParams extends coreClient.OperationOptions {
1435
- filter?: string;
1436
- top?: number;
1437
- }
1438
-
1439
- // @public
1440
- export type ResourceGroupsListResponse = ResourceGroupListResult;
1441
-
1442
- // @public
1443
- export interface ResourceGroupsUpdateOptionalParams extends coreClient.OperationOptions {
1444
- }
1445
-
1446
- // @public
1447
- export type ResourceGroupsUpdateResponse = ResourceGroup;
1448
-
1449
- // @public
1450
- export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
1451
-
1452
- // @public
1453
- export interface ResourceListResult {
1454
- readonly nextLink?: string;
1455
- value?: GenericResourceExpanded[];
1456
- }
1457
-
1458
- // @public (undocumented)
1459
- export class ResourceManagementClient extends coreClient.ServiceClient {
1460
- // (undocumented)
1461
- $host: string;
1462
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceManagementClientOptionalParams);
1463
- constructor(credentials: coreAuth.TokenCredential, options?: ResourceManagementClientOptionalParams);
1464
- // (undocumented)
1465
- apiVersion: string;
1466
- // (undocumented)
1467
- deploymentOperations: DeploymentOperations;
1468
- // (undocumented)
1469
- deployments: Deployments;
1470
- // (undocumented)
1471
- operations: Operations;
1472
- // (undocumented)
1473
- providerResourceTypes: ProviderResourceTypes;
1474
- // (undocumented)
1475
- providers: Providers;
1476
- // (undocumented)
1477
- resourceGroups: ResourceGroups;
1478
- // (undocumented)
1479
- resources: Resources;
1480
- // (undocumented)
1481
- subscriptionId?: string;
1482
- // (undocumented)
1483
- tagsOperations: TagsOperations;
1484
- }
1485
-
1486
- // @public
1487
- export interface ResourceManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1488
- $host?: string;
1489
- apiVersion?: string;
1490
- endpoint?: string;
1491
- }
1492
-
1493
- // @public
1494
- export interface ResourceProviderOperationDisplayProperties {
1495
- description?: string;
1496
- operation?: string;
1497
- provider?: string;
1498
- publisher?: string;
1499
- resource?: string;
1500
- }
1501
-
1502
- // @public
1503
- export interface ResourceReference {
1504
- readonly apiVersion?: string;
1505
- readonly extension?: DeploymentExtensionDefinition;
1506
- readonly id?: string;
1507
- readonly identifiers?: Record<string, unknown>;
1508
- readonly resourceType?: string;
1509
- }
1510
-
1511
- // @public
1512
- export interface Resources {
1513
- beginCreateOrUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesCreateOrUpdateResponse>, ResourcesCreateOrUpdateResponse>>;
1514
- beginCreateOrUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<ResourcesCreateOrUpdateResponse>;
1515
- beginCreateOrUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesCreateOrUpdateByIdResponse>, ResourcesCreateOrUpdateByIdResponse>>;
1516
- beginCreateOrUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<ResourcesCreateOrUpdateByIdResponse>;
1517
- beginDelete(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1518
- beginDeleteAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<void>;
1519
- beginDeleteById(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1520
- beginDeleteByIdAndWait(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<void>;
1521
- beginMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1522
- beginMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<void>;
1523
- beginUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesUpdateResponse>, ResourcesUpdateResponse>>;
1524
- beginUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<ResourcesUpdateResponse>;
1525
- beginUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<ResourcesUpdateByIdResponse>, ResourcesUpdateByIdResponse>>;
1526
- beginUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<ResourcesUpdateByIdResponse>;
1527
- beginValidateMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1528
- beginValidateMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<void>;
1529
- checkExistence(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesCheckExistenceOptionalParams): Promise<ResourcesCheckExistenceResponse>;
1530
- checkExistenceById(resourceId: string, apiVersion: string, options?: ResourcesCheckExistenceByIdOptionalParams): Promise<ResourcesCheckExistenceByIdResponse>;
1531
- get(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesGetOptionalParams): Promise<ResourcesGetResponse>;
1532
- getById(resourceId: string, apiVersion: string, options?: ResourcesGetByIdOptionalParams): Promise<ResourcesGetByIdResponse>;
1533
- list(options?: ResourcesListOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
1534
- listByResourceGroup(resourceGroupName: string, options?: ResourcesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
1535
- }
1536
-
1537
- // @public
1538
- export interface ResourcesCheckExistenceByIdOptionalParams extends coreClient.OperationOptions {
1539
- }
1540
-
1541
- // @public
1542
- export type ResourcesCheckExistenceByIdResponse = {
1543
- body: boolean;
1544
- };
1545
-
1546
- // @public
1547
- export interface ResourcesCheckExistenceOptionalParams extends coreClient.OperationOptions {
1548
- }
1549
-
1550
- // @public
1551
- export type ResourcesCheckExistenceResponse = {
1552
- body: boolean;
1553
- };
1554
-
1555
- // @public
1556
- export interface ResourcesCreateOrUpdateByIdOptionalParams extends coreClient.OperationOptions {
1557
- resumeFrom?: string;
1558
- updateIntervalInMs?: number;
1559
- }
1560
-
1561
- // @public
1562
- export type ResourcesCreateOrUpdateByIdResponse = GenericResource;
1563
-
1564
- // @public
1565
- export interface ResourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1566
- resumeFrom?: string;
1567
- updateIntervalInMs?: number;
1568
- }
1569
-
1570
- // @public
1571
- export type ResourcesCreateOrUpdateResponse = GenericResource;
1572
-
1573
- // @public
1574
- export interface ResourcesDeleteByIdOptionalParams extends coreClient.OperationOptions {
1575
- resumeFrom?: string;
1576
- updateIntervalInMs?: number;
1577
- }
1578
-
1579
- // @public
1580
- export interface ResourcesDeleteOptionalParams extends coreClient.OperationOptions {
1581
- resumeFrom?: string;
1582
- updateIntervalInMs?: number;
1583
- }
1584
-
1585
- // @public
1586
- export interface ResourcesGetByIdOptionalParams extends coreClient.OperationOptions {
1587
- }
1588
-
1589
- // @public
1590
- export type ResourcesGetByIdResponse = GenericResource;
1591
-
1592
- // @public
1593
- export interface ResourcesGetOptionalParams extends coreClient.OperationOptions {
1594
- }
1595
-
1596
- // @public
1597
- export type ResourcesGetResponse = GenericResource;
1598
-
1599
- // @public
1600
- export interface ResourcesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1601
- }
1602
-
1603
- // @public
1604
- export type ResourcesListByResourceGroupNextResponse = ResourceListResult;
1605
-
1606
- // @public
1607
- export interface ResourcesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1608
- expand?: string;
1609
- filter?: string;
1610
- top?: number;
1611
- }
1612
-
1613
- // @public
1614
- export type ResourcesListByResourceGroupResponse = ResourceListResult;
1615
-
1616
- // @public
1617
- export interface ResourcesListNextOptionalParams extends coreClient.OperationOptions {
1618
- }
1619
-
1620
- // @public
1621
- export type ResourcesListNextResponse = ResourceListResult;
1622
-
1623
- // @public
1624
- export interface ResourcesListOptionalParams extends coreClient.OperationOptions {
1625
- expand?: string;
1626
- filter?: string;
1627
- top?: number;
1628
- }
1629
-
1630
- // @public
1631
- export type ResourcesListResponse = ResourceListResult;
1632
-
1633
- // @public
1634
- export interface ResourcesMoveInfo {
1635
- resources?: string[];
1636
- targetResourceGroup?: string;
1637
- }
1638
-
1639
- // @public
1640
- export interface ResourcesMoveResourcesOptionalParams extends coreClient.OperationOptions {
1641
- resumeFrom?: string;
1642
- updateIntervalInMs?: number;
1643
- }
1644
-
1645
- // @public
1646
- export interface ResourcesUpdateByIdOptionalParams extends coreClient.OperationOptions {
1647
- resumeFrom?: string;
1648
- updateIntervalInMs?: number;
1649
- }
1650
-
1651
- // @public
1652
- export type ResourcesUpdateByIdResponse = GenericResource;
1653
-
1654
- // @public
1655
- export interface ResourcesUpdateOptionalParams extends coreClient.OperationOptions {
1656
- resumeFrom?: string;
1657
- updateIntervalInMs?: number;
1658
- }
1659
-
1660
- // @public
1661
- export type ResourcesUpdateResponse = GenericResource;
1662
-
1663
- // @public
1664
- export interface ResourcesValidateMoveResourcesOptionalParams extends coreClient.OperationOptions {
1665
- resumeFrom?: string;
1666
- updateIntervalInMs?: number;
1667
- }
1668
-
1669
- // @public
1670
- export interface RoleDefinition {
1671
- id?: string;
1672
- isServiceRole?: boolean;
1673
- name?: string;
1674
- permissions?: Permission[];
1675
- scopes?: string[];
1676
- }
1677
-
1678
- // @public
1679
- export interface ScopedDeployment {
1680
- location: string;
1681
- properties: DeploymentProperties;
1682
- tags?: {
1683
- [propertyName: string]: string;
1684
- };
1685
- }
1686
-
1687
- // @public
1688
- export interface ScopedDeploymentWhatIf {
1689
- location: string;
1690
- properties: DeploymentWhatIfProperties;
1691
- }
1692
-
1693
- // @public
1694
- export interface Sku {
1695
- capacity?: number;
1696
- family?: string;
1697
- model?: string;
1698
- name?: string;
1699
- size?: string;
1700
- tier?: string;
1701
- }
1702
-
1703
- // @public
1704
- export interface StatusMessage {
1705
- error?: ErrorResponse;
1706
- status?: string;
1707
- }
1708
-
1709
- // @public
1710
- export interface SubResource {
1711
- id?: string;
1712
- }
1713
-
1714
- // @public
1715
- export interface TagCount {
1716
- type?: string;
1717
- value?: number;
1718
- }
1719
-
1720
- // @public
1721
- export interface TagDetails {
1722
- count?: TagCount;
1723
- readonly id?: string;
1724
- tagName?: string;
1725
- values?: TagValue[];
1726
- }
1727
-
1728
- // @public
1729
- export interface Tags {
1730
- tags?: {
1731
- [propertyName: string]: string;
1732
- };
1733
- }
1734
-
1735
- // @public
1736
- export interface TagsCreateOrUpdateAtScopeHeaders {
1737
- location?: string;
1738
- }
1739
-
1740
- // @public
1741
- export interface TagsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
1742
- resumeFrom?: string;
1743
- updateIntervalInMs?: number;
1744
- }
1745
-
1746
- // @public
1747
- export type TagsCreateOrUpdateAtScopeResponse = TagsResource;
1748
-
1749
- // @public
1750
- export interface TagsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1751
- }
1752
-
1753
- // @public
1754
- export type TagsCreateOrUpdateResponse = TagDetails;
1755
-
1756
- // @public
1757
- export interface TagsCreateOrUpdateValueOptionalParams extends coreClient.OperationOptions {
1758
- }
1759
-
1760
- // @public
1761
- export type TagsCreateOrUpdateValueResponse = TagValue;
1762
-
1763
- // @public
1764
- export interface TagsDeleteAtScopeHeaders {
1765
- location?: string;
1766
- }
1767
-
1768
- // @public
1769
- export interface TagsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
1770
- resumeFrom?: string;
1771
- updateIntervalInMs?: number;
1772
- }
1773
-
1774
- // @public
1775
- export interface TagsDeleteOptionalParams extends coreClient.OperationOptions {
1776
- }
1777
-
1778
- // @public
1779
- export interface TagsDeleteValueOptionalParams extends coreClient.OperationOptions {
1780
- }
1781
-
1782
- // @public
1783
- export interface TagsGetAtScopeOptionalParams extends coreClient.OperationOptions {
1784
- }
1785
-
1786
- // @public
1787
- export type TagsGetAtScopeResponse = TagsResource;
1788
-
1789
- // @public
1790
- export interface TagsListNextOptionalParams extends coreClient.OperationOptions {
1791
- }
1792
-
1793
- // @public
1794
- export type TagsListNextResponse = TagsListResult;
1795
-
1796
- // @public
1797
- export interface TagsListOptionalParams extends coreClient.OperationOptions {
1798
- }
1799
-
1800
- // @public
1801
- export type TagsListResponse = TagsListResult;
1802
-
1803
- // @public
1804
- export interface TagsListResult {
1805
- readonly nextLink?: string;
1806
- value?: TagDetails[];
1807
- }
1808
-
1809
- // @public
1810
- export interface TagsOperations {
1811
- beginCreateOrUpdateAtScope(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<TagsCreateOrUpdateAtScopeResponse>, TagsCreateOrUpdateAtScopeResponse>>;
1812
- beginCreateOrUpdateAtScopeAndWait(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<TagsCreateOrUpdateAtScopeResponse>;
1813
- beginDeleteAtScope(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1814
- beginDeleteAtScopeAndWait(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<void>;
1815
- beginUpdateAtScope(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<TagsUpdateAtScopeResponse>, TagsUpdateAtScopeResponse>>;
1816
- beginUpdateAtScopeAndWait(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<TagsUpdateAtScopeResponse>;
1817
- createOrUpdate(tagName: string, options?: TagsCreateOrUpdateOptionalParams): Promise<TagsCreateOrUpdateResponse>;
1818
- createOrUpdateValue(tagName: string, tagValue: string, options?: TagsCreateOrUpdateValueOptionalParams): Promise<TagsCreateOrUpdateValueResponse>;
1819
- delete(tagName: string, options?: TagsDeleteOptionalParams): Promise<void>;
1820
- deleteValue(tagName: string, tagValue: string, options?: TagsDeleteValueOptionalParams): Promise<void>;
1821
- getAtScope(scope: string, options?: TagsGetAtScopeOptionalParams): Promise<TagsGetAtScopeResponse>;
1822
- list(options?: TagsListOptionalParams): PagedAsyncIterableIterator<TagDetails>;
1823
- }
1824
-
1825
- // @public
1826
- export type TagsPatchOperation = string;
1827
-
1828
- // @public
1829
- export interface TagsPatchResource {
1830
- operation?: TagsPatchOperation;
1831
- properties?: Tags;
1832
- }
1833
-
1834
- // @public
1835
- export interface TagsResource {
1836
- readonly id?: string;
1837
- readonly name?: string;
1838
- properties: Tags;
1839
- readonly type?: string;
1840
- }
1841
-
1842
- // @public
1843
- export interface TagsUpdateAtScopeHeaders {
1844
- location?: string;
1845
- }
1846
-
1847
- // @public
1848
- export interface TagsUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
1849
- resumeFrom?: string;
1850
- updateIntervalInMs?: number;
1851
- }
1852
-
1853
- // @public
1854
- export type TagsUpdateAtScopeResponse = TagsResource;
1855
-
1856
- // @public
1857
- export interface TagValue {
1858
- count?: TagCount;
1859
- readonly id?: string;
1860
- tagValue?: string;
1861
- }
1862
-
1863
- // @public
1864
- export interface TargetResource {
1865
- apiVersion?: string;
1866
- extension?: DeploymentExtensionDefinition;
1867
- id?: string;
1868
- identifiers?: Record<string, unknown>;
1869
- resourceName?: string;
1870
- resourceType?: string;
1871
- symbolicName?: string;
1872
- }
1873
-
1874
- // @public
1875
- export interface TemplateHashResult {
1876
- minifiedTemplate?: string;
1877
- templateHash?: string;
1878
- }
1879
-
1880
- // @public
1881
- export interface TemplateLink {
1882
- contentVersion?: string;
1883
- id?: string;
1884
- queryString?: string;
1885
- relativePath?: string;
1886
- uri?: string;
1887
- }
1888
-
1889
- // @public
1890
- export type ValidationLevel = string;
1891
-
1892
- // @public
1893
- export interface WhatIfChange {
1894
- after?: Record<string, unknown>;
1895
- before?: Record<string, unknown>;
1896
- changeType: ChangeType;
1897
- delta?: WhatIfPropertyChange[];
1898
- deploymentId?: string;
1899
- identifiers?: Record<string, unknown>;
1900
- resourceId?: string;
1901
- symbolicName?: string;
1902
- unsupportedReason?: string;
1903
- }
1904
-
1905
- // @public
1906
- export interface WhatIfOperationResult {
1907
- changes?: WhatIfChange[];
1908
- readonly diagnostics?: DeploymentDiagnosticsDefinition[];
1909
- error?: ErrorResponse;
1910
- potentialChanges?: WhatIfChange[];
1911
- status?: string;
1912
- }
1913
-
1914
- // @public
1915
- export interface WhatIfPropertyChange {
1916
- after?: Record<string, unknown>;
1917
- before?: Record<string, unknown>;
1918
- children?: WhatIfPropertyChange[];
1919
- path: string;
1920
- propertyChangeType: PropertyChangeType;
1921
- }
1922
-
1923
- // @public
1924
- export type WhatIfResultFormat = "ResourceIdOnly" | "FullResourcePayloads";
1925
-
1926
- // @public (undocumented)
1927
- export interface ZoneMapping {
1928
- location?: string;
1929
- // (undocumented)
1930
- zones?: string[];
1931
- }
1932
-
1933
- // (No @packageDocumentation comment for this package)
1934
-
1935
- ```