@azure/arm-resources-profile-2020-09-01-hybrid 2.1.1-alpha.20250718.1 → 2.1.1-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.
- package/dist/browser/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +29 -13
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/deploymentOperations.js +111 -196
- package/dist/browser/operations/deploymentOperations.js.map +1 -1
- package/dist/browser/operations/deployments.js +320 -310
- package/dist/browser/operations/deployments.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/providers.js +45 -79
- package/dist/browser/operations/providers.js.map +1 -1
- package/dist/browser/operations/resourceGroups.js +45 -52
- package/dist/browser/operations/resourceGroups.js.map +1 -1
- package/dist/browser/operations/resources.js +133 -127
- package/dist/browser/operations/resources.js.map +1 -1
- package/dist/browser/operations/tagsOperations.js +23 -40
- package/dist/browser/operations/tagsOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/resourceManagementClient.js +20 -5
- package/dist/browser/resourceManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +29 -13
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/deploymentOperations.js +111 -195
- package/dist/commonjs/operations/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operations/deployments.js +320 -309
- package/dist/commonjs/operations/deployments.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/providers.js +45 -78
- package/dist/commonjs/operations/providers.js.map +1 -1
- package/dist/commonjs/operations/resourceGroups.js +45 -51
- package/dist/commonjs/operations/resourceGroups.js.map +1 -1
- package/dist/commonjs/operations/resources.js +133 -126
- package/dist/commonjs/operations/resources.js.map +1 -1
- package/dist/commonjs/operations/tagsOperations.js +23 -39
- package/dist/commonjs/operations/tagsOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/resourceManagementClient.js +20 -5
- package/dist/commonjs/resourceManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +29 -13
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/deploymentOperations.js +111 -196
- package/dist/esm/operations/deploymentOperations.js.map +1 -1
- package/dist/esm/operations/deployments.js +320 -310
- package/dist/esm/operations/deployments.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/providers.js +45 -79
- package/dist/esm/operations/providers.js.map +1 -1
- package/dist/esm/operations/resourceGroups.js +45 -52
- package/dist/esm/operations/resourceGroups.js.map +1 -1
- package/dist/esm/operations/resources.js +133 -127
- package/dist/esm/operations/resources.js.map +1 -1
- package/dist/esm/operations/tagsOperations.js +23 -40
- package/dist/esm/operations/tagsOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/resourceManagementClient.js +20 -5
- package/dist/esm/resourceManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +29 -13
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/deploymentOperations.js +111 -196
- package/dist/react-native/operations/deploymentOperations.js.map +1 -1
- package/dist/react-native/operations/deployments.js +320 -310
- package/dist/react-native/operations/deployments.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/providers.js +45 -79
- package/dist/react-native/operations/providers.js.map +1 -1
- package/dist/react-native/operations/resourceGroups.js +45 -52
- package/dist/react-native/operations/resourceGroups.js.map +1 -1
- package/dist/react-native/operations/resources.js +133 -127
- package/dist/react-native/operations/resources.js.map +1 -1
- package/dist/react-native/operations/tagsOperations.js +23 -40
- package/dist/react-native/operations/tagsOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/resourceManagementClient.js +20 -5
- package/dist/react-native/resourceManagementClient.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-resources-profile-2020-09-01-hybrid-node.api.md +1593 -1593
|
@@ -1,1593 +1,1593 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-resources-profile-2020-09-01-hybrid"
|
|
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 { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface Alias {
|
|
15
|
-
defaultPath?: string;
|
|
16
|
-
defaultPattern?: AliasPattern;
|
|
17
|
-
name?: string;
|
|
18
|
-
paths?: AliasPath[];
|
|
19
|
-
type?: AliasType;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export interface AliasPath {
|
|
24
|
-
apiVersions?: string[];
|
|
25
|
-
path?: string;
|
|
26
|
-
pattern?: AliasPattern;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// @public
|
|
30
|
-
export interface AliasPattern {
|
|
31
|
-
phrase?: string;
|
|
32
|
-
type?: AliasPatternType;
|
|
33
|
-
variable?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export type AliasPatternType = "NotSpecified" | "Extract";
|
|
38
|
-
|
|
39
|
-
// @public
|
|
40
|
-
export type AliasType = "NotSpecified" | "PlainText" | "Mask";
|
|
41
|
-
|
|
42
|
-
// @public
|
|
43
|
-
export interface BasicDependency {
|
|
44
|
-
id?: string;
|
|
45
|
-
resourceName?: string;
|
|
46
|
-
resourceType?: string;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
// @public
|
|
50
|
-
export type ChangeType = "Create" | "Delete" | "Ignore" | "Deploy" | "NoChange" | "Modify";
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface CloudError {
|
|
54
|
-
error?: ErrorResponse;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// @public
|
|
58
|
-
export interface DebugSetting {
|
|
59
|
-
detailLevel?: string;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// @public
|
|
63
|
-
export interface Dependency {
|
|
64
|
-
dependsOn?: BasicDependency[];
|
|
65
|
-
id?: string;
|
|
66
|
-
resourceName?: string;
|
|
67
|
-
resourceType?: string;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// @public
|
|
71
|
-
export interface Deployment {
|
|
72
|
-
location?: string;
|
|
73
|
-
properties: DeploymentProperties;
|
|
74
|
-
tags?: {
|
|
75
|
-
[propertyName: string]: string;
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// @public
|
|
80
|
-
export interface DeploymentExportResult {
|
|
81
|
-
template?: Record<string, unknown>;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
// @public
|
|
85
|
-
export interface DeploymentExtended {
|
|
86
|
-
readonly id?: string;
|
|
87
|
-
location?: string;
|
|
88
|
-
readonly name?: string;
|
|
89
|
-
properties?: DeploymentPropertiesExtended;
|
|
90
|
-
tags?: {
|
|
91
|
-
[propertyName: string]: string;
|
|
92
|
-
};
|
|
93
|
-
readonly type?: string;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// @public
|
|
97
|
-
export interface DeploymentExtendedFilter {
|
|
98
|
-
provisioningState?: string;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
// @public
|
|
102
|
-
export interface DeploymentListResult {
|
|
103
|
-
readonly nextLink?: string;
|
|
104
|
-
value?: DeploymentExtended[];
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// @public
|
|
108
|
-
export type DeploymentMode = "Incremental" | "Complete";
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export interface DeploymentOperation {
|
|
112
|
-
readonly id?: string;
|
|
113
|
-
readonly operationId?: string;
|
|
114
|
-
properties?: DeploymentOperationProperties;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
// @public
|
|
118
|
-
export interface DeploymentOperationProperties {
|
|
119
|
-
readonly duration?: string;
|
|
120
|
-
readonly provisioningOperation?: ProvisioningOperation;
|
|
121
|
-
readonly provisioningState?: string;
|
|
122
|
-
readonly request?: HttpMessage;
|
|
123
|
-
readonly response?: HttpMessage;
|
|
124
|
-
readonly serviceRequestId?: string;
|
|
125
|
-
readonly statusCode?: string;
|
|
126
|
-
readonly statusMessage?: Record<string, unknown>;
|
|
127
|
-
readonly targetResource?: TargetResource;
|
|
128
|
-
readonly timestamp?: Date;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// @public
|
|
132
|
-
export interface DeploymentOperations {
|
|
133
|
-
get(resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams): Promise<DeploymentOperationsGetResponse>;
|
|
134
|
-
getAtManagementGroupScope(groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentOperationsGetAtManagementGroupScopeResponse>;
|
|
135
|
-
getAtScope(scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams): Promise<DeploymentOperationsGetAtScopeResponse>;
|
|
136
|
-
getAtSubscriptionScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentOperationsGetAtSubscriptionScopeResponse>;
|
|
137
|
-
getAtTenantScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams): Promise<DeploymentOperationsGetAtTenantScopeResponse>;
|
|
138
|
-
list(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
139
|
-
listAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
140
|
-
listAtScope(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
141
|
-
listAtSubscriptionScope(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
142
|
-
listAtTenantScope(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// @public
|
|
146
|
-
export interface DeploymentOperationsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
// @public
|
|
150
|
-
export type DeploymentOperationsGetAtManagementGroupScopeResponse = DeploymentOperation;
|
|
151
|
-
|
|
152
|
-
// @public
|
|
153
|
-
export interface DeploymentOperationsGetAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// @public
|
|
157
|
-
export type DeploymentOperationsGetAtScopeResponse = DeploymentOperation;
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export interface DeploymentOperationsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export type DeploymentOperationsGetAtSubscriptionScopeResponse = DeploymentOperation;
|
|
165
|
-
|
|
166
|
-
// @public
|
|
167
|
-
export interface DeploymentOperationsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
// @public
|
|
171
|
-
export type DeploymentOperationsGetAtTenantScopeResponse = DeploymentOperation;
|
|
172
|
-
|
|
173
|
-
// @public
|
|
174
|
-
export interface DeploymentOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
// @public
|
|
178
|
-
export type DeploymentOperationsGetResponse = DeploymentOperation;
|
|
179
|
-
|
|
180
|
-
// @public
|
|
181
|
-
export interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
// @public
|
|
185
|
-
export type DeploymentOperationsListAtManagementGroupScopeNextResponse = DeploymentOperationsListResult;
|
|
186
|
-
|
|
187
|
-
// @public
|
|
188
|
-
export interface DeploymentOperationsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
189
|
-
top?: number;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
// @public
|
|
193
|
-
export type DeploymentOperationsListAtManagementGroupScopeResponse = DeploymentOperationsListResult;
|
|
194
|
-
|
|
195
|
-
// @public
|
|
196
|
-
export interface DeploymentOperationsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
// @public
|
|
200
|
-
export type DeploymentOperationsListAtScopeNextResponse = DeploymentOperationsListResult;
|
|
201
|
-
|
|
202
|
-
// @public
|
|
203
|
-
export interface DeploymentOperationsListAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
204
|
-
top?: number;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
// @public
|
|
208
|
-
export type DeploymentOperationsListAtScopeResponse = DeploymentOperationsListResult;
|
|
209
|
-
|
|
210
|
-
// @public
|
|
211
|
-
export interface DeploymentOperationsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
// @public
|
|
215
|
-
export type DeploymentOperationsListAtSubscriptionScopeNextResponse = DeploymentOperationsListResult;
|
|
216
|
-
|
|
217
|
-
// @public
|
|
218
|
-
export interface DeploymentOperationsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
219
|
-
top?: number;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
// @public
|
|
223
|
-
export type DeploymentOperationsListAtSubscriptionScopeResponse = DeploymentOperationsListResult;
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export interface DeploymentOperationsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
// @public
|
|
230
|
-
export type DeploymentOperationsListAtTenantScopeNextResponse = DeploymentOperationsListResult;
|
|
231
|
-
|
|
232
|
-
// @public
|
|
233
|
-
export interface DeploymentOperationsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
234
|
-
top?: number;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// @public
|
|
238
|
-
export type DeploymentOperationsListAtTenantScopeResponse = DeploymentOperationsListResult;
|
|
239
|
-
|
|
240
|
-
// @public
|
|
241
|
-
export interface DeploymentOperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
// @public
|
|
245
|
-
export type DeploymentOperationsListNextResponse = DeploymentOperationsListResult;
|
|
246
|
-
|
|
247
|
-
// @public
|
|
248
|
-
export interface DeploymentOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
249
|
-
top?: number;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// @public
|
|
253
|
-
export type DeploymentOperationsListResponse = DeploymentOperationsListResult;
|
|
254
|
-
|
|
255
|
-
// @public
|
|
256
|
-
export interface DeploymentOperationsListResult {
|
|
257
|
-
readonly nextLink?: string;
|
|
258
|
-
value?: DeploymentOperation[];
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
// @public
|
|
262
|
-
export interface DeploymentProperties {
|
|
263
|
-
debugSetting?: DebugSetting;
|
|
264
|
-
mode: DeploymentMode;
|
|
265
|
-
onErrorDeployment?: OnErrorDeployment;
|
|
266
|
-
parameters?: Record<string, unknown>;
|
|
267
|
-
parametersLink?: ParametersLink;
|
|
268
|
-
template?: Record<string, unknown>;
|
|
269
|
-
templateLink?: TemplateLink;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
// @public
|
|
273
|
-
export interface DeploymentPropertiesExtended {
|
|
274
|
-
readonly correlationId?: string;
|
|
275
|
-
readonly debugSetting?: DebugSetting;
|
|
276
|
-
readonly dependencies?: Dependency[];
|
|
277
|
-
readonly duration?: string;
|
|
278
|
-
readonly error?: ErrorResponse;
|
|
279
|
-
readonly mode?: DeploymentMode;
|
|
280
|
-
readonly onErrorDeployment?: OnErrorDeploymentExtended;
|
|
281
|
-
readonly outputResources?: ResourceReference[];
|
|
282
|
-
readonly outputs?: Record<string, unknown>;
|
|
283
|
-
readonly parameters?: Record<string, unknown>;
|
|
284
|
-
readonly parametersLink?: ParametersLink;
|
|
285
|
-
readonly providers?: Provider[];
|
|
286
|
-
readonly provisioningState?: string;
|
|
287
|
-
readonly templateHash?: string;
|
|
288
|
-
readonly templateLink?: TemplateLink;
|
|
289
|
-
readonly timestamp?: Date;
|
|
290
|
-
readonly validatedResources?: ResourceReference[];
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
// @public
|
|
294
|
-
export interface Deployments {
|
|
295
|
-
beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
|
|
296
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
|
|
297
|
-
beginCreateOrUpdateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>, DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>>;
|
|
298
|
-
beginCreateOrUpdateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;
|
|
299
|
-
beginCreateOrUpdateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtScopeResponse>, DeploymentsCreateOrUpdateAtScopeResponse>>;
|
|
300
|
-
beginCreateOrUpdateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;
|
|
301
|
-
beginCreateOrUpdateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>, DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>>;
|
|
302
|
-
beginCreateOrUpdateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;
|
|
303
|
-
beginCreateOrUpdateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>, DeploymentsCreateOrUpdateAtTenantScopeResponse>>;
|
|
304
|
-
beginCreateOrUpdateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;
|
|
305
|
-
beginDelete(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
306
|
-
beginDeleteAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
|
|
307
|
-
beginDeleteAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
308
|
-
beginDeleteAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<void>;
|
|
309
|
-
beginDeleteAtScope(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
310
|
-
beginDeleteAtScopeAndWait(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<void>;
|
|
311
|
-
beginDeleteAtSubscriptionScope(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
312
|
-
beginDeleteAtSubscriptionScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<void>;
|
|
313
|
-
beginDeleteAtTenantScope(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
314
|
-
beginDeleteAtTenantScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<void>;
|
|
315
|
-
beginValidate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateResponse>, DeploymentsValidateResponse>>;
|
|
316
|
-
beginValidateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<DeploymentsValidateResponse>;
|
|
317
|
-
beginValidateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtManagementGroupScopeResponse>, DeploymentsValidateAtManagementGroupScopeResponse>>;
|
|
318
|
-
beginValidateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;
|
|
319
|
-
beginValidateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtScopeResponse>, DeploymentsValidateAtScopeResponse>>;
|
|
320
|
-
beginValidateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<DeploymentsValidateAtScopeResponse>;
|
|
321
|
-
beginValidateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtSubscriptionScopeResponse>, DeploymentsValidateAtSubscriptionScopeResponse>>;
|
|
322
|
-
beginValidateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;
|
|
323
|
-
beginValidateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtTenantScopeResponse>, DeploymentsValidateAtTenantScopeResponse>>;
|
|
324
|
-
beginValidateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<DeploymentsValidateAtTenantScopeResponse>;
|
|
325
|
-
beginWhatIf(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfResponse>, DeploymentsWhatIfResponse>>;
|
|
326
|
-
beginWhatIfAndWait(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<DeploymentsWhatIfResponse>;
|
|
327
|
-
beginWhatIfAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>, DeploymentsWhatIfAtManagementGroupScopeResponse>>;
|
|
328
|
-
beginWhatIfAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;
|
|
329
|
-
beginWhatIfAtSubscriptionScope(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>, DeploymentsWhatIfAtSubscriptionScopeResponse>>;
|
|
330
|
-
beginWhatIfAtSubscriptionScopeAndWait(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;
|
|
331
|
-
beginWhatIfAtTenantScope(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfAtTenantScopeResponse>, DeploymentsWhatIfAtTenantScopeResponse>>;
|
|
332
|
-
beginWhatIfAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<DeploymentsWhatIfAtTenantScopeResponse>;
|
|
333
|
-
calculateTemplateHash(template: Record<string, unknown>, options?: DeploymentsCalculateTemplateHashOptionalParams): Promise<DeploymentsCalculateTemplateHashResponse>;
|
|
334
|
-
cancel(resourceGroupName: string, deploymentName: string, options?: DeploymentsCancelOptionalParams): Promise<void>;
|
|
335
|
-
cancelAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCancelAtManagementGroupScopeOptionalParams): Promise<void>;
|
|
336
|
-
cancelAtScope(scope: string, deploymentName: string, options?: DeploymentsCancelAtScopeOptionalParams): Promise<void>;
|
|
337
|
-
cancelAtSubscriptionScope(deploymentName: string, options?: DeploymentsCancelAtSubscriptionScopeOptionalParams): Promise<void>;
|
|
338
|
-
cancelAtTenantScope(deploymentName: string, options?: DeploymentsCancelAtTenantScopeOptionalParams): Promise<void>;
|
|
339
|
-
checkExistence(resourceGroupName: string, deploymentName: string, options?: DeploymentsCheckExistenceOptionalParams): Promise<DeploymentsCheckExistenceResponse>;
|
|
340
|
-
checkExistenceAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;
|
|
341
|
-
checkExistenceAtScope(scope: string, deploymentName: string, options?: DeploymentsCheckExistenceAtScopeOptionalParams): Promise<DeploymentsCheckExistenceAtScopeResponse>;
|
|
342
|
-
checkExistenceAtSubscriptionScope(deploymentName: string, options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;
|
|
343
|
-
checkExistenceAtTenantScope(deploymentName: string, options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;
|
|
344
|
-
exportTemplate(resourceGroupName: string, deploymentName: string, options?: DeploymentsExportTemplateOptionalParams): Promise<DeploymentsExportTemplateResponse>;
|
|
345
|
-
exportTemplateAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;
|
|
346
|
-
exportTemplateAtScope(scope: string, deploymentName: string, options?: DeploymentsExportTemplateAtScopeOptionalParams): Promise<DeploymentsExportTemplateAtScopeResponse>;
|
|
347
|
-
exportTemplateAtSubscriptionScope(deploymentName: string, options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;
|
|
348
|
-
exportTemplateAtTenantScope(deploymentName: string, options?: DeploymentsExportTemplateAtTenantScopeOptionalParams): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;
|
|
349
|
-
get(resourceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
|
|
350
|
-
getAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentsGetAtManagementGroupScopeResponse>;
|
|
351
|
-
getAtScope(scope: string, deploymentName: string, options?: DeploymentsGetAtScopeOptionalParams): Promise<DeploymentsGetAtScopeResponse>;
|
|
352
|
-
getAtSubscriptionScope(deploymentName: string, options?: DeploymentsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentsGetAtSubscriptionScopeResponse>;
|
|
353
|
-
getAtTenantScope(deploymentName: string, options?: DeploymentsGetAtTenantScopeOptionalParams): Promise<DeploymentsGetAtTenantScopeResponse>;
|
|
354
|
-
listAtManagementGroupScope(groupId: string, options?: DeploymentsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
355
|
-
listAtScope(scope: string, options?: DeploymentsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
356
|
-
listAtSubscriptionScope(options?: DeploymentsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
357
|
-
listAtTenantScope(options?: DeploymentsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
358
|
-
listByResourceGroup(resourceGroupName: string, options?: DeploymentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
// @public
|
|
362
|
-
export interface DeploymentsCalculateTemplateHashOptionalParams extends coreClient.OperationOptions {
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
// @public
|
|
366
|
-
export type DeploymentsCalculateTemplateHashResponse = TemplateHashResult;
|
|
367
|
-
|
|
368
|
-
// @public
|
|
369
|
-
export interface DeploymentsCancelAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
// @public
|
|
373
|
-
export interface DeploymentsCancelAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
// @public
|
|
377
|
-
export interface DeploymentsCancelAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
// @public
|
|
381
|
-
export interface DeploymentsCancelAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
// @public
|
|
385
|
-
export interface DeploymentsCancelOptionalParams extends coreClient.OperationOptions {
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
// @public
|
|
389
|
-
export interface DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
// @public
|
|
393
|
-
export type DeploymentsCheckExistenceAtManagementGroupScopeResponse = {
|
|
394
|
-
body: boolean;
|
|
395
|
-
};
|
|
396
|
-
|
|
397
|
-
// @public
|
|
398
|
-
export interface DeploymentsCheckExistenceAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
// @public
|
|
402
|
-
export type DeploymentsCheckExistenceAtScopeResponse = {
|
|
403
|
-
body: boolean;
|
|
404
|
-
};
|
|
405
|
-
|
|
406
|
-
// @public
|
|
407
|
-
export interface DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
// @public
|
|
411
|
-
export type DeploymentsCheckExistenceAtSubscriptionScopeResponse = {
|
|
412
|
-
body: boolean;
|
|
413
|
-
};
|
|
414
|
-
|
|
415
|
-
// @public
|
|
416
|
-
export interface DeploymentsCheckExistenceAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
// @public
|
|
420
|
-
export type DeploymentsCheckExistenceAtTenantScopeResponse = {
|
|
421
|
-
body: boolean;
|
|
422
|
-
};
|
|
423
|
-
|
|
424
|
-
// @public
|
|
425
|
-
export interface DeploymentsCheckExistenceOptionalParams extends coreClient.OperationOptions {
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
// @public
|
|
429
|
-
export type DeploymentsCheckExistenceResponse = {
|
|
430
|
-
body: boolean;
|
|
431
|
-
};
|
|
432
|
-
|
|
433
|
-
// @public
|
|
434
|
-
export interface DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
435
|
-
resumeFrom?: string;
|
|
436
|
-
updateIntervalInMs?: number;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
// @public
|
|
440
|
-
export type DeploymentsCreateOrUpdateAtManagementGroupScopeResponse = DeploymentExtended;
|
|
441
|
-
|
|
442
|
-
// @public
|
|
443
|
-
export interface DeploymentsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
444
|
-
resumeFrom?: string;
|
|
445
|
-
updateIntervalInMs?: number;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
// @public
|
|
449
|
-
export type DeploymentsCreateOrUpdateAtScopeResponse = DeploymentExtended;
|
|
450
|
-
|
|
451
|
-
// @public
|
|
452
|
-
export interface DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
453
|
-
resumeFrom?: string;
|
|
454
|
-
updateIntervalInMs?: number;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
// @public
|
|
458
|
-
export type DeploymentsCreateOrUpdateAtSubscriptionScopeResponse = DeploymentExtended;
|
|
459
|
-
|
|
460
|
-
// @public
|
|
461
|
-
export interface DeploymentsCreateOrUpdateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
462
|
-
resumeFrom?: string;
|
|
463
|
-
updateIntervalInMs?: number;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export type DeploymentsCreateOrUpdateAtTenantScopeResponse = DeploymentExtended;
|
|
468
|
-
|
|
469
|
-
// @public
|
|
470
|
-
export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
471
|
-
resumeFrom?: string;
|
|
472
|
-
updateIntervalInMs?: number;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
// @public
|
|
476
|
-
export type DeploymentsCreateOrUpdateResponse = DeploymentExtended;
|
|
477
|
-
|
|
478
|
-
// @public
|
|
479
|
-
export interface DeploymentsDeleteAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
480
|
-
resumeFrom?: string;
|
|
481
|
-
updateIntervalInMs?: number;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
// @public
|
|
485
|
-
export interface DeploymentsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
486
|
-
resumeFrom?: string;
|
|
487
|
-
updateIntervalInMs?: number;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
// @public
|
|
491
|
-
export interface DeploymentsDeleteAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
492
|
-
resumeFrom?: string;
|
|
493
|
-
updateIntervalInMs?: number;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
// @public
|
|
497
|
-
export interface DeploymentsDeleteAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
498
|
-
resumeFrom?: string;
|
|
499
|
-
updateIntervalInMs?: number;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
// @public
|
|
503
|
-
export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
504
|
-
resumeFrom?: string;
|
|
505
|
-
updateIntervalInMs?: number;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
// @public
|
|
509
|
-
export interface DeploymentsExportTemplateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
// @public
|
|
513
|
-
export type DeploymentsExportTemplateAtManagementGroupScopeResponse = DeploymentExportResult;
|
|
514
|
-
|
|
515
|
-
// @public
|
|
516
|
-
export interface DeploymentsExportTemplateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
// @public
|
|
520
|
-
export type DeploymentsExportTemplateAtScopeResponse = DeploymentExportResult;
|
|
521
|
-
|
|
522
|
-
// @public
|
|
523
|
-
export interface DeploymentsExportTemplateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
// @public
|
|
527
|
-
export type DeploymentsExportTemplateAtSubscriptionScopeResponse = DeploymentExportResult;
|
|
528
|
-
|
|
529
|
-
// @public
|
|
530
|
-
export interface DeploymentsExportTemplateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
// @public
|
|
534
|
-
export type DeploymentsExportTemplateAtTenantScopeResponse = DeploymentExportResult;
|
|
535
|
-
|
|
536
|
-
// @public
|
|
537
|
-
export interface DeploymentsExportTemplateOptionalParams extends coreClient.OperationOptions {
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
// @public
|
|
541
|
-
export type DeploymentsExportTemplateResponse = DeploymentExportResult;
|
|
542
|
-
|
|
543
|
-
// @public
|
|
544
|
-
export interface DeploymentsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
// @public
|
|
548
|
-
export type DeploymentsGetAtManagementGroupScopeResponse = DeploymentExtended;
|
|
549
|
-
|
|
550
|
-
// @public
|
|
551
|
-
export interface DeploymentsGetAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
// @public
|
|
555
|
-
export type DeploymentsGetAtScopeResponse = DeploymentExtended;
|
|
556
|
-
|
|
557
|
-
// @public
|
|
558
|
-
export interface DeploymentsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
// @public
|
|
562
|
-
export type DeploymentsGetAtSubscriptionScopeResponse = DeploymentExtended;
|
|
563
|
-
|
|
564
|
-
// @public
|
|
565
|
-
export interface DeploymentsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
// @public
|
|
569
|
-
export type DeploymentsGetAtTenantScopeResponse = DeploymentExtended;
|
|
570
|
-
|
|
571
|
-
// @public
|
|
572
|
-
export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
// @public
|
|
576
|
-
export type DeploymentsGetResponse = DeploymentExtended;
|
|
577
|
-
|
|
578
|
-
// @public
|
|
579
|
-
export interface DeploymentsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
// @public
|
|
583
|
-
export type DeploymentsListAtManagementGroupScopeNextResponse = DeploymentListResult;
|
|
584
|
-
|
|
585
|
-
// @public
|
|
586
|
-
export interface DeploymentsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
587
|
-
filter?: string;
|
|
588
|
-
top?: number;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
// @public
|
|
592
|
-
export type DeploymentsListAtManagementGroupScopeResponse = DeploymentListResult;
|
|
593
|
-
|
|
594
|
-
// @public
|
|
595
|
-
export interface DeploymentsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
// @public
|
|
599
|
-
export type DeploymentsListAtScopeNextResponse = DeploymentListResult;
|
|
600
|
-
|
|
601
|
-
// @public
|
|
602
|
-
export interface DeploymentsListAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
603
|
-
filter?: string;
|
|
604
|
-
top?: number;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
// @public
|
|
608
|
-
export type DeploymentsListAtScopeResponse = DeploymentListResult;
|
|
609
|
-
|
|
610
|
-
// @public
|
|
611
|
-
export interface DeploymentsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
// @public
|
|
615
|
-
export type DeploymentsListAtSubscriptionScopeNextResponse = DeploymentListResult;
|
|
616
|
-
|
|
617
|
-
// @public
|
|
618
|
-
export interface DeploymentsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
619
|
-
filter?: string;
|
|
620
|
-
top?: number;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
// @public
|
|
624
|
-
export type DeploymentsListAtSubscriptionScopeResponse = DeploymentListResult;
|
|
625
|
-
|
|
626
|
-
// @public
|
|
627
|
-
export interface DeploymentsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
// @public
|
|
631
|
-
export type DeploymentsListAtTenantScopeNextResponse = DeploymentListResult;
|
|
632
|
-
|
|
633
|
-
// @public
|
|
634
|
-
export interface DeploymentsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
635
|
-
filter?: string;
|
|
636
|
-
top?: number;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
// @public
|
|
640
|
-
export type DeploymentsListAtTenantScopeResponse = DeploymentListResult;
|
|
641
|
-
|
|
642
|
-
// @public
|
|
643
|
-
export interface DeploymentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
// @public
|
|
647
|
-
export type DeploymentsListByResourceGroupNextResponse = DeploymentListResult;
|
|
648
|
-
|
|
649
|
-
// @public
|
|
650
|
-
export interface DeploymentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
651
|
-
filter?: string;
|
|
652
|
-
top?: number;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
// @public
|
|
656
|
-
export type DeploymentsListByResourceGroupResponse = DeploymentListResult;
|
|
657
|
-
|
|
658
|
-
// @public
|
|
659
|
-
export interface DeploymentsValidateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
660
|
-
resumeFrom?: string;
|
|
661
|
-
updateIntervalInMs?: number;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
// @public
|
|
665
|
-
export type DeploymentsValidateAtManagementGroupScopeResponse = DeploymentValidateResult;
|
|
666
|
-
|
|
667
|
-
// @public
|
|
668
|
-
export interface DeploymentsValidateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
669
|
-
resumeFrom?: string;
|
|
670
|
-
updateIntervalInMs?: number;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
// @public
|
|
674
|
-
export type DeploymentsValidateAtScopeResponse = DeploymentValidateResult;
|
|
675
|
-
|
|
676
|
-
// @public
|
|
677
|
-
export interface DeploymentsValidateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
678
|
-
resumeFrom?: string;
|
|
679
|
-
updateIntervalInMs?: number;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
// @public
|
|
683
|
-
export type DeploymentsValidateAtSubscriptionScopeResponse = DeploymentValidateResult;
|
|
684
|
-
|
|
685
|
-
// @public
|
|
686
|
-
export interface DeploymentsValidateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
687
|
-
resumeFrom?: string;
|
|
688
|
-
updateIntervalInMs?: number;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
// @public
|
|
692
|
-
export type DeploymentsValidateAtTenantScopeResponse = DeploymentValidateResult;
|
|
693
|
-
|
|
694
|
-
// @public
|
|
695
|
-
export interface DeploymentsValidateOptionalParams extends coreClient.OperationOptions {
|
|
696
|
-
resumeFrom?: string;
|
|
697
|
-
updateIntervalInMs?: number;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
// @public
|
|
701
|
-
export type DeploymentsValidateResponse = DeploymentValidateResult;
|
|
702
|
-
|
|
703
|
-
// @public
|
|
704
|
-
export interface DeploymentsWhatIfAtManagementGroupScopeHeaders {
|
|
705
|
-
location?: string;
|
|
706
|
-
retryAfter?: string;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
// @public
|
|
710
|
-
export interface DeploymentsWhatIfAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
711
|
-
resumeFrom?: string;
|
|
712
|
-
updateIntervalInMs?: number;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
// @public
|
|
716
|
-
export type DeploymentsWhatIfAtManagementGroupScopeResponse = WhatIfOperationResult;
|
|
717
|
-
|
|
718
|
-
// @public
|
|
719
|
-
export interface DeploymentsWhatIfAtSubscriptionScopeHeaders {
|
|
720
|
-
location?: string;
|
|
721
|
-
retryAfter?: string;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
// @public
|
|
725
|
-
export interface DeploymentsWhatIfAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
726
|
-
resumeFrom?: string;
|
|
727
|
-
updateIntervalInMs?: number;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
// @public
|
|
731
|
-
export type DeploymentsWhatIfAtSubscriptionScopeResponse = WhatIfOperationResult;
|
|
732
|
-
|
|
733
|
-
// @public
|
|
734
|
-
export interface DeploymentsWhatIfAtTenantScopeHeaders {
|
|
735
|
-
location?: string;
|
|
736
|
-
retryAfter?: string;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
// @public
|
|
740
|
-
export interface DeploymentsWhatIfAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
741
|
-
resumeFrom?: string;
|
|
742
|
-
updateIntervalInMs?: number;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
// @public
|
|
746
|
-
export type DeploymentsWhatIfAtTenantScopeResponse = WhatIfOperationResult;
|
|
747
|
-
|
|
748
|
-
// @public
|
|
749
|
-
export interface DeploymentsWhatIfHeaders {
|
|
750
|
-
location?: string;
|
|
751
|
-
retryAfter?: string;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
// @public
|
|
755
|
-
export interface DeploymentsWhatIfOptionalParams extends coreClient.OperationOptions {
|
|
756
|
-
resumeFrom?: string;
|
|
757
|
-
updateIntervalInMs?: number;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
// @public
|
|
761
|
-
export type DeploymentsWhatIfResponse = WhatIfOperationResult;
|
|
762
|
-
|
|
763
|
-
// @public
|
|
764
|
-
export interface DeploymentValidateResult {
|
|
765
|
-
readonly error?: ErrorResponse;
|
|
766
|
-
properties?: DeploymentPropertiesExtended;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
// @public
|
|
770
|
-
export interface DeploymentWhatIf {
|
|
771
|
-
location?: string;
|
|
772
|
-
properties: DeploymentWhatIfProperties;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
// @public
|
|
776
|
-
export interface DeploymentWhatIfProperties extends DeploymentProperties {
|
|
777
|
-
whatIfSettings?: DeploymentWhatIfSettings;
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
// @public
|
|
781
|
-
export interface DeploymentWhatIfSettings {
|
|
782
|
-
resultFormat?: WhatIfResultFormat;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
// @public
|
|
786
|
-
export interface ErrorAdditionalInfo {
|
|
787
|
-
readonly info?: Record<string, unknown>;
|
|
788
|
-
readonly type?: string;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
// @public
|
|
792
|
-
export interface ErrorResponse {
|
|
793
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
794
|
-
readonly code?: string;
|
|
795
|
-
readonly details?: ErrorResponse[];
|
|
796
|
-
readonly message?: string;
|
|
797
|
-
readonly target?: string;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
// @public
|
|
801
|
-
export interface ExportTemplateRequest {
|
|
802
|
-
options?: string;
|
|
803
|
-
resources?: string[];
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
// @public
|
|
807
|
-
export interface GenericResource extends Resource {
|
|
808
|
-
identity?: Identity;
|
|
809
|
-
kind?: string;
|
|
810
|
-
managedBy?: string;
|
|
811
|
-
plan?: Plan;
|
|
812
|
-
properties?: Record<string, unknown>;
|
|
813
|
-
sku?: Sku;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// @public
|
|
817
|
-
export interface GenericResourceExpanded extends GenericResource {
|
|
818
|
-
readonly changedTime?: Date;
|
|
819
|
-
readonly createdTime?: Date;
|
|
820
|
-
readonly provisioningState?: string;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
// @public
|
|
824
|
-
export interface GenericResourceFilter {
|
|
825
|
-
resourceType?: string;
|
|
826
|
-
tagname?: string;
|
|
827
|
-
tagvalue?: string;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
// @public
|
|
831
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
832
|
-
|
|
833
|
-
// @public
|
|
834
|
-
export interface HttpMessage {
|
|
835
|
-
content?: Record<string, unknown>;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
// @public
|
|
839
|
-
export interface Identity {
|
|
840
|
-
readonly principalId?: string;
|
|
841
|
-
readonly tenantId?: string;
|
|
842
|
-
type?: ResourceIdentityType;
|
|
843
|
-
userAssignedIdentities?: {
|
|
844
|
-
[propertyName: string]: IdentityUserAssignedIdentitiesValue;
|
|
845
|
-
};
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
// @public (undocumented)
|
|
849
|
-
export interface IdentityUserAssignedIdentitiesValue {
|
|
850
|
-
readonly clientId?: string;
|
|
851
|
-
readonly principalId?: string;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
// @public
|
|
855
|
-
export enum KnownTagsPatchOperation {
|
|
856
|
-
Delete = "Delete",
|
|
857
|
-
Merge = "Merge",
|
|
858
|
-
Replace = "Replace"
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
// @public
|
|
862
|
-
export interface OnErrorDeployment {
|
|
863
|
-
deploymentName?: string;
|
|
864
|
-
type?: OnErrorDeploymentType;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
// @public
|
|
868
|
-
export interface OnErrorDeploymentExtended {
|
|
869
|
-
deploymentName?: string;
|
|
870
|
-
readonly provisioningState?: string;
|
|
871
|
-
type?: OnErrorDeploymentType;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
// @public
|
|
875
|
-
export type OnErrorDeploymentType = "LastSuccessful" | "SpecificDeployment";
|
|
876
|
-
|
|
877
|
-
// @public
|
|
878
|
-
export interface Operation {
|
|
879
|
-
display?: OperationDisplay;
|
|
880
|
-
name?: string;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
// @public
|
|
884
|
-
export interface OperationDisplay {
|
|
885
|
-
description?: string;
|
|
886
|
-
operation?: string;
|
|
887
|
-
provider?: string;
|
|
888
|
-
resource?: string;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
// @public
|
|
892
|
-
export interface OperationListResult {
|
|
893
|
-
nextLink?: string;
|
|
894
|
-
value?: Operation[];
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
// @public
|
|
898
|
-
export interface Operations {
|
|
899
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
// @public
|
|
903
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
// @public
|
|
907
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
908
|
-
|
|
909
|
-
// @public
|
|
910
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
// @public
|
|
914
|
-
export type OperationsListResponse = OperationListResult;
|
|
915
|
-
|
|
916
|
-
// @public
|
|
917
|
-
export interface ParametersLink {
|
|
918
|
-
contentVersion?: string;
|
|
919
|
-
uri: string;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
// @public
|
|
923
|
-
export interface Plan {
|
|
924
|
-
name?: string;
|
|
925
|
-
product?: string;
|
|
926
|
-
promotionCode?: string;
|
|
927
|
-
publisher?: string;
|
|
928
|
-
version?: string;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
// @public
|
|
932
|
-
export type PropertyChangeType = "Create" | "Delete" | "Modify" | "Array";
|
|
933
|
-
|
|
934
|
-
// @public
|
|
935
|
-
export interface Provider {
|
|
936
|
-
readonly id?: string;
|
|
937
|
-
namespace?: string;
|
|
938
|
-
readonly registrationPolicy?: string;
|
|
939
|
-
readonly registrationState?: string;
|
|
940
|
-
readonly resourceTypes?: ProviderResourceType[];
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
// @public
|
|
944
|
-
export interface ProviderListResult {
|
|
945
|
-
readonly nextLink?: string;
|
|
946
|
-
value?: Provider[];
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
// @public
|
|
950
|
-
export interface ProviderResourceType {
|
|
951
|
-
aliases?: Alias[];
|
|
952
|
-
apiVersions?: string[];
|
|
953
|
-
capabilities?: string;
|
|
954
|
-
locations?: string[];
|
|
955
|
-
properties?: {
|
|
956
|
-
[propertyName: string]: string;
|
|
957
|
-
};
|
|
958
|
-
resourceType?: string;
|
|
959
|
-
// (undocumented)
|
|
960
|
-
zoneMappings?: ZoneMapping[];
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
// @public
|
|
964
|
-
export interface Providers {
|
|
965
|
-
get(resourceProviderNamespace: string, options?: ProvidersGetOptionalParams): Promise<ProvidersGetResponse>;
|
|
966
|
-
getAtTenantScope(resourceProviderNamespace: string, options?: ProvidersGetAtTenantScopeOptionalParams): Promise<ProvidersGetAtTenantScopeResponse>;
|
|
967
|
-
list(options?: ProvidersListOptionalParams): PagedAsyncIterableIterator<Provider>;
|
|
968
|
-
listAtTenantScope(options?: ProvidersListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<Provider>;
|
|
969
|
-
register(resourceProviderNamespace: string, options?: ProvidersRegisterOptionalParams): Promise<ProvidersRegisterResponse>;
|
|
970
|
-
unregister(resourceProviderNamespace: string, options?: ProvidersUnregisterOptionalParams): Promise<ProvidersUnregisterResponse>;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
// @public
|
|
974
|
-
export interface ProvidersGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
975
|
-
expand?: string;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
// @public
|
|
979
|
-
export type ProvidersGetAtTenantScopeResponse = Provider;
|
|
980
|
-
|
|
981
|
-
// @public
|
|
982
|
-
export interface ProvidersGetOptionalParams extends coreClient.OperationOptions {
|
|
983
|
-
expand?: string;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
// @public
|
|
987
|
-
export type ProvidersGetResponse = Provider;
|
|
988
|
-
|
|
989
|
-
// @public
|
|
990
|
-
export interface ProvidersListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
// @public
|
|
994
|
-
export type ProvidersListAtTenantScopeNextResponse = ProviderListResult;
|
|
995
|
-
|
|
996
|
-
// @public
|
|
997
|
-
export interface ProvidersListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
998
|
-
expand?: string;
|
|
999
|
-
top?: number;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
// @public
|
|
1003
|
-
export type ProvidersListAtTenantScopeResponse = ProviderListResult;
|
|
1004
|
-
|
|
1005
|
-
// @public
|
|
1006
|
-
export interface ProvidersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
// @public
|
|
1010
|
-
export type ProvidersListNextResponse = ProviderListResult;
|
|
1011
|
-
|
|
1012
|
-
// @public
|
|
1013
|
-
export interface ProvidersListOptionalParams extends coreClient.OperationOptions {
|
|
1014
|
-
expand?: string;
|
|
1015
|
-
top?: number;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
// @public
|
|
1019
|
-
export type ProvidersListResponse = ProviderListResult;
|
|
1020
|
-
|
|
1021
|
-
// @public
|
|
1022
|
-
export interface ProvidersRegisterOptionalParams extends coreClient.OperationOptions {
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
// @public
|
|
1026
|
-
export type ProvidersRegisterResponse = Provider;
|
|
1027
|
-
|
|
1028
|
-
// @public
|
|
1029
|
-
export interface ProvidersUnregisterOptionalParams extends coreClient.OperationOptions {
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
// @public
|
|
1033
|
-
export type ProvidersUnregisterResponse = Provider;
|
|
1034
|
-
|
|
1035
|
-
// @public
|
|
1036
|
-
export type ProvisioningOperation = "NotSpecified" | "Create" | "Delete" | "Waiting" | "AzureAsyncOperationWaiting" | "ResourceCacheWaiting" | "Action" | "Read" | "EvaluateDeploymentOutput" | "DeploymentCleanup";
|
|
1037
|
-
|
|
1038
|
-
// @public
|
|
1039
|
-
export interface Resource {
|
|
1040
|
-
readonly id?: string;
|
|
1041
|
-
location?: string;
|
|
1042
|
-
readonly name?: string;
|
|
1043
|
-
tags?: {
|
|
1044
|
-
[propertyName: string]: string;
|
|
1045
|
-
};
|
|
1046
|
-
readonly type?: string;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
// @public
|
|
1050
|
-
export interface ResourceGroup {
|
|
1051
|
-
readonly id?: string;
|
|
1052
|
-
location: string;
|
|
1053
|
-
managedBy?: string;
|
|
1054
|
-
readonly name?: string;
|
|
1055
|
-
properties?: ResourceGroupProperties;
|
|
1056
|
-
tags?: {
|
|
1057
|
-
[propertyName: string]: string;
|
|
1058
|
-
};
|
|
1059
|
-
readonly type?: string;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
// @public
|
|
1063
|
-
export interface ResourceGroupExportResult {
|
|
1064
|
-
error?: ErrorResponse;
|
|
1065
|
-
template?: Record<string, unknown>;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
// @public
|
|
1069
|
-
export interface ResourceGroupFilter {
|
|
1070
|
-
tagName?: string;
|
|
1071
|
-
tagValue?: string;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
// @public
|
|
1075
|
-
export interface ResourceGroupListResult {
|
|
1076
|
-
readonly nextLink?: string;
|
|
1077
|
-
value?: ResourceGroup[];
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
// @public
|
|
1081
|
-
export interface ResourceGroupPatchable {
|
|
1082
|
-
managedBy?: string;
|
|
1083
|
-
name?: string;
|
|
1084
|
-
properties?: ResourceGroupProperties;
|
|
1085
|
-
tags?: {
|
|
1086
|
-
[propertyName: string]: string;
|
|
1087
|
-
};
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
// @public
|
|
1091
|
-
export interface ResourceGroupProperties {
|
|
1092
|
-
readonly provisioningState?: string;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
// @public
|
|
1096
|
-
export interface ResourceGroups {
|
|
1097
|
-
beginDelete(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1098
|
-
beginDeleteAndWait(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<void>;
|
|
1099
|
-
beginExportTemplate(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<PollerLike<PollOperationState<ResourceGroupsExportTemplateResponse>, ResourceGroupsExportTemplateResponse>>;
|
|
1100
|
-
beginExportTemplateAndWait(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<ResourceGroupsExportTemplateResponse>;
|
|
1101
|
-
checkExistence(resourceGroupName: string, options?: ResourceGroupsCheckExistenceOptionalParams): Promise<ResourceGroupsCheckExistenceResponse>;
|
|
1102
|
-
createOrUpdate(resourceGroupName: string, parameters: ResourceGroup, options?: ResourceGroupsCreateOrUpdateOptionalParams): Promise<ResourceGroupsCreateOrUpdateResponse>;
|
|
1103
|
-
get(resourceGroupName: string, options?: ResourceGroupsGetOptionalParams): Promise<ResourceGroupsGetResponse>;
|
|
1104
|
-
list(options?: ResourceGroupsListOptionalParams): PagedAsyncIterableIterator<ResourceGroup>;
|
|
1105
|
-
update(resourceGroupName: string, parameters: ResourceGroupPatchable, options?: ResourceGroupsUpdateOptionalParams): Promise<ResourceGroupsUpdateResponse>;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
// @public
|
|
1109
|
-
export interface ResourceGroupsCheckExistenceOptionalParams extends coreClient.OperationOptions {
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
// @public
|
|
1113
|
-
export type ResourceGroupsCheckExistenceResponse = {
|
|
1114
|
-
body: boolean;
|
|
1115
|
-
};
|
|
1116
|
-
|
|
1117
|
-
// @public
|
|
1118
|
-
export interface ResourceGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
// @public
|
|
1122
|
-
export type ResourceGroupsCreateOrUpdateResponse = ResourceGroup;
|
|
1123
|
-
|
|
1124
|
-
// @public
|
|
1125
|
-
export interface ResourceGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1126
|
-
resumeFrom?: string;
|
|
1127
|
-
updateIntervalInMs?: number;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
// @public
|
|
1131
|
-
export interface ResourceGroupsExportTemplateOptionalParams extends coreClient.OperationOptions {
|
|
1132
|
-
resumeFrom?: string;
|
|
1133
|
-
updateIntervalInMs?: number;
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
// @public
|
|
1137
|
-
export type ResourceGroupsExportTemplateResponse = ResourceGroupExportResult;
|
|
1138
|
-
|
|
1139
|
-
// @public
|
|
1140
|
-
export interface ResourceGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
// @public
|
|
1144
|
-
export type ResourceGroupsGetResponse = ResourceGroup;
|
|
1145
|
-
|
|
1146
|
-
// @public
|
|
1147
|
-
export interface ResourceGroupsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
// @public
|
|
1151
|
-
export type ResourceGroupsListNextResponse = ResourceGroupListResult;
|
|
1152
|
-
|
|
1153
|
-
// @public
|
|
1154
|
-
export interface ResourceGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
1155
|
-
filter?: string;
|
|
1156
|
-
top?: number;
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
// @public
|
|
1160
|
-
export type ResourceGroupsListResponse = ResourceGroupListResult;
|
|
1161
|
-
|
|
1162
|
-
// @public
|
|
1163
|
-
export interface ResourceGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
// @public
|
|
1167
|
-
export type ResourceGroupsUpdateResponse = ResourceGroup;
|
|
1168
|
-
|
|
1169
|
-
// @public
|
|
1170
|
-
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
1171
|
-
|
|
1172
|
-
// @public
|
|
1173
|
-
export interface ResourceListResult {
|
|
1174
|
-
readonly nextLink?: string;
|
|
1175
|
-
value?: GenericResourceExpanded[];
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
// @public (undocumented)
|
|
1179
|
-
export class ResourceManagementClient extends coreClient.ServiceClient {
|
|
1180
|
-
// (undocumented)
|
|
1181
|
-
$host: string;
|
|
1182
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceManagementClientOptionalParams);
|
|
1183
|
-
// (undocumented)
|
|
1184
|
-
apiVersion: string;
|
|
1185
|
-
// (undocumented)
|
|
1186
|
-
deploymentOperations: DeploymentOperations;
|
|
1187
|
-
// (undocumented)
|
|
1188
|
-
deployments: Deployments;
|
|
1189
|
-
// (undocumented)
|
|
1190
|
-
operations: Operations;
|
|
1191
|
-
// (undocumented)
|
|
1192
|
-
providers: Providers;
|
|
1193
|
-
// (undocumented)
|
|
1194
|
-
resourceGroups: ResourceGroups;
|
|
1195
|
-
// (undocumented)
|
|
1196
|
-
resources: Resources;
|
|
1197
|
-
// (undocumented)
|
|
1198
|
-
subscriptionId: string;
|
|
1199
|
-
// (undocumented)
|
|
1200
|
-
tagsOperations: TagsOperations;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
// @public
|
|
1204
|
-
export interface ResourceManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1205
|
-
$host?: string;
|
|
1206
|
-
apiVersion?: string;
|
|
1207
|
-
endpoint?: string;
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
// @public
|
|
1211
|
-
export interface ResourceProviderOperationDisplayProperties {
|
|
1212
|
-
description?: string;
|
|
1213
|
-
operation?: string;
|
|
1214
|
-
provider?: string;
|
|
1215
|
-
publisher?: string;
|
|
1216
|
-
resource?: string;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
// @public
|
|
1220
|
-
export interface ResourceReference {
|
|
1221
|
-
readonly id?: string;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
// @public
|
|
1225
|
-
export interface Resources {
|
|
1226
|
-
beginCreateOrUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ResourcesCreateOrUpdateResponse>, ResourcesCreateOrUpdateResponse>>;
|
|
1227
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<ResourcesCreateOrUpdateResponse>;
|
|
1228
|
-
beginCreateOrUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<PollerLike<PollOperationState<ResourcesCreateOrUpdateByIdResponse>, ResourcesCreateOrUpdateByIdResponse>>;
|
|
1229
|
-
beginCreateOrUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<ResourcesCreateOrUpdateByIdResponse>;
|
|
1230
|
-
beginDelete(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1231
|
-
beginDeleteAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<void>;
|
|
1232
|
-
beginDeleteById(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1233
|
-
beginDeleteByIdAndWait(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<void>;
|
|
1234
|
-
beginMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1235
|
-
beginMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<void>;
|
|
1236
|
-
beginUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ResourcesUpdateResponse>, ResourcesUpdateResponse>>;
|
|
1237
|
-
beginUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<ResourcesUpdateResponse>;
|
|
1238
|
-
beginUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<PollerLike<PollOperationState<ResourcesUpdateByIdResponse>, ResourcesUpdateByIdResponse>>;
|
|
1239
|
-
beginUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<ResourcesUpdateByIdResponse>;
|
|
1240
|
-
beginValidateMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1241
|
-
beginValidateMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<void>;
|
|
1242
|
-
checkExistence(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesCheckExistenceOptionalParams): Promise<ResourcesCheckExistenceResponse>;
|
|
1243
|
-
checkExistenceById(resourceId: string, apiVersion: string, options?: ResourcesCheckExistenceByIdOptionalParams): Promise<ResourcesCheckExistenceByIdResponse>;
|
|
1244
|
-
get(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesGetOptionalParams): Promise<ResourcesGetResponse>;
|
|
1245
|
-
getById(resourceId: string, apiVersion: string, options?: ResourcesGetByIdOptionalParams): Promise<ResourcesGetByIdResponse>;
|
|
1246
|
-
list(options?: ResourcesListOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
|
|
1247
|
-
listByResourceGroup(resourceGroupName: string, options?: ResourcesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
// @public
|
|
1251
|
-
export interface ResourcesCheckExistenceByIdOptionalParams extends coreClient.OperationOptions {
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
// @public
|
|
1255
|
-
export type ResourcesCheckExistenceByIdResponse = {
|
|
1256
|
-
body: boolean;
|
|
1257
|
-
};
|
|
1258
|
-
|
|
1259
|
-
// @public
|
|
1260
|
-
export interface ResourcesCheckExistenceOptionalParams extends coreClient.OperationOptions {
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
// @public
|
|
1264
|
-
export type ResourcesCheckExistenceResponse = {
|
|
1265
|
-
body: boolean;
|
|
1266
|
-
};
|
|
1267
|
-
|
|
1268
|
-
// @public
|
|
1269
|
-
export interface ResourcesCreateOrUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1270
|
-
resumeFrom?: string;
|
|
1271
|
-
updateIntervalInMs?: number;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
// @public
|
|
1275
|
-
export type ResourcesCreateOrUpdateByIdResponse = GenericResource;
|
|
1276
|
-
|
|
1277
|
-
// @public
|
|
1278
|
-
export interface ResourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1279
|
-
resumeFrom?: string;
|
|
1280
|
-
updateIntervalInMs?: number;
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
// @public
|
|
1284
|
-
export type ResourcesCreateOrUpdateResponse = GenericResource;
|
|
1285
|
-
|
|
1286
|
-
// @public
|
|
1287
|
-
export interface ResourcesDeleteByIdOptionalParams extends coreClient.OperationOptions {
|
|
1288
|
-
resumeFrom?: string;
|
|
1289
|
-
updateIntervalInMs?: number;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
// @public
|
|
1293
|
-
export interface ResourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1294
|
-
resumeFrom?: string;
|
|
1295
|
-
updateIntervalInMs?: number;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
// @public
|
|
1299
|
-
export interface ResourcesGetByIdOptionalParams extends coreClient.OperationOptions {
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
// @public
|
|
1303
|
-
export type ResourcesGetByIdResponse = GenericResource;
|
|
1304
|
-
|
|
1305
|
-
// @public
|
|
1306
|
-
export interface ResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
// @public
|
|
1310
|
-
export type ResourcesGetResponse = GenericResource;
|
|
1311
|
-
|
|
1312
|
-
// @public
|
|
1313
|
-
export interface ResourcesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
// @public
|
|
1317
|
-
export type ResourcesListByResourceGroupNextResponse = ResourceListResult;
|
|
1318
|
-
|
|
1319
|
-
// @public
|
|
1320
|
-
export interface ResourcesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1321
|
-
expand?: string;
|
|
1322
|
-
filter?: string;
|
|
1323
|
-
top?: number;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
// @public
|
|
1327
|
-
export type ResourcesListByResourceGroupResponse = ResourceListResult;
|
|
1328
|
-
|
|
1329
|
-
// @public
|
|
1330
|
-
export interface ResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
// @public
|
|
1334
|
-
export type ResourcesListNextResponse = ResourceListResult;
|
|
1335
|
-
|
|
1336
|
-
// @public
|
|
1337
|
-
export interface ResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1338
|
-
expand?: string;
|
|
1339
|
-
filter?: string;
|
|
1340
|
-
top?: number;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
// @public
|
|
1344
|
-
export type ResourcesListResponse = ResourceListResult;
|
|
1345
|
-
|
|
1346
|
-
// @public
|
|
1347
|
-
export interface ResourcesMoveInfo {
|
|
1348
|
-
resources?: string[];
|
|
1349
|
-
targetResourceGroup?: string;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
// @public
|
|
1353
|
-
export interface ResourcesMoveResourcesOptionalParams extends coreClient.OperationOptions {
|
|
1354
|
-
resumeFrom?: string;
|
|
1355
|
-
updateIntervalInMs?: number;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
// @public
|
|
1359
|
-
export interface ResourcesUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1360
|
-
resumeFrom?: string;
|
|
1361
|
-
updateIntervalInMs?: number;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
// @public
|
|
1365
|
-
export type ResourcesUpdateByIdResponse = GenericResource;
|
|
1366
|
-
|
|
1367
|
-
// @public
|
|
1368
|
-
export interface ResourcesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1369
|
-
resumeFrom?: string;
|
|
1370
|
-
updateIntervalInMs?: number;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
// @public
|
|
1374
|
-
export type ResourcesUpdateResponse = GenericResource;
|
|
1375
|
-
|
|
1376
|
-
// @public
|
|
1377
|
-
export interface ResourcesValidateMoveResourcesOptionalParams extends coreClient.OperationOptions {
|
|
1378
|
-
resumeFrom?: string;
|
|
1379
|
-
updateIntervalInMs?: number;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
// @public
|
|
1383
|
-
export interface ScopedDeployment {
|
|
1384
|
-
location: string;
|
|
1385
|
-
properties: DeploymentProperties;
|
|
1386
|
-
tags?: {
|
|
1387
|
-
[propertyName: string]: string;
|
|
1388
|
-
};
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
// @public
|
|
1392
|
-
export interface ScopedDeploymentWhatIf {
|
|
1393
|
-
location: string;
|
|
1394
|
-
properties: DeploymentWhatIfProperties;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
// @public
|
|
1398
|
-
export interface Sku {
|
|
1399
|
-
capacity?: number;
|
|
1400
|
-
family?: string;
|
|
1401
|
-
model?: string;
|
|
1402
|
-
name?: string;
|
|
1403
|
-
size?: string;
|
|
1404
|
-
tier?: string;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
// @public
|
|
1408
|
-
export interface SubResource {
|
|
1409
|
-
id?: string;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
// @public
|
|
1413
|
-
export interface TagCount {
|
|
1414
|
-
type?: string;
|
|
1415
|
-
value?: number;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
// @public
|
|
1419
|
-
export interface TagDetails {
|
|
1420
|
-
count?: TagCount;
|
|
1421
|
-
readonly id?: string;
|
|
1422
|
-
tagName?: string;
|
|
1423
|
-
values?: TagValue[];
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
// @public
|
|
1427
|
-
export interface Tags {
|
|
1428
|
-
tags?: {
|
|
1429
|
-
[propertyName: string]: string;
|
|
1430
|
-
};
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
// @public
|
|
1434
|
-
export interface TagsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
// @public
|
|
1438
|
-
export type TagsCreateOrUpdateAtScopeResponse = TagsResource;
|
|
1439
|
-
|
|
1440
|
-
// @public
|
|
1441
|
-
export interface TagsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
// @public
|
|
1445
|
-
export type TagsCreateOrUpdateResponse = TagDetails;
|
|
1446
|
-
|
|
1447
|
-
// @public
|
|
1448
|
-
export interface TagsCreateOrUpdateValueOptionalParams extends coreClient.OperationOptions {
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
// @public
|
|
1452
|
-
export type TagsCreateOrUpdateValueResponse = TagValue;
|
|
1453
|
-
|
|
1454
|
-
// @public
|
|
1455
|
-
export interface TagsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
// @public
|
|
1459
|
-
export interface TagsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
// @public
|
|
1463
|
-
export interface TagsDeleteValueOptionalParams extends coreClient.OperationOptions {
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
// @public
|
|
1467
|
-
export interface TagsGetAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
// @public
|
|
1471
|
-
export type TagsGetAtScopeResponse = TagsResource;
|
|
1472
|
-
|
|
1473
|
-
// @public
|
|
1474
|
-
export interface TagsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
// @public
|
|
1478
|
-
export type TagsListNextResponse = TagsListResult;
|
|
1479
|
-
|
|
1480
|
-
// @public
|
|
1481
|
-
export interface TagsListOptionalParams extends coreClient.OperationOptions {
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
// @public
|
|
1485
|
-
export type TagsListResponse = TagsListResult;
|
|
1486
|
-
|
|
1487
|
-
// @public
|
|
1488
|
-
export interface TagsListResult {
|
|
1489
|
-
readonly nextLink?: string;
|
|
1490
|
-
value?: TagDetails[];
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
// @public
|
|
1494
|
-
export interface TagsOperations {
|
|
1495
|
-
createOrUpdate(tagName: string, options?: TagsCreateOrUpdateOptionalParams): Promise<TagsCreateOrUpdateResponse>;
|
|
1496
|
-
createOrUpdateAtScope(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<TagsCreateOrUpdateAtScopeResponse>;
|
|
1497
|
-
createOrUpdateValue(tagName: string, tagValue: string, options?: TagsCreateOrUpdateValueOptionalParams): Promise<TagsCreateOrUpdateValueResponse>;
|
|
1498
|
-
delete(tagName: string, options?: TagsDeleteOptionalParams): Promise<void>;
|
|
1499
|
-
deleteAtScope(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<void>;
|
|
1500
|
-
deleteValue(tagName: string, tagValue: string, options?: TagsDeleteValueOptionalParams): Promise<void>;
|
|
1501
|
-
getAtScope(scope: string, options?: TagsGetAtScopeOptionalParams): Promise<TagsGetAtScopeResponse>;
|
|
1502
|
-
list(options?: TagsListOptionalParams): PagedAsyncIterableIterator<TagDetails>;
|
|
1503
|
-
updateAtScope(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<TagsUpdateAtScopeResponse>;
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
// @public
|
|
1507
|
-
export type TagsPatchOperation = string;
|
|
1508
|
-
|
|
1509
|
-
// @public
|
|
1510
|
-
export interface TagsPatchResource {
|
|
1511
|
-
operation?: TagsPatchOperation;
|
|
1512
|
-
properties?: Tags;
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
// @public
|
|
1516
|
-
export interface TagsResource {
|
|
1517
|
-
readonly id?: string;
|
|
1518
|
-
readonly name?: string;
|
|
1519
|
-
properties: Tags;
|
|
1520
|
-
readonly type?: string;
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
// @public
|
|
1524
|
-
export interface TagsUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
// @public
|
|
1528
|
-
export type TagsUpdateAtScopeResponse = TagsResource;
|
|
1529
|
-
|
|
1530
|
-
// @public
|
|
1531
|
-
export interface TagValue {
|
|
1532
|
-
count?: TagCount;
|
|
1533
|
-
readonly id?: string;
|
|
1534
|
-
tagValue?: string;
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
// @public
|
|
1538
|
-
export interface TargetResource {
|
|
1539
|
-
id?: string;
|
|
1540
|
-
resourceName?: string;
|
|
1541
|
-
resourceType?: string;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
// @public
|
|
1545
|
-
export interface TemplateHashResult {
|
|
1546
|
-
minifiedTemplate?: string;
|
|
1547
|
-
templateHash?: string;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
// @public
|
|
1551
|
-
export interface TemplateLink {
|
|
1552
|
-
contentVersion?: string;
|
|
1553
|
-
uri: string;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
// @public
|
|
1557
|
-
export interface WhatIfChange {
|
|
1558
|
-
after?: Record<string, unknown>;
|
|
1559
|
-
before?: Record<string, unknown>;
|
|
1560
|
-
changeType: ChangeType;
|
|
1561
|
-
delta?: WhatIfPropertyChange[];
|
|
1562
|
-
resourceId: string;
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
// @public
|
|
1566
|
-
export interface WhatIfOperationResult {
|
|
1567
|
-
changes?: WhatIfChange[];
|
|
1568
|
-
error?: ErrorResponse;
|
|
1569
|
-
status?: string;
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
// @public
|
|
1573
|
-
export interface WhatIfPropertyChange {
|
|
1574
|
-
after?: Record<string, unknown>;
|
|
1575
|
-
before?: Record<string, unknown>;
|
|
1576
|
-
children?: WhatIfPropertyChange[];
|
|
1577
|
-
path: string;
|
|
1578
|
-
propertyChangeType: PropertyChangeType;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
// @public
|
|
1582
|
-
export type WhatIfResultFormat = "ResourceIdOnly" | "FullResourcePayloads";
|
|
1583
|
-
|
|
1584
|
-
// @public (undocumented)
|
|
1585
|
-
export interface ZoneMapping {
|
|
1586
|
-
location?: string;
|
|
1587
|
-
// (undocumented)
|
|
1588
|
-
zones?: string[];
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
// (No @packageDocumentation comment for this package)
|
|
1592
|
-
|
|
1593
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-resources-profile-2020-09-01-hybrid"
|
|
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 { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface Alias {
|
|
15
|
+
defaultPath?: string;
|
|
16
|
+
defaultPattern?: AliasPattern;
|
|
17
|
+
name?: string;
|
|
18
|
+
paths?: AliasPath[];
|
|
19
|
+
type?: AliasType;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface AliasPath {
|
|
24
|
+
apiVersions?: string[];
|
|
25
|
+
path?: string;
|
|
26
|
+
pattern?: AliasPattern;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface AliasPattern {
|
|
31
|
+
phrase?: string;
|
|
32
|
+
type?: AliasPatternType;
|
|
33
|
+
variable?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export type AliasPatternType = "NotSpecified" | "Extract";
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export type AliasType = "NotSpecified" | "PlainText" | "Mask";
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export interface BasicDependency {
|
|
44
|
+
id?: string;
|
|
45
|
+
resourceName?: string;
|
|
46
|
+
resourceType?: string;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export type ChangeType = "Create" | "Delete" | "Ignore" | "Deploy" | "NoChange" | "Modify";
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface CloudError {
|
|
54
|
+
error?: ErrorResponse;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export interface DebugSetting {
|
|
59
|
+
detailLevel?: string;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// @public
|
|
63
|
+
export interface Dependency {
|
|
64
|
+
dependsOn?: BasicDependency[];
|
|
65
|
+
id?: string;
|
|
66
|
+
resourceName?: string;
|
|
67
|
+
resourceType?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export interface Deployment {
|
|
72
|
+
location?: string;
|
|
73
|
+
properties: DeploymentProperties;
|
|
74
|
+
tags?: {
|
|
75
|
+
[propertyName: string]: string;
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface DeploymentExportResult {
|
|
81
|
+
template?: Record<string, unknown>;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export interface DeploymentExtended {
|
|
86
|
+
readonly id?: string;
|
|
87
|
+
location?: string;
|
|
88
|
+
readonly name?: string;
|
|
89
|
+
properties?: DeploymentPropertiesExtended;
|
|
90
|
+
tags?: {
|
|
91
|
+
[propertyName: string]: string;
|
|
92
|
+
};
|
|
93
|
+
readonly type?: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export interface DeploymentExtendedFilter {
|
|
98
|
+
provisioningState?: string;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// @public
|
|
102
|
+
export interface DeploymentListResult {
|
|
103
|
+
readonly nextLink?: string;
|
|
104
|
+
value?: DeploymentExtended[];
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export type DeploymentMode = "Incremental" | "Complete";
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export interface DeploymentOperation {
|
|
112
|
+
readonly id?: string;
|
|
113
|
+
readonly operationId?: string;
|
|
114
|
+
properties?: DeploymentOperationProperties;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// @public
|
|
118
|
+
export interface DeploymentOperationProperties {
|
|
119
|
+
readonly duration?: string;
|
|
120
|
+
readonly provisioningOperation?: ProvisioningOperation;
|
|
121
|
+
readonly provisioningState?: string;
|
|
122
|
+
readonly request?: HttpMessage;
|
|
123
|
+
readonly response?: HttpMessage;
|
|
124
|
+
readonly serviceRequestId?: string;
|
|
125
|
+
readonly statusCode?: string;
|
|
126
|
+
readonly statusMessage?: Record<string, unknown>;
|
|
127
|
+
readonly targetResource?: TargetResource;
|
|
128
|
+
readonly timestamp?: Date;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export interface DeploymentOperations {
|
|
133
|
+
get(resourceGroupName: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetOptionalParams): Promise<DeploymentOperationsGetResponse>;
|
|
134
|
+
getAtManagementGroupScope(groupId: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentOperationsGetAtManagementGroupScopeResponse>;
|
|
135
|
+
getAtScope(scope: string, deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtScopeOptionalParams): Promise<DeploymentOperationsGetAtScopeResponse>;
|
|
136
|
+
getAtSubscriptionScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentOperationsGetAtSubscriptionScopeResponse>;
|
|
137
|
+
getAtTenantScope(deploymentName: string, operationId: string, options?: DeploymentOperationsGetAtTenantScopeOptionalParams): Promise<DeploymentOperationsGetAtTenantScopeResponse>;
|
|
138
|
+
list(resourceGroupName: string, deploymentName: string, options?: DeploymentOperationsListOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
139
|
+
listAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentOperationsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
140
|
+
listAtScope(scope: string, deploymentName: string, options?: DeploymentOperationsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
141
|
+
listAtSubscriptionScope(deploymentName: string, options?: DeploymentOperationsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
142
|
+
listAtTenantScope(deploymentName: string, options?: DeploymentOperationsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentOperation>;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface DeploymentOperationsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// @public
|
|
150
|
+
export type DeploymentOperationsGetAtManagementGroupScopeResponse = DeploymentOperation;
|
|
151
|
+
|
|
152
|
+
// @public
|
|
153
|
+
export interface DeploymentOperationsGetAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export type DeploymentOperationsGetAtScopeResponse = DeploymentOperation;
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface DeploymentOperationsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export type DeploymentOperationsGetAtSubscriptionScopeResponse = DeploymentOperation;
|
|
165
|
+
|
|
166
|
+
// @public
|
|
167
|
+
export interface DeploymentOperationsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
// @public
|
|
171
|
+
export type DeploymentOperationsGetAtTenantScopeResponse = DeploymentOperation;
|
|
172
|
+
|
|
173
|
+
// @public
|
|
174
|
+
export interface DeploymentOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
// @public
|
|
178
|
+
export type DeploymentOperationsGetResponse = DeploymentOperation;
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export interface DeploymentOperationsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export type DeploymentOperationsListAtManagementGroupScopeNextResponse = DeploymentOperationsListResult;
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export interface DeploymentOperationsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
189
|
+
top?: number;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export type DeploymentOperationsListAtManagementGroupScopeResponse = DeploymentOperationsListResult;
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export interface DeploymentOperationsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// @public
|
|
200
|
+
export type DeploymentOperationsListAtScopeNextResponse = DeploymentOperationsListResult;
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export interface DeploymentOperationsListAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
204
|
+
top?: number;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export type DeploymentOperationsListAtScopeResponse = DeploymentOperationsListResult;
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export interface DeploymentOperationsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export type DeploymentOperationsListAtSubscriptionScopeNextResponse = DeploymentOperationsListResult;
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface DeploymentOperationsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
219
|
+
top?: number;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// @public
|
|
223
|
+
export type DeploymentOperationsListAtSubscriptionScopeResponse = DeploymentOperationsListResult;
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export interface DeploymentOperationsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export type DeploymentOperationsListAtTenantScopeNextResponse = DeploymentOperationsListResult;
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface DeploymentOperationsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
top?: number;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// @public
|
|
238
|
+
export type DeploymentOperationsListAtTenantScopeResponse = DeploymentOperationsListResult;
|
|
239
|
+
|
|
240
|
+
// @public
|
|
241
|
+
export interface DeploymentOperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
// @public
|
|
245
|
+
export type DeploymentOperationsListNextResponse = DeploymentOperationsListResult;
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export interface DeploymentOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
249
|
+
top?: number;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export type DeploymentOperationsListResponse = DeploymentOperationsListResult;
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface DeploymentOperationsListResult {
|
|
257
|
+
readonly nextLink?: string;
|
|
258
|
+
value?: DeploymentOperation[];
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export interface DeploymentProperties {
|
|
263
|
+
debugSetting?: DebugSetting;
|
|
264
|
+
mode: DeploymentMode;
|
|
265
|
+
onErrorDeployment?: OnErrorDeployment;
|
|
266
|
+
parameters?: Record<string, unknown>;
|
|
267
|
+
parametersLink?: ParametersLink;
|
|
268
|
+
template?: Record<string, unknown>;
|
|
269
|
+
templateLink?: TemplateLink;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export interface DeploymentPropertiesExtended {
|
|
274
|
+
readonly correlationId?: string;
|
|
275
|
+
readonly debugSetting?: DebugSetting;
|
|
276
|
+
readonly dependencies?: Dependency[];
|
|
277
|
+
readonly duration?: string;
|
|
278
|
+
readonly error?: ErrorResponse;
|
|
279
|
+
readonly mode?: DeploymentMode;
|
|
280
|
+
readonly onErrorDeployment?: OnErrorDeploymentExtended;
|
|
281
|
+
readonly outputResources?: ResourceReference[];
|
|
282
|
+
readonly outputs?: Record<string, unknown>;
|
|
283
|
+
readonly parameters?: Record<string, unknown>;
|
|
284
|
+
readonly parametersLink?: ParametersLink;
|
|
285
|
+
readonly providers?: Provider[];
|
|
286
|
+
readonly provisioningState?: string;
|
|
287
|
+
readonly templateHash?: string;
|
|
288
|
+
readonly templateLink?: TemplateLink;
|
|
289
|
+
readonly timestamp?: Date;
|
|
290
|
+
readonly validatedResources?: ResourceReference[];
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export interface Deployments {
|
|
295
|
+
beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
|
|
296
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
|
|
297
|
+
beginCreateOrUpdateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>, DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>>;
|
|
298
|
+
beginCreateOrUpdateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;
|
|
299
|
+
beginCreateOrUpdateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtScopeResponse>, DeploymentsCreateOrUpdateAtScopeResponse>>;
|
|
300
|
+
beginCreateOrUpdateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;
|
|
301
|
+
beginCreateOrUpdateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>, DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>>;
|
|
302
|
+
beginCreateOrUpdateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;
|
|
303
|
+
beginCreateOrUpdateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>, DeploymentsCreateOrUpdateAtTenantScopeResponse>>;
|
|
304
|
+
beginCreateOrUpdateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;
|
|
305
|
+
beginDelete(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
306
|
+
beginDeleteAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
|
|
307
|
+
beginDeleteAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
308
|
+
beginDeleteAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<void>;
|
|
309
|
+
beginDeleteAtScope(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
310
|
+
beginDeleteAtScopeAndWait(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<void>;
|
|
311
|
+
beginDeleteAtSubscriptionScope(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
312
|
+
beginDeleteAtSubscriptionScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<void>;
|
|
313
|
+
beginDeleteAtTenantScope(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
314
|
+
beginDeleteAtTenantScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<void>;
|
|
315
|
+
beginValidate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateResponse>, DeploymentsValidateResponse>>;
|
|
316
|
+
beginValidateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<DeploymentsValidateResponse>;
|
|
317
|
+
beginValidateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtManagementGroupScopeResponse>, DeploymentsValidateAtManagementGroupScopeResponse>>;
|
|
318
|
+
beginValidateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;
|
|
319
|
+
beginValidateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtScopeResponse>, DeploymentsValidateAtScopeResponse>>;
|
|
320
|
+
beginValidateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<DeploymentsValidateAtScopeResponse>;
|
|
321
|
+
beginValidateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtSubscriptionScopeResponse>, DeploymentsValidateAtSubscriptionScopeResponse>>;
|
|
322
|
+
beginValidateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;
|
|
323
|
+
beginValidateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsValidateAtTenantScopeResponse>, DeploymentsValidateAtTenantScopeResponse>>;
|
|
324
|
+
beginValidateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<DeploymentsValidateAtTenantScopeResponse>;
|
|
325
|
+
beginWhatIf(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfResponse>, DeploymentsWhatIfResponse>>;
|
|
326
|
+
beginWhatIfAndWait(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<DeploymentsWhatIfResponse>;
|
|
327
|
+
beginWhatIfAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>, DeploymentsWhatIfAtManagementGroupScopeResponse>>;
|
|
328
|
+
beginWhatIfAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;
|
|
329
|
+
beginWhatIfAtSubscriptionScope(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>, DeploymentsWhatIfAtSubscriptionScopeResponse>>;
|
|
330
|
+
beginWhatIfAtSubscriptionScopeAndWait(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;
|
|
331
|
+
beginWhatIfAtTenantScope(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<PollerLike<PollOperationState<DeploymentsWhatIfAtTenantScopeResponse>, DeploymentsWhatIfAtTenantScopeResponse>>;
|
|
332
|
+
beginWhatIfAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<DeploymentsWhatIfAtTenantScopeResponse>;
|
|
333
|
+
calculateTemplateHash(template: Record<string, unknown>, options?: DeploymentsCalculateTemplateHashOptionalParams): Promise<DeploymentsCalculateTemplateHashResponse>;
|
|
334
|
+
cancel(resourceGroupName: string, deploymentName: string, options?: DeploymentsCancelOptionalParams): Promise<void>;
|
|
335
|
+
cancelAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCancelAtManagementGroupScopeOptionalParams): Promise<void>;
|
|
336
|
+
cancelAtScope(scope: string, deploymentName: string, options?: DeploymentsCancelAtScopeOptionalParams): Promise<void>;
|
|
337
|
+
cancelAtSubscriptionScope(deploymentName: string, options?: DeploymentsCancelAtSubscriptionScopeOptionalParams): Promise<void>;
|
|
338
|
+
cancelAtTenantScope(deploymentName: string, options?: DeploymentsCancelAtTenantScopeOptionalParams): Promise<void>;
|
|
339
|
+
checkExistence(resourceGroupName: string, deploymentName: string, options?: DeploymentsCheckExistenceOptionalParams): Promise<DeploymentsCheckExistenceResponse>;
|
|
340
|
+
checkExistenceAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;
|
|
341
|
+
checkExistenceAtScope(scope: string, deploymentName: string, options?: DeploymentsCheckExistenceAtScopeOptionalParams): Promise<DeploymentsCheckExistenceAtScopeResponse>;
|
|
342
|
+
checkExistenceAtSubscriptionScope(deploymentName: string, options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;
|
|
343
|
+
checkExistenceAtTenantScope(deploymentName: string, options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;
|
|
344
|
+
exportTemplate(resourceGroupName: string, deploymentName: string, options?: DeploymentsExportTemplateOptionalParams): Promise<DeploymentsExportTemplateResponse>;
|
|
345
|
+
exportTemplateAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;
|
|
346
|
+
exportTemplateAtScope(scope: string, deploymentName: string, options?: DeploymentsExportTemplateAtScopeOptionalParams): Promise<DeploymentsExportTemplateAtScopeResponse>;
|
|
347
|
+
exportTemplateAtSubscriptionScope(deploymentName: string, options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;
|
|
348
|
+
exportTemplateAtTenantScope(deploymentName: string, options?: DeploymentsExportTemplateAtTenantScopeOptionalParams): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;
|
|
349
|
+
get(resourceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
|
|
350
|
+
getAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentsGetAtManagementGroupScopeResponse>;
|
|
351
|
+
getAtScope(scope: string, deploymentName: string, options?: DeploymentsGetAtScopeOptionalParams): Promise<DeploymentsGetAtScopeResponse>;
|
|
352
|
+
getAtSubscriptionScope(deploymentName: string, options?: DeploymentsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentsGetAtSubscriptionScopeResponse>;
|
|
353
|
+
getAtTenantScope(deploymentName: string, options?: DeploymentsGetAtTenantScopeOptionalParams): Promise<DeploymentsGetAtTenantScopeResponse>;
|
|
354
|
+
listAtManagementGroupScope(groupId: string, options?: DeploymentsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
355
|
+
listAtScope(scope: string, options?: DeploymentsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
356
|
+
listAtSubscriptionScope(options?: DeploymentsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
357
|
+
listAtTenantScope(options?: DeploymentsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
358
|
+
listByResourceGroup(resourceGroupName: string, options?: DeploymentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
// @public
|
|
362
|
+
export interface DeploymentsCalculateTemplateHashOptionalParams extends coreClient.OperationOptions {
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export type DeploymentsCalculateTemplateHashResponse = TemplateHashResult;
|
|
367
|
+
|
|
368
|
+
// @public
|
|
369
|
+
export interface DeploymentsCancelAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export interface DeploymentsCancelAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
// @public
|
|
377
|
+
export interface DeploymentsCancelAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
// @public
|
|
381
|
+
export interface DeploymentsCancelAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export interface DeploymentsCancelOptionalParams extends coreClient.OperationOptions {
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export interface DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
// @public
|
|
393
|
+
export type DeploymentsCheckExistenceAtManagementGroupScopeResponse = {
|
|
394
|
+
body: boolean;
|
|
395
|
+
};
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export interface DeploymentsCheckExistenceAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export type DeploymentsCheckExistenceAtScopeResponse = {
|
|
403
|
+
body: boolean;
|
|
404
|
+
};
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export interface DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export type DeploymentsCheckExistenceAtSubscriptionScopeResponse = {
|
|
412
|
+
body: boolean;
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export interface DeploymentsCheckExistenceAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export type DeploymentsCheckExistenceAtTenantScopeResponse = {
|
|
421
|
+
body: boolean;
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
// @public
|
|
425
|
+
export interface DeploymentsCheckExistenceOptionalParams extends coreClient.OperationOptions {
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
// @public
|
|
429
|
+
export type DeploymentsCheckExistenceResponse = {
|
|
430
|
+
body: boolean;
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export interface DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
435
|
+
resumeFrom?: string;
|
|
436
|
+
updateIntervalInMs?: number;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export type DeploymentsCreateOrUpdateAtManagementGroupScopeResponse = DeploymentExtended;
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export interface DeploymentsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
444
|
+
resumeFrom?: string;
|
|
445
|
+
updateIntervalInMs?: number;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export type DeploymentsCreateOrUpdateAtScopeResponse = DeploymentExtended;
|
|
450
|
+
|
|
451
|
+
// @public
|
|
452
|
+
export interface DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
453
|
+
resumeFrom?: string;
|
|
454
|
+
updateIntervalInMs?: number;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
// @public
|
|
458
|
+
export type DeploymentsCreateOrUpdateAtSubscriptionScopeResponse = DeploymentExtended;
|
|
459
|
+
|
|
460
|
+
// @public
|
|
461
|
+
export interface DeploymentsCreateOrUpdateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
462
|
+
resumeFrom?: string;
|
|
463
|
+
updateIntervalInMs?: number;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type DeploymentsCreateOrUpdateAtTenantScopeResponse = DeploymentExtended;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
471
|
+
resumeFrom?: string;
|
|
472
|
+
updateIntervalInMs?: number;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
// @public
|
|
476
|
+
export type DeploymentsCreateOrUpdateResponse = DeploymentExtended;
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export interface DeploymentsDeleteAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
480
|
+
resumeFrom?: string;
|
|
481
|
+
updateIntervalInMs?: number;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
// @public
|
|
485
|
+
export interface DeploymentsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
486
|
+
resumeFrom?: string;
|
|
487
|
+
updateIntervalInMs?: number;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
// @public
|
|
491
|
+
export interface DeploymentsDeleteAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
492
|
+
resumeFrom?: string;
|
|
493
|
+
updateIntervalInMs?: number;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export interface DeploymentsDeleteAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
498
|
+
resumeFrom?: string;
|
|
499
|
+
updateIntervalInMs?: number;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
// @public
|
|
503
|
+
export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
504
|
+
resumeFrom?: string;
|
|
505
|
+
updateIntervalInMs?: number;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
// @public
|
|
509
|
+
export interface DeploymentsExportTemplateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export type DeploymentsExportTemplateAtManagementGroupScopeResponse = DeploymentExportResult;
|
|
514
|
+
|
|
515
|
+
// @public
|
|
516
|
+
export interface DeploymentsExportTemplateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
// @public
|
|
520
|
+
export type DeploymentsExportTemplateAtScopeResponse = DeploymentExportResult;
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export interface DeploymentsExportTemplateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
// @public
|
|
527
|
+
export type DeploymentsExportTemplateAtSubscriptionScopeResponse = DeploymentExportResult;
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export interface DeploymentsExportTemplateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export type DeploymentsExportTemplateAtTenantScopeResponse = DeploymentExportResult;
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface DeploymentsExportTemplateOptionalParams extends coreClient.OperationOptions {
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
// @public
|
|
541
|
+
export type DeploymentsExportTemplateResponse = DeploymentExportResult;
|
|
542
|
+
|
|
543
|
+
// @public
|
|
544
|
+
export interface DeploymentsGetAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export type DeploymentsGetAtManagementGroupScopeResponse = DeploymentExtended;
|
|
549
|
+
|
|
550
|
+
// @public
|
|
551
|
+
export interface DeploymentsGetAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export type DeploymentsGetAtScopeResponse = DeploymentExtended;
|
|
556
|
+
|
|
557
|
+
// @public
|
|
558
|
+
export interface DeploymentsGetAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export type DeploymentsGetAtSubscriptionScopeResponse = DeploymentExtended;
|
|
563
|
+
|
|
564
|
+
// @public
|
|
565
|
+
export interface DeploymentsGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export type DeploymentsGetAtTenantScopeResponse = DeploymentExtended;
|
|
570
|
+
|
|
571
|
+
// @public
|
|
572
|
+
export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export type DeploymentsGetResponse = DeploymentExtended;
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export interface DeploymentsListAtManagementGroupScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export type DeploymentsListAtManagementGroupScopeNextResponse = DeploymentListResult;
|
|
584
|
+
|
|
585
|
+
// @public
|
|
586
|
+
export interface DeploymentsListAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
587
|
+
filter?: string;
|
|
588
|
+
top?: number;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
// @public
|
|
592
|
+
export type DeploymentsListAtManagementGroupScopeResponse = DeploymentListResult;
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export interface DeploymentsListAtScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export type DeploymentsListAtScopeNextResponse = DeploymentListResult;
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export interface DeploymentsListAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
603
|
+
filter?: string;
|
|
604
|
+
top?: number;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
// @public
|
|
608
|
+
export type DeploymentsListAtScopeResponse = DeploymentListResult;
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export interface DeploymentsListAtSubscriptionScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
// @public
|
|
615
|
+
export type DeploymentsListAtSubscriptionScopeNextResponse = DeploymentListResult;
|
|
616
|
+
|
|
617
|
+
// @public
|
|
618
|
+
export interface DeploymentsListAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
619
|
+
filter?: string;
|
|
620
|
+
top?: number;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
// @public
|
|
624
|
+
export type DeploymentsListAtSubscriptionScopeResponse = DeploymentListResult;
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export interface DeploymentsListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
// @public
|
|
631
|
+
export type DeploymentsListAtTenantScopeNextResponse = DeploymentListResult;
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export interface DeploymentsListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
635
|
+
filter?: string;
|
|
636
|
+
top?: number;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export type DeploymentsListAtTenantScopeResponse = DeploymentListResult;
|
|
641
|
+
|
|
642
|
+
// @public
|
|
643
|
+
export interface DeploymentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export type DeploymentsListByResourceGroupNextResponse = DeploymentListResult;
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export interface DeploymentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
651
|
+
filter?: string;
|
|
652
|
+
top?: number;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
// @public
|
|
656
|
+
export type DeploymentsListByResourceGroupResponse = DeploymentListResult;
|
|
657
|
+
|
|
658
|
+
// @public
|
|
659
|
+
export interface DeploymentsValidateAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
660
|
+
resumeFrom?: string;
|
|
661
|
+
updateIntervalInMs?: number;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
// @public
|
|
665
|
+
export type DeploymentsValidateAtManagementGroupScopeResponse = DeploymentValidateResult;
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export interface DeploymentsValidateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
669
|
+
resumeFrom?: string;
|
|
670
|
+
updateIntervalInMs?: number;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export type DeploymentsValidateAtScopeResponse = DeploymentValidateResult;
|
|
675
|
+
|
|
676
|
+
// @public
|
|
677
|
+
export interface DeploymentsValidateAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
678
|
+
resumeFrom?: string;
|
|
679
|
+
updateIntervalInMs?: number;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
// @public
|
|
683
|
+
export type DeploymentsValidateAtSubscriptionScopeResponse = DeploymentValidateResult;
|
|
684
|
+
|
|
685
|
+
// @public
|
|
686
|
+
export interface DeploymentsValidateAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
687
|
+
resumeFrom?: string;
|
|
688
|
+
updateIntervalInMs?: number;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export type DeploymentsValidateAtTenantScopeResponse = DeploymentValidateResult;
|
|
693
|
+
|
|
694
|
+
// @public
|
|
695
|
+
export interface DeploymentsValidateOptionalParams extends coreClient.OperationOptions {
|
|
696
|
+
resumeFrom?: string;
|
|
697
|
+
updateIntervalInMs?: number;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export type DeploymentsValidateResponse = DeploymentValidateResult;
|
|
702
|
+
|
|
703
|
+
// @public
|
|
704
|
+
export interface DeploymentsWhatIfAtManagementGroupScopeHeaders {
|
|
705
|
+
location?: string;
|
|
706
|
+
retryAfter?: string;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
// @public
|
|
710
|
+
export interface DeploymentsWhatIfAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
|
|
711
|
+
resumeFrom?: string;
|
|
712
|
+
updateIntervalInMs?: number;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
// @public
|
|
716
|
+
export type DeploymentsWhatIfAtManagementGroupScopeResponse = WhatIfOperationResult;
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export interface DeploymentsWhatIfAtSubscriptionScopeHeaders {
|
|
720
|
+
location?: string;
|
|
721
|
+
retryAfter?: string;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
// @public
|
|
725
|
+
export interface DeploymentsWhatIfAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
|
|
726
|
+
resumeFrom?: string;
|
|
727
|
+
updateIntervalInMs?: number;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
// @public
|
|
731
|
+
export type DeploymentsWhatIfAtSubscriptionScopeResponse = WhatIfOperationResult;
|
|
732
|
+
|
|
733
|
+
// @public
|
|
734
|
+
export interface DeploymentsWhatIfAtTenantScopeHeaders {
|
|
735
|
+
location?: string;
|
|
736
|
+
retryAfter?: string;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
// @public
|
|
740
|
+
export interface DeploymentsWhatIfAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
741
|
+
resumeFrom?: string;
|
|
742
|
+
updateIntervalInMs?: number;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
// @public
|
|
746
|
+
export type DeploymentsWhatIfAtTenantScopeResponse = WhatIfOperationResult;
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export interface DeploymentsWhatIfHeaders {
|
|
750
|
+
location?: string;
|
|
751
|
+
retryAfter?: string;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
// @public
|
|
755
|
+
export interface DeploymentsWhatIfOptionalParams extends coreClient.OperationOptions {
|
|
756
|
+
resumeFrom?: string;
|
|
757
|
+
updateIntervalInMs?: number;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
// @public
|
|
761
|
+
export type DeploymentsWhatIfResponse = WhatIfOperationResult;
|
|
762
|
+
|
|
763
|
+
// @public
|
|
764
|
+
export interface DeploymentValidateResult {
|
|
765
|
+
readonly error?: ErrorResponse;
|
|
766
|
+
properties?: DeploymentPropertiesExtended;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export interface DeploymentWhatIf {
|
|
771
|
+
location?: string;
|
|
772
|
+
properties: DeploymentWhatIfProperties;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// @public
|
|
776
|
+
export interface DeploymentWhatIfProperties extends DeploymentProperties {
|
|
777
|
+
whatIfSettings?: DeploymentWhatIfSettings;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
// @public
|
|
781
|
+
export interface DeploymentWhatIfSettings {
|
|
782
|
+
resultFormat?: WhatIfResultFormat;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export interface ErrorAdditionalInfo {
|
|
787
|
+
readonly info?: Record<string, unknown>;
|
|
788
|
+
readonly type?: string;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
// @public
|
|
792
|
+
export interface ErrorResponse {
|
|
793
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
794
|
+
readonly code?: string;
|
|
795
|
+
readonly details?: ErrorResponse[];
|
|
796
|
+
readonly message?: string;
|
|
797
|
+
readonly target?: string;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export interface ExportTemplateRequest {
|
|
802
|
+
options?: string;
|
|
803
|
+
resources?: string[];
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
// @public
|
|
807
|
+
export interface GenericResource extends Resource {
|
|
808
|
+
identity?: Identity;
|
|
809
|
+
kind?: string;
|
|
810
|
+
managedBy?: string;
|
|
811
|
+
plan?: Plan;
|
|
812
|
+
properties?: Record<string, unknown>;
|
|
813
|
+
sku?: Sku;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
// @public
|
|
817
|
+
export interface GenericResourceExpanded extends GenericResource {
|
|
818
|
+
readonly changedTime?: Date;
|
|
819
|
+
readonly createdTime?: Date;
|
|
820
|
+
readonly provisioningState?: string;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export interface GenericResourceFilter {
|
|
825
|
+
resourceType?: string;
|
|
826
|
+
tagname?: string;
|
|
827
|
+
tagvalue?: string;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export interface HttpMessage {
|
|
835
|
+
content?: Record<string, unknown>;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
// @public
|
|
839
|
+
export interface Identity {
|
|
840
|
+
readonly principalId?: string;
|
|
841
|
+
readonly tenantId?: string;
|
|
842
|
+
type?: ResourceIdentityType;
|
|
843
|
+
userAssignedIdentities?: {
|
|
844
|
+
[propertyName: string]: IdentityUserAssignedIdentitiesValue;
|
|
845
|
+
};
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
// @public (undocumented)
|
|
849
|
+
export interface IdentityUserAssignedIdentitiesValue {
|
|
850
|
+
readonly clientId?: string;
|
|
851
|
+
readonly principalId?: string;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
// @public
|
|
855
|
+
export enum KnownTagsPatchOperation {
|
|
856
|
+
Delete = "Delete",
|
|
857
|
+
Merge = "Merge",
|
|
858
|
+
Replace = "Replace"
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export interface OnErrorDeployment {
|
|
863
|
+
deploymentName?: string;
|
|
864
|
+
type?: OnErrorDeploymentType;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export interface OnErrorDeploymentExtended {
|
|
869
|
+
deploymentName?: string;
|
|
870
|
+
readonly provisioningState?: string;
|
|
871
|
+
type?: OnErrorDeploymentType;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
// @public
|
|
875
|
+
export type OnErrorDeploymentType = "LastSuccessful" | "SpecificDeployment";
|
|
876
|
+
|
|
877
|
+
// @public
|
|
878
|
+
export interface Operation {
|
|
879
|
+
display?: OperationDisplay;
|
|
880
|
+
name?: string;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
// @public
|
|
884
|
+
export interface OperationDisplay {
|
|
885
|
+
description?: string;
|
|
886
|
+
operation?: string;
|
|
887
|
+
provider?: string;
|
|
888
|
+
resource?: string;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
// @public
|
|
892
|
+
export interface OperationListResult {
|
|
893
|
+
nextLink?: string;
|
|
894
|
+
value?: Operation[];
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
// @public
|
|
898
|
+
export interface Operations {
|
|
899
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
// @public
|
|
903
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
// @public
|
|
907
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
908
|
+
|
|
909
|
+
// @public
|
|
910
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
// @public
|
|
914
|
+
export type OperationsListResponse = OperationListResult;
|
|
915
|
+
|
|
916
|
+
// @public
|
|
917
|
+
export interface ParametersLink {
|
|
918
|
+
contentVersion?: string;
|
|
919
|
+
uri: string;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
// @public
|
|
923
|
+
export interface Plan {
|
|
924
|
+
name?: string;
|
|
925
|
+
product?: string;
|
|
926
|
+
promotionCode?: string;
|
|
927
|
+
publisher?: string;
|
|
928
|
+
version?: string;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
// @public
|
|
932
|
+
export type PropertyChangeType = "Create" | "Delete" | "Modify" | "Array";
|
|
933
|
+
|
|
934
|
+
// @public
|
|
935
|
+
export interface Provider {
|
|
936
|
+
readonly id?: string;
|
|
937
|
+
namespace?: string;
|
|
938
|
+
readonly registrationPolicy?: string;
|
|
939
|
+
readonly registrationState?: string;
|
|
940
|
+
readonly resourceTypes?: ProviderResourceType[];
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
// @public
|
|
944
|
+
export interface ProviderListResult {
|
|
945
|
+
readonly nextLink?: string;
|
|
946
|
+
value?: Provider[];
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
// @public
|
|
950
|
+
export interface ProviderResourceType {
|
|
951
|
+
aliases?: Alias[];
|
|
952
|
+
apiVersions?: string[];
|
|
953
|
+
capabilities?: string;
|
|
954
|
+
locations?: string[];
|
|
955
|
+
properties?: {
|
|
956
|
+
[propertyName: string]: string;
|
|
957
|
+
};
|
|
958
|
+
resourceType?: string;
|
|
959
|
+
// (undocumented)
|
|
960
|
+
zoneMappings?: ZoneMapping[];
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
// @public
|
|
964
|
+
export interface Providers {
|
|
965
|
+
get(resourceProviderNamespace: string, options?: ProvidersGetOptionalParams): Promise<ProvidersGetResponse>;
|
|
966
|
+
getAtTenantScope(resourceProviderNamespace: string, options?: ProvidersGetAtTenantScopeOptionalParams): Promise<ProvidersGetAtTenantScopeResponse>;
|
|
967
|
+
list(options?: ProvidersListOptionalParams): PagedAsyncIterableIterator<Provider>;
|
|
968
|
+
listAtTenantScope(options?: ProvidersListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<Provider>;
|
|
969
|
+
register(resourceProviderNamespace: string, options?: ProvidersRegisterOptionalParams): Promise<ProvidersRegisterResponse>;
|
|
970
|
+
unregister(resourceProviderNamespace: string, options?: ProvidersUnregisterOptionalParams): Promise<ProvidersUnregisterResponse>;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
// @public
|
|
974
|
+
export interface ProvidersGetAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
975
|
+
expand?: string;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export type ProvidersGetAtTenantScopeResponse = Provider;
|
|
980
|
+
|
|
981
|
+
// @public
|
|
982
|
+
export interface ProvidersGetOptionalParams extends coreClient.OperationOptions {
|
|
983
|
+
expand?: string;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
// @public
|
|
987
|
+
export type ProvidersGetResponse = Provider;
|
|
988
|
+
|
|
989
|
+
// @public
|
|
990
|
+
export interface ProvidersListAtTenantScopeNextOptionalParams extends coreClient.OperationOptions {
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
// @public
|
|
994
|
+
export type ProvidersListAtTenantScopeNextResponse = ProviderListResult;
|
|
995
|
+
|
|
996
|
+
// @public
|
|
997
|
+
export interface ProvidersListAtTenantScopeOptionalParams extends coreClient.OperationOptions {
|
|
998
|
+
expand?: string;
|
|
999
|
+
top?: number;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
// @public
|
|
1003
|
+
export type ProvidersListAtTenantScopeResponse = ProviderListResult;
|
|
1004
|
+
|
|
1005
|
+
// @public
|
|
1006
|
+
export interface ProvidersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
// @public
|
|
1010
|
+
export type ProvidersListNextResponse = ProviderListResult;
|
|
1011
|
+
|
|
1012
|
+
// @public
|
|
1013
|
+
export interface ProvidersListOptionalParams extends coreClient.OperationOptions {
|
|
1014
|
+
expand?: string;
|
|
1015
|
+
top?: number;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export type ProvidersListResponse = ProviderListResult;
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export interface ProvidersRegisterOptionalParams extends coreClient.OperationOptions {
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
// @public
|
|
1026
|
+
export type ProvidersRegisterResponse = Provider;
|
|
1027
|
+
|
|
1028
|
+
// @public
|
|
1029
|
+
export interface ProvidersUnregisterOptionalParams extends coreClient.OperationOptions {
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
// @public
|
|
1033
|
+
export type ProvidersUnregisterResponse = Provider;
|
|
1034
|
+
|
|
1035
|
+
// @public
|
|
1036
|
+
export type ProvisioningOperation = "NotSpecified" | "Create" | "Delete" | "Waiting" | "AzureAsyncOperationWaiting" | "ResourceCacheWaiting" | "Action" | "Read" | "EvaluateDeploymentOutput" | "DeploymentCleanup";
|
|
1037
|
+
|
|
1038
|
+
// @public
|
|
1039
|
+
export interface Resource {
|
|
1040
|
+
readonly id?: string;
|
|
1041
|
+
location?: string;
|
|
1042
|
+
readonly name?: string;
|
|
1043
|
+
tags?: {
|
|
1044
|
+
[propertyName: string]: string;
|
|
1045
|
+
};
|
|
1046
|
+
readonly type?: string;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
// @public
|
|
1050
|
+
export interface ResourceGroup {
|
|
1051
|
+
readonly id?: string;
|
|
1052
|
+
location: string;
|
|
1053
|
+
managedBy?: string;
|
|
1054
|
+
readonly name?: string;
|
|
1055
|
+
properties?: ResourceGroupProperties;
|
|
1056
|
+
tags?: {
|
|
1057
|
+
[propertyName: string]: string;
|
|
1058
|
+
};
|
|
1059
|
+
readonly type?: string;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
// @public
|
|
1063
|
+
export interface ResourceGroupExportResult {
|
|
1064
|
+
error?: ErrorResponse;
|
|
1065
|
+
template?: Record<string, unknown>;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
// @public
|
|
1069
|
+
export interface ResourceGroupFilter {
|
|
1070
|
+
tagName?: string;
|
|
1071
|
+
tagValue?: string;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
// @public
|
|
1075
|
+
export interface ResourceGroupListResult {
|
|
1076
|
+
readonly nextLink?: string;
|
|
1077
|
+
value?: ResourceGroup[];
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export interface ResourceGroupPatchable {
|
|
1082
|
+
managedBy?: string;
|
|
1083
|
+
name?: string;
|
|
1084
|
+
properties?: ResourceGroupProperties;
|
|
1085
|
+
tags?: {
|
|
1086
|
+
[propertyName: string]: string;
|
|
1087
|
+
};
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
// @public
|
|
1091
|
+
export interface ResourceGroupProperties {
|
|
1092
|
+
readonly provisioningState?: string;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
// @public
|
|
1096
|
+
export interface ResourceGroups {
|
|
1097
|
+
beginDelete(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1098
|
+
beginDeleteAndWait(resourceGroupName: string, options?: ResourceGroupsDeleteOptionalParams): Promise<void>;
|
|
1099
|
+
beginExportTemplate(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<PollerLike<PollOperationState<ResourceGroupsExportTemplateResponse>, ResourceGroupsExportTemplateResponse>>;
|
|
1100
|
+
beginExportTemplateAndWait(resourceGroupName: string, parameters: ExportTemplateRequest, options?: ResourceGroupsExportTemplateOptionalParams): Promise<ResourceGroupsExportTemplateResponse>;
|
|
1101
|
+
checkExistence(resourceGroupName: string, options?: ResourceGroupsCheckExistenceOptionalParams): Promise<ResourceGroupsCheckExistenceResponse>;
|
|
1102
|
+
createOrUpdate(resourceGroupName: string, parameters: ResourceGroup, options?: ResourceGroupsCreateOrUpdateOptionalParams): Promise<ResourceGroupsCreateOrUpdateResponse>;
|
|
1103
|
+
get(resourceGroupName: string, options?: ResourceGroupsGetOptionalParams): Promise<ResourceGroupsGetResponse>;
|
|
1104
|
+
list(options?: ResourceGroupsListOptionalParams): PagedAsyncIterableIterator<ResourceGroup>;
|
|
1105
|
+
update(resourceGroupName: string, parameters: ResourceGroupPatchable, options?: ResourceGroupsUpdateOptionalParams): Promise<ResourceGroupsUpdateResponse>;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
// @public
|
|
1109
|
+
export interface ResourceGroupsCheckExistenceOptionalParams extends coreClient.OperationOptions {
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export type ResourceGroupsCheckExistenceResponse = {
|
|
1114
|
+
body: boolean;
|
|
1115
|
+
};
|
|
1116
|
+
|
|
1117
|
+
// @public
|
|
1118
|
+
export interface ResourceGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
// @public
|
|
1122
|
+
export type ResourceGroupsCreateOrUpdateResponse = ResourceGroup;
|
|
1123
|
+
|
|
1124
|
+
// @public
|
|
1125
|
+
export interface ResourceGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1126
|
+
resumeFrom?: string;
|
|
1127
|
+
updateIntervalInMs?: number;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
// @public
|
|
1131
|
+
export interface ResourceGroupsExportTemplateOptionalParams extends coreClient.OperationOptions {
|
|
1132
|
+
resumeFrom?: string;
|
|
1133
|
+
updateIntervalInMs?: number;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
// @public
|
|
1137
|
+
export type ResourceGroupsExportTemplateResponse = ResourceGroupExportResult;
|
|
1138
|
+
|
|
1139
|
+
// @public
|
|
1140
|
+
export interface ResourceGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
// @public
|
|
1144
|
+
export type ResourceGroupsGetResponse = ResourceGroup;
|
|
1145
|
+
|
|
1146
|
+
// @public
|
|
1147
|
+
export interface ResourceGroupsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
// @public
|
|
1151
|
+
export type ResourceGroupsListNextResponse = ResourceGroupListResult;
|
|
1152
|
+
|
|
1153
|
+
// @public
|
|
1154
|
+
export interface ResourceGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
1155
|
+
filter?: string;
|
|
1156
|
+
top?: number;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
// @public
|
|
1160
|
+
export type ResourceGroupsListResponse = ResourceGroupListResult;
|
|
1161
|
+
|
|
1162
|
+
// @public
|
|
1163
|
+
export interface ResourceGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
// @public
|
|
1167
|
+
export type ResourceGroupsUpdateResponse = ResourceGroup;
|
|
1168
|
+
|
|
1169
|
+
// @public
|
|
1170
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
1171
|
+
|
|
1172
|
+
// @public
|
|
1173
|
+
export interface ResourceListResult {
|
|
1174
|
+
readonly nextLink?: string;
|
|
1175
|
+
value?: GenericResourceExpanded[];
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
// @public (undocumented)
|
|
1179
|
+
export class ResourceManagementClient extends coreClient.ServiceClient {
|
|
1180
|
+
// (undocumented)
|
|
1181
|
+
$host: string;
|
|
1182
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceManagementClientOptionalParams);
|
|
1183
|
+
// (undocumented)
|
|
1184
|
+
apiVersion: string;
|
|
1185
|
+
// (undocumented)
|
|
1186
|
+
deploymentOperations: DeploymentOperations;
|
|
1187
|
+
// (undocumented)
|
|
1188
|
+
deployments: Deployments;
|
|
1189
|
+
// (undocumented)
|
|
1190
|
+
operations: Operations;
|
|
1191
|
+
// (undocumented)
|
|
1192
|
+
providers: Providers;
|
|
1193
|
+
// (undocumented)
|
|
1194
|
+
resourceGroups: ResourceGroups;
|
|
1195
|
+
// (undocumented)
|
|
1196
|
+
resources: Resources;
|
|
1197
|
+
// (undocumented)
|
|
1198
|
+
subscriptionId: string;
|
|
1199
|
+
// (undocumented)
|
|
1200
|
+
tagsOperations: TagsOperations;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
// @public
|
|
1204
|
+
export interface ResourceManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1205
|
+
$host?: string;
|
|
1206
|
+
apiVersion?: string;
|
|
1207
|
+
endpoint?: string;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
// @public
|
|
1211
|
+
export interface ResourceProviderOperationDisplayProperties {
|
|
1212
|
+
description?: string;
|
|
1213
|
+
operation?: string;
|
|
1214
|
+
provider?: string;
|
|
1215
|
+
publisher?: string;
|
|
1216
|
+
resource?: string;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
// @public
|
|
1220
|
+
export interface ResourceReference {
|
|
1221
|
+
readonly id?: string;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
// @public
|
|
1225
|
+
export interface Resources {
|
|
1226
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ResourcesCreateOrUpdateResponse>, ResourcesCreateOrUpdateResponse>>;
|
|
1227
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateOptionalParams): Promise<ResourcesCreateOrUpdateResponse>;
|
|
1228
|
+
beginCreateOrUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<PollerLike<PollOperationState<ResourcesCreateOrUpdateByIdResponse>, ResourcesCreateOrUpdateByIdResponse>>;
|
|
1229
|
+
beginCreateOrUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesCreateOrUpdateByIdOptionalParams): Promise<ResourcesCreateOrUpdateByIdResponse>;
|
|
1230
|
+
beginDelete(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1231
|
+
beginDeleteAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesDeleteOptionalParams): Promise<void>;
|
|
1232
|
+
beginDeleteById(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1233
|
+
beginDeleteByIdAndWait(resourceId: string, apiVersion: string, options?: ResourcesDeleteByIdOptionalParams): Promise<void>;
|
|
1234
|
+
beginMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1235
|
+
beginMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesMoveResourcesOptionalParams): Promise<void>;
|
|
1236
|
+
beginUpdate(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ResourcesUpdateResponse>, ResourcesUpdateResponse>>;
|
|
1237
|
+
beginUpdateAndWait(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateOptionalParams): Promise<ResourcesUpdateResponse>;
|
|
1238
|
+
beginUpdateById(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<PollerLike<PollOperationState<ResourcesUpdateByIdResponse>, ResourcesUpdateByIdResponse>>;
|
|
1239
|
+
beginUpdateByIdAndWait(resourceId: string, apiVersion: string, parameters: GenericResource, options?: ResourcesUpdateByIdOptionalParams): Promise<ResourcesUpdateByIdResponse>;
|
|
1240
|
+
beginValidateMoveResources(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1241
|
+
beginValidateMoveResourcesAndWait(sourceResourceGroupName: string, parameters: ResourcesMoveInfo, options?: ResourcesValidateMoveResourcesOptionalParams): Promise<void>;
|
|
1242
|
+
checkExistence(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesCheckExistenceOptionalParams): Promise<ResourcesCheckExistenceResponse>;
|
|
1243
|
+
checkExistenceById(resourceId: string, apiVersion: string, options?: ResourcesCheckExistenceByIdOptionalParams): Promise<ResourcesCheckExistenceByIdResponse>;
|
|
1244
|
+
get(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesGetOptionalParams): Promise<ResourcesGetResponse>;
|
|
1245
|
+
getById(resourceId: string, apiVersion: string, options?: ResourcesGetByIdOptionalParams): Promise<ResourcesGetByIdResponse>;
|
|
1246
|
+
list(options?: ResourcesListOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
|
|
1247
|
+
listByResourceGroup(resourceGroupName: string, options?: ResourcesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<GenericResourceExpanded>;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
// @public
|
|
1251
|
+
export interface ResourcesCheckExistenceByIdOptionalParams extends coreClient.OperationOptions {
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
// @public
|
|
1255
|
+
export type ResourcesCheckExistenceByIdResponse = {
|
|
1256
|
+
body: boolean;
|
|
1257
|
+
};
|
|
1258
|
+
|
|
1259
|
+
// @public
|
|
1260
|
+
export interface ResourcesCheckExistenceOptionalParams extends coreClient.OperationOptions {
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export type ResourcesCheckExistenceResponse = {
|
|
1265
|
+
body: boolean;
|
|
1266
|
+
};
|
|
1267
|
+
|
|
1268
|
+
// @public
|
|
1269
|
+
export interface ResourcesCreateOrUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1270
|
+
resumeFrom?: string;
|
|
1271
|
+
updateIntervalInMs?: number;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
// @public
|
|
1275
|
+
export type ResourcesCreateOrUpdateByIdResponse = GenericResource;
|
|
1276
|
+
|
|
1277
|
+
// @public
|
|
1278
|
+
export interface ResourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1279
|
+
resumeFrom?: string;
|
|
1280
|
+
updateIntervalInMs?: number;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
// @public
|
|
1284
|
+
export type ResourcesCreateOrUpdateResponse = GenericResource;
|
|
1285
|
+
|
|
1286
|
+
// @public
|
|
1287
|
+
export interface ResourcesDeleteByIdOptionalParams extends coreClient.OperationOptions {
|
|
1288
|
+
resumeFrom?: string;
|
|
1289
|
+
updateIntervalInMs?: number;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
// @public
|
|
1293
|
+
export interface ResourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1294
|
+
resumeFrom?: string;
|
|
1295
|
+
updateIntervalInMs?: number;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
// @public
|
|
1299
|
+
export interface ResourcesGetByIdOptionalParams extends coreClient.OperationOptions {
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
// @public
|
|
1303
|
+
export type ResourcesGetByIdResponse = GenericResource;
|
|
1304
|
+
|
|
1305
|
+
// @public
|
|
1306
|
+
export interface ResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
// @public
|
|
1310
|
+
export type ResourcesGetResponse = GenericResource;
|
|
1311
|
+
|
|
1312
|
+
// @public
|
|
1313
|
+
export interface ResourcesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
// @public
|
|
1317
|
+
export type ResourcesListByResourceGroupNextResponse = ResourceListResult;
|
|
1318
|
+
|
|
1319
|
+
// @public
|
|
1320
|
+
export interface ResourcesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1321
|
+
expand?: string;
|
|
1322
|
+
filter?: string;
|
|
1323
|
+
top?: number;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
// @public
|
|
1327
|
+
export type ResourcesListByResourceGroupResponse = ResourceListResult;
|
|
1328
|
+
|
|
1329
|
+
// @public
|
|
1330
|
+
export interface ResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
// @public
|
|
1334
|
+
export type ResourcesListNextResponse = ResourceListResult;
|
|
1335
|
+
|
|
1336
|
+
// @public
|
|
1337
|
+
export interface ResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1338
|
+
expand?: string;
|
|
1339
|
+
filter?: string;
|
|
1340
|
+
top?: number;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
// @public
|
|
1344
|
+
export type ResourcesListResponse = ResourceListResult;
|
|
1345
|
+
|
|
1346
|
+
// @public
|
|
1347
|
+
export interface ResourcesMoveInfo {
|
|
1348
|
+
resources?: string[];
|
|
1349
|
+
targetResourceGroup?: string;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
// @public
|
|
1353
|
+
export interface ResourcesMoveResourcesOptionalParams extends coreClient.OperationOptions {
|
|
1354
|
+
resumeFrom?: string;
|
|
1355
|
+
updateIntervalInMs?: number;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
// @public
|
|
1359
|
+
export interface ResourcesUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1360
|
+
resumeFrom?: string;
|
|
1361
|
+
updateIntervalInMs?: number;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
// @public
|
|
1365
|
+
export type ResourcesUpdateByIdResponse = GenericResource;
|
|
1366
|
+
|
|
1367
|
+
// @public
|
|
1368
|
+
export interface ResourcesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1369
|
+
resumeFrom?: string;
|
|
1370
|
+
updateIntervalInMs?: number;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
// @public
|
|
1374
|
+
export type ResourcesUpdateResponse = GenericResource;
|
|
1375
|
+
|
|
1376
|
+
// @public
|
|
1377
|
+
export interface ResourcesValidateMoveResourcesOptionalParams extends coreClient.OperationOptions {
|
|
1378
|
+
resumeFrom?: string;
|
|
1379
|
+
updateIntervalInMs?: number;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
// @public
|
|
1383
|
+
export interface ScopedDeployment {
|
|
1384
|
+
location: string;
|
|
1385
|
+
properties: DeploymentProperties;
|
|
1386
|
+
tags?: {
|
|
1387
|
+
[propertyName: string]: string;
|
|
1388
|
+
};
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
// @public
|
|
1392
|
+
export interface ScopedDeploymentWhatIf {
|
|
1393
|
+
location: string;
|
|
1394
|
+
properties: DeploymentWhatIfProperties;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
// @public
|
|
1398
|
+
export interface Sku {
|
|
1399
|
+
capacity?: number;
|
|
1400
|
+
family?: string;
|
|
1401
|
+
model?: string;
|
|
1402
|
+
name?: string;
|
|
1403
|
+
size?: string;
|
|
1404
|
+
tier?: string;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
// @public
|
|
1408
|
+
export interface SubResource {
|
|
1409
|
+
id?: string;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
// @public
|
|
1413
|
+
export interface TagCount {
|
|
1414
|
+
type?: string;
|
|
1415
|
+
value?: number;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
// @public
|
|
1419
|
+
export interface TagDetails {
|
|
1420
|
+
count?: TagCount;
|
|
1421
|
+
readonly id?: string;
|
|
1422
|
+
tagName?: string;
|
|
1423
|
+
values?: TagValue[];
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
// @public
|
|
1427
|
+
export interface Tags {
|
|
1428
|
+
tags?: {
|
|
1429
|
+
[propertyName: string]: string;
|
|
1430
|
+
};
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
// @public
|
|
1434
|
+
export interface TagsCreateOrUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
// @public
|
|
1438
|
+
export type TagsCreateOrUpdateAtScopeResponse = TagsResource;
|
|
1439
|
+
|
|
1440
|
+
// @public
|
|
1441
|
+
export interface TagsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
// @public
|
|
1445
|
+
export type TagsCreateOrUpdateResponse = TagDetails;
|
|
1446
|
+
|
|
1447
|
+
// @public
|
|
1448
|
+
export interface TagsCreateOrUpdateValueOptionalParams extends coreClient.OperationOptions {
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export type TagsCreateOrUpdateValueResponse = TagValue;
|
|
1453
|
+
|
|
1454
|
+
// @public
|
|
1455
|
+
export interface TagsDeleteAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
// @public
|
|
1459
|
+
export interface TagsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
// @public
|
|
1463
|
+
export interface TagsDeleteValueOptionalParams extends coreClient.OperationOptions {
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
// @public
|
|
1467
|
+
export interface TagsGetAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
// @public
|
|
1471
|
+
export type TagsGetAtScopeResponse = TagsResource;
|
|
1472
|
+
|
|
1473
|
+
// @public
|
|
1474
|
+
export interface TagsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
// @public
|
|
1478
|
+
export type TagsListNextResponse = TagsListResult;
|
|
1479
|
+
|
|
1480
|
+
// @public
|
|
1481
|
+
export interface TagsListOptionalParams extends coreClient.OperationOptions {
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
// @public
|
|
1485
|
+
export type TagsListResponse = TagsListResult;
|
|
1486
|
+
|
|
1487
|
+
// @public
|
|
1488
|
+
export interface TagsListResult {
|
|
1489
|
+
readonly nextLink?: string;
|
|
1490
|
+
value?: TagDetails[];
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
// @public
|
|
1494
|
+
export interface TagsOperations {
|
|
1495
|
+
createOrUpdate(tagName: string, options?: TagsCreateOrUpdateOptionalParams): Promise<TagsCreateOrUpdateResponse>;
|
|
1496
|
+
createOrUpdateAtScope(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<TagsCreateOrUpdateAtScopeResponse>;
|
|
1497
|
+
createOrUpdateValue(tagName: string, tagValue: string, options?: TagsCreateOrUpdateValueOptionalParams): Promise<TagsCreateOrUpdateValueResponse>;
|
|
1498
|
+
delete(tagName: string, options?: TagsDeleteOptionalParams): Promise<void>;
|
|
1499
|
+
deleteAtScope(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<void>;
|
|
1500
|
+
deleteValue(tagName: string, tagValue: string, options?: TagsDeleteValueOptionalParams): Promise<void>;
|
|
1501
|
+
getAtScope(scope: string, options?: TagsGetAtScopeOptionalParams): Promise<TagsGetAtScopeResponse>;
|
|
1502
|
+
list(options?: TagsListOptionalParams): PagedAsyncIterableIterator<TagDetails>;
|
|
1503
|
+
updateAtScope(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<TagsUpdateAtScopeResponse>;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
// @public
|
|
1507
|
+
export type TagsPatchOperation = string;
|
|
1508
|
+
|
|
1509
|
+
// @public
|
|
1510
|
+
export interface TagsPatchResource {
|
|
1511
|
+
operation?: TagsPatchOperation;
|
|
1512
|
+
properties?: Tags;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
// @public
|
|
1516
|
+
export interface TagsResource {
|
|
1517
|
+
readonly id?: string;
|
|
1518
|
+
readonly name?: string;
|
|
1519
|
+
properties: Tags;
|
|
1520
|
+
readonly type?: string;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
// @public
|
|
1524
|
+
export interface TagsUpdateAtScopeOptionalParams extends coreClient.OperationOptions {
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
// @public
|
|
1528
|
+
export type TagsUpdateAtScopeResponse = TagsResource;
|
|
1529
|
+
|
|
1530
|
+
// @public
|
|
1531
|
+
export interface TagValue {
|
|
1532
|
+
count?: TagCount;
|
|
1533
|
+
readonly id?: string;
|
|
1534
|
+
tagValue?: string;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
// @public
|
|
1538
|
+
export interface TargetResource {
|
|
1539
|
+
id?: string;
|
|
1540
|
+
resourceName?: string;
|
|
1541
|
+
resourceType?: string;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
// @public
|
|
1545
|
+
export interface TemplateHashResult {
|
|
1546
|
+
minifiedTemplate?: string;
|
|
1547
|
+
templateHash?: string;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
// @public
|
|
1551
|
+
export interface TemplateLink {
|
|
1552
|
+
contentVersion?: string;
|
|
1553
|
+
uri: string;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
// @public
|
|
1557
|
+
export interface WhatIfChange {
|
|
1558
|
+
after?: Record<string, unknown>;
|
|
1559
|
+
before?: Record<string, unknown>;
|
|
1560
|
+
changeType: ChangeType;
|
|
1561
|
+
delta?: WhatIfPropertyChange[];
|
|
1562
|
+
resourceId: string;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
// @public
|
|
1566
|
+
export interface WhatIfOperationResult {
|
|
1567
|
+
changes?: WhatIfChange[];
|
|
1568
|
+
error?: ErrorResponse;
|
|
1569
|
+
status?: string;
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
// @public
|
|
1573
|
+
export interface WhatIfPropertyChange {
|
|
1574
|
+
after?: Record<string, unknown>;
|
|
1575
|
+
before?: Record<string, unknown>;
|
|
1576
|
+
children?: WhatIfPropertyChange[];
|
|
1577
|
+
path: string;
|
|
1578
|
+
propertyChangeType: PropertyChangeType;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
// @public
|
|
1582
|
+
export type WhatIfResultFormat = "ResourceIdOnly" | "FullResourcePayloads";
|
|
1583
|
+
|
|
1584
|
+
// @public (undocumented)
|
|
1585
|
+
export interface ZoneMapping {
|
|
1586
|
+
location?: string;
|
|
1587
|
+
// (undocumented)
|
|
1588
|
+
zones?: string[];
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
// (No @packageDocumentation comment for this package)
|
|
1592
|
+
|
|
1593
|
+
```
|