@azure/arm-quota 1.1.1-alpha.20250618.1 → 1.1.1-alpha.20250717.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.
|
@@ -1,1148 +1,1148 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-quota"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface AllocatedQuotaToSubscriptionList {
|
|
15
|
-
value?: AllocatedToSubscription[];
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export interface AllocatedToSubscription {
|
|
20
|
-
quotaAllocated?: number;
|
|
21
|
-
subscriptionId?: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// @public (undocumented)
|
|
25
|
-
export class AzureQuotaExtensionAPI extends coreClient.ServiceClient {
|
|
26
|
-
// (undocumented)
|
|
27
|
-
$host: string;
|
|
28
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureQuotaExtensionAPIOptionalParams);
|
|
29
|
-
constructor(credentials: coreAuth.TokenCredential, options?: AzureQuotaExtensionAPIOptionalParams);
|
|
30
|
-
// (undocumented)
|
|
31
|
-
apiVersion: string;
|
|
32
|
-
// (undocumented)
|
|
33
|
-
groupQuotaLimits: GroupQuotaLimits;
|
|
34
|
-
// (undocumented)
|
|
35
|
-
groupQuotaLimitsRequest: GroupQuotaLimitsRequest;
|
|
36
|
-
// (undocumented)
|
|
37
|
-
groupQuotas: GroupQuotas;
|
|
38
|
-
// (undocumented)
|
|
39
|
-
groupQuotaSubscriptionAllocation: GroupQuotaSubscriptionAllocation;
|
|
40
|
-
// (undocumented)
|
|
41
|
-
groupQuotaSubscriptionAllocationRequest: GroupQuotaSubscriptionAllocationRequest;
|
|
42
|
-
// (undocumented)
|
|
43
|
-
groupQuotaSubscriptionRequests: GroupQuotaSubscriptionRequests;
|
|
44
|
-
// (undocumented)
|
|
45
|
-
groupQuotaSubscriptions: GroupQuotaSubscriptions;
|
|
46
|
-
// (undocumented)
|
|
47
|
-
quota: Quota;
|
|
48
|
-
// (undocumented)
|
|
49
|
-
quotaOperation: QuotaOperation;
|
|
50
|
-
// (undocumented)
|
|
51
|
-
quotaRequestStatus: QuotaRequestStatus;
|
|
52
|
-
// (undocumented)
|
|
53
|
-
subscriptionId?: string;
|
|
54
|
-
// (undocumented)
|
|
55
|
-
usages: Usages;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// @public
|
|
59
|
-
export interface AzureQuotaExtensionAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
60
|
-
$host?: string;
|
|
61
|
-
apiVersion?: string;
|
|
62
|
-
endpoint?: string;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
// @public
|
|
66
|
-
export interface CommonResourceProperties {
|
|
67
|
-
readonly id?: string;
|
|
68
|
-
readonly name?: string;
|
|
69
|
-
readonly type?: string;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
// @public
|
|
73
|
-
export type CreatedByType = string;
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export interface CreateGenericQuotaRequestParameters {
|
|
77
|
-
value?: CurrentQuotaLimitBase[];
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// @public
|
|
81
|
-
export interface CurrentQuotaLimitBase {
|
|
82
|
-
readonly id?: string;
|
|
83
|
-
readonly name?: string;
|
|
84
|
-
properties?: QuotaProperties;
|
|
85
|
-
readonly type?: string;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// @public
|
|
89
|
-
export interface CurrentUsagesBase {
|
|
90
|
-
readonly id?: string;
|
|
91
|
-
readonly name?: string;
|
|
92
|
-
properties?: UsagesProperties;
|
|
93
|
-
readonly type?: string;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// @public
|
|
97
|
-
export interface ErrorAdditionalInfo {
|
|
98
|
-
readonly info?: Record<string, unknown>;
|
|
99
|
-
readonly type?: string;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
// @public
|
|
103
|
-
export interface ErrorDetail {
|
|
104
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
105
|
-
readonly code?: string;
|
|
106
|
-
readonly details?: ErrorDetail[];
|
|
107
|
-
readonly message?: string;
|
|
108
|
-
readonly target?: string;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// @public
|
|
112
|
-
export interface ErrorResponse {
|
|
113
|
-
error?: ErrorDetail;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
// @public
|
|
117
|
-
export interface ExceptionResponse {
|
|
118
|
-
error?: ServiceError;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
// @public
|
|
122
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
123
|
-
|
|
124
|
-
// @public
|
|
125
|
-
export interface GroupQuotaDetails {
|
|
126
|
-
readonly allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList;
|
|
127
|
-
readonly availableLimit?: number;
|
|
128
|
-
comment?: string;
|
|
129
|
-
limit?: number;
|
|
130
|
-
readonly name?: GroupQuotaDetailsName;
|
|
131
|
-
resourceName?: string;
|
|
132
|
-
readonly unit?: string;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
// @public
|
|
136
|
-
export interface GroupQuotaDetailsName {
|
|
137
|
-
readonly localizedValue?: string;
|
|
138
|
-
readonly value?: string;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
// @public
|
|
142
|
-
export interface GroupQuotaLimit {
|
|
143
|
-
properties?: GroupQuotaLimitProperties;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
// @public
|
|
147
|
-
export interface GroupQuotaLimitList extends ProxyResource {
|
|
148
|
-
// (undocumented)
|
|
149
|
-
properties?: GroupQuotaLimitListProperties;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
// @public (undocumented)
|
|
153
|
-
export interface GroupQuotaLimitListProperties {
|
|
154
|
-
readonly nextLink?: string;
|
|
155
|
-
readonly provisioningState?: RequestState;
|
|
156
|
-
value?: GroupQuotaLimit[];
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export interface GroupQuotaLimitProperties extends GroupQuotaDetails {
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export interface GroupQuotaLimits {
|
|
165
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsListOptionalParams): Promise<GroupQuotaLimitsListResponse>;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
// @public
|
|
169
|
-
export interface GroupQuotaLimitsListOptionalParams extends coreClient.OperationOptions {
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
// @public
|
|
173
|
-
export type GroupQuotaLimitsListResponse = GroupQuotaLimitList;
|
|
174
|
-
|
|
175
|
-
// @public
|
|
176
|
-
export interface GroupQuotaLimitsRequest {
|
|
177
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLimitsRequestUpdateResponse>, GroupQuotaLimitsRequestUpdateResponse>>;
|
|
178
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<GroupQuotaLimitsRequestUpdateResponse>;
|
|
179
|
-
get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams): Promise<GroupQuotaLimitsRequestGetResponse>;
|
|
180
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams): PagedAsyncIterableIterator<SubmittedResourceRequestStatus>;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
// @public
|
|
184
|
-
export interface GroupQuotaLimitsRequestGetOptionalParams extends coreClient.OperationOptions {
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
// @public
|
|
188
|
-
export type GroupQuotaLimitsRequestGetResponse = SubmittedResourceRequestStatus;
|
|
189
|
-
|
|
190
|
-
// @public
|
|
191
|
-
export interface GroupQuotaLimitsRequestListNextOptionalParams extends coreClient.OperationOptions {
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
// @public
|
|
195
|
-
export type GroupQuotaLimitsRequestListNextResponse = SubmittedResourceRequestStatusList;
|
|
196
|
-
|
|
197
|
-
// @public
|
|
198
|
-
export interface GroupQuotaLimitsRequestListOptionalParams extends coreClient.OperationOptions {
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
// @public
|
|
202
|
-
export type GroupQuotaLimitsRequestListResponse = SubmittedResourceRequestStatusList;
|
|
203
|
-
|
|
204
|
-
// @public
|
|
205
|
-
export interface GroupQuotaLimitsRequestUpdateHeaders {
|
|
206
|
-
azureAsyncOperation?: string;
|
|
207
|
-
location?: string;
|
|
208
|
-
retryAfter?: number;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
// @public
|
|
212
|
-
export interface GroupQuotaLimitsRequestUpdateOptionalParams extends coreClient.OperationOptions {
|
|
213
|
-
groupQuotaRequest?: GroupQuotaLimitList;
|
|
214
|
-
resumeFrom?: string;
|
|
215
|
-
updateIntervalInMs?: number;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
// @public
|
|
219
|
-
export type GroupQuotaLimitsRequestUpdateResponse = GroupQuotaLimitList;
|
|
220
|
-
|
|
221
|
-
// @public
|
|
222
|
-
export interface GroupQuotaList {
|
|
223
|
-
readonly nextLink?: string;
|
|
224
|
-
value?: GroupQuotasEntity[];
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// @public
|
|
228
|
-
export interface GroupQuotaRequestBase {
|
|
229
|
-
// (undocumented)
|
|
230
|
-
properties?: GroupQuotaRequestBaseProperties;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
// @public (undocumented)
|
|
234
|
-
export interface GroupQuotaRequestBaseProperties {
|
|
235
|
-
comments?: string;
|
|
236
|
-
limit?: number;
|
|
237
|
-
readonly name?: GroupQuotaRequestBasePropertiesName;
|
|
238
|
-
region?: string;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
// @public
|
|
242
|
-
export interface GroupQuotaRequestBasePropertiesName {
|
|
243
|
-
readonly localizedValue?: string;
|
|
244
|
-
readonly value?: string;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
// @public
|
|
248
|
-
export interface GroupQuotas {
|
|
249
|
-
beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasCreateOrUpdateResponse>, GroupQuotasCreateOrUpdateResponse>>;
|
|
250
|
-
beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<GroupQuotasCreateOrUpdateResponse>;
|
|
251
|
-
beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasDeleteResponse>, GroupQuotasDeleteResponse>>;
|
|
252
|
-
beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<GroupQuotasDeleteResponse>;
|
|
253
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasUpdateResponse>, GroupQuotasUpdateResponse>>;
|
|
254
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<GroupQuotasUpdateResponse>;
|
|
255
|
-
get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams): Promise<GroupQuotasGetResponse>;
|
|
256
|
-
list(managementGroupId: string, options?: GroupQuotasListOptionalParams): PagedAsyncIterableIterator<GroupQuotasEntity>;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
// @public
|
|
260
|
-
export interface GroupQuotasCreateOrUpdateHeaders {
|
|
261
|
-
azureAsyncOperation?: string;
|
|
262
|
-
location?: string;
|
|
263
|
-
retryAfter?: number;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// @public
|
|
267
|
-
export interface GroupQuotasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
268
|
-
groupQuotaPutRequestBody?: GroupQuotasEntity;
|
|
269
|
-
resumeFrom?: string;
|
|
270
|
-
updateIntervalInMs?: number;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
// @public
|
|
274
|
-
export type GroupQuotasCreateOrUpdateResponse = GroupQuotasEntity;
|
|
275
|
-
|
|
276
|
-
// @public
|
|
277
|
-
export interface GroupQuotasDeleteHeaders {
|
|
278
|
-
azureAsyncOperation?: string;
|
|
279
|
-
location?: string;
|
|
280
|
-
retryAfter?: number;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
// @public
|
|
284
|
-
export interface GroupQuotasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
285
|
-
resumeFrom?: string;
|
|
286
|
-
updateIntervalInMs?: number;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
// @public
|
|
290
|
-
export type GroupQuotasDeleteResponse = GroupQuotasDeleteHeaders;
|
|
291
|
-
|
|
292
|
-
// @public
|
|
293
|
-
export interface GroupQuotasEntity extends ProxyResource {
|
|
294
|
-
properties?: GroupQuotasEntityProperties;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
// @public
|
|
298
|
-
export interface GroupQuotasEntityBase {
|
|
299
|
-
displayName?: string;
|
|
300
|
-
readonly provisioningState?: RequestState;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
// @public
|
|
304
|
-
export interface GroupQuotasEntityBasePatch {
|
|
305
|
-
displayName?: string;
|
|
306
|
-
readonly provisioningState?: RequestState;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
// @public
|
|
310
|
-
export interface GroupQuotasEntityPatch extends ProxyResource {
|
|
311
|
-
properties?: GroupQuotasEntityPatchProperties;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
// @public
|
|
315
|
-
export interface GroupQuotasEntityPatchProperties extends GroupQuotasEntityBasePatch {
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
// @public
|
|
319
|
-
export interface GroupQuotasEntityProperties extends GroupQuotasEntityBase {
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
// @public
|
|
323
|
-
export interface GroupQuotasGetOptionalParams extends coreClient.OperationOptions {
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
// @public
|
|
327
|
-
export type GroupQuotasGetResponse = GroupQuotasEntity;
|
|
328
|
-
|
|
329
|
-
// @public
|
|
330
|
-
export interface GroupQuotasListNextOptionalParams extends coreClient.OperationOptions {
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
// @public
|
|
334
|
-
export type GroupQuotasListNextResponse = GroupQuotaList;
|
|
335
|
-
|
|
336
|
-
// @public
|
|
337
|
-
export interface GroupQuotasListOptionalParams extends coreClient.OperationOptions {
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
// @public
|
|
341
|
-
export type GroupQuotasListResponse = GroupQuotaList;
|
|
342
|
-
|
|
343
|
-
// @public
|
|
344
|
-
export interface GroupQuotaSubscriptionAllocation {
|
|
345
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaSubscriptionAllocationListOptionalParams): Promise<GroupQuotaSubscriptionAllocationListResponse>;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
// @public
|
|
349
|
-
export interface GroupQuotaSubscriptionAllocationListOptionalParams extends coreClient.OperationOptions {
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
// @public
|
|
353
|
-
export type GroupQuotaSubscriptionAllocationListResponse = SubscriptionQuotaAllocationsList;
|
|
354
|
-
|
|
355
|
-
// @public
|
|
356
|
-
export interface GroupQuotaSubscriptionAllocationRequest {
|
|
357
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionAllocationRequestUpdateResponse>, GroupQuotaSubscriptionAllocationRequestUpdateResponse>>;
|
|
358
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestUpdateResponse>;
|
|
359
|
-
get(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, allocationId: string, options?: GroupQuotaSubscriptionAllocationRequestGetOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestGetResponse>;
|
|
360
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaSubscriptionAllocationRequestListOptionalParams): PagedAsyncIterableIterator<QuotaAllocationRequestStatus>;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
// @public
|
|
364
|
-
export interface GroupQuotaSubscriptionAllocationRequestGetOptionalParams extends coreClient.OperationOptions {
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
// @public
|
|
368
|
-
export type GroupQuotaSubscriptionAllocationRequestGetResponse = QuotaAllocationRequestStatus;
|
|
369
|
-
|
|
370
|
-
// @public
|
|
371
|
-
export interface GroupQuotaSubscriptionAllocationRequestListNextOptionalParams extends coreClient.OperationOptions {
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
// @public
|
|
375
|
-
export type GroupQuotaSubscriptionAllocationRequestListNextResponse = QuotaAllocationRequestStatusList;
|
|
376
|
-
|
|
377
|
-
// @public
|
|
378
|
-
export interface GroupQuotaSubscriptionAllocationRequestListOptionalParams extends coreClient.OperationOptions {
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
// @public
|
|
382
|
-
export type GroupQuotaSubscriptionAllocationRequestListResponse = QuotaAllocationRequestStatusList;
|
|
383
|
-
|
|
384
|
-
// @public
|
|
385
|
-
export interface GroupQuotaSubscriptionAllocationRequestUpdateHeaders {
|
|
386
|
-
azureAsyncOperation?: string;
|
|
387
|
-
location?: string;
|
|
388
|
-
retryAfter?: number;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
// @public
|
|
392
|
-
export interface GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams extends coreClient.OperationOptions {
|
|
393
|
-
resumeFrom?: string;
|
|
394
|
-
updateIntervalInMs?: number;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
// @public
|
|
398
|
-
export type GroupQuotaSubscriptionAllocationRequestUpdateResponse = SubscriptionQuotaAllocationsList;
|
|
399
|
-
|
|
400
|
-
// @public
|
|
401
|
-
export interface GroupQuotaSubscriptionId extends ProxyResource {
|
|
402
|
-
// (undocumented)
|
|
403
|
-
properties?: GroupQuotaSubscriptionIdProperties;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
// @public
|
|
407
|
-
export interface GroupQuotaSubscriptionIdList {
|
|
408
|
-
readonly nextLink?: string;
|
|
409
|
-
value?: GroupQuotaSubscriptionId[];
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
// @public (undocumented)
|
|
413
|
-
export interface GroupQuotaSubscriptionIdProperties {
|
|
414
|
-
readonly provisioningState?: RequestState;
|
|
415
|
-
subscriptionId?: string;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export interface GroupQuotaSubscriptionRequests {
|
|
420
|
-
get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams): Promise<GroupQuotaSubscriptionRequestsGetResponse>;
|
|
421
|
-
list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus>;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
// @public
|
|
425
|
-
export interface GroupQuotaSubscriptionRequestsGetOptionalParams extends coreClient.OperationOptions {
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
// @public
|
|
429
|
-
export type GroupQuotaSubscriptionRequestsGetResponse = GroupQuotaSubscriptionRequestStatus;
|
|
430
|
-
|
|
431
|
-
// @public
|
|
432
|
-
export interface GroupQuotaSubscriptionRequestsListNextOptionalParams extends coreClient.OperationOptions {
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
// @public
|
|
436
|
-
export type GroupQuotaSubscriptionRequestsListNextResponse = GroupQuotaSubscriptionRequestStatusList;
|
|
437
|
-
|
|
438
|
-
// @public
|
|
439
|
-
export interface GroupQuotaSubscriptionRequestsListOptionalParams extends coreClient.OperationOptions {
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
// @public
|
|
443
|
-
export type GroupQuotaSubscriptionRequestsListResponse = GroupQuotaSubscriptionRequestStatusList;
|
|
444
|
-
|
|
445
|
-
// @public
|
|
446
|
-
export interface GroupQuotaSubscriptionRequestStatus extends ProxyResource {
|
|
447
|
-
// (undocumented)
|
|
448
|
-
properties?: GroupQuotaSubscriptionRequestStatusProperties;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
// @public
|
|
452
|
-
export interface GroupQuotaSubscriptionRequestStatusList {
|
|
453
|
-
readonly nextLink?: string;
|
|
454
|
-
value?: GroupQuotaSubscriptionRequestStatus[];
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
// @public (undocumented)
|
|
458
|
-
export interface GroupQuotaSubscriptionRequestStatusProperties {
|
|
459
|
-
readonly provisioningState?: RequestState;
|
|
460
|
-
requestSubmitTime?: Date;
|
|
461
|
-
subscriptionId?: string;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
// @public
|
|
465
|
-
export interface GroupQuotaSubscriptions {
|
|
466
|
-
beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>, GroupQuotaSubscriptionsCreateOrUpdateResponse>>;
|
|
467
|
-
beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse>;
|
|
468
|
-
beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsDeleteResponse>, GroupQuotaSubscriptionsDeleteResponse>>;
|
|
469
|
-
beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<GroupQuotaSubscriptionsDeleteResponse>;
|
|
470
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsUpdateResponse>, GroupQuotaSubscriptionsUpdateResponse>>;
|
|
471
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<GroupQuotaSubscriptionsUpdateResponse>;
|
|
472
|
-
get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsGetOptionalParams): Promise<GroupQuotaSubscriptionsGetResponse>;
|
|
473
|
-
list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionId>;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
// @public
|
|
477
|
-
export interface GroupQuotaSubscriptionsCreateOrUpdateHeaders {
|
|
478
|
-
azureAsyncOperation?: string;
|
|
479
|
-
location?: string;
|
|
480
|
-
retryAfter?: number;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
// @public
|
|
484
|
-
export interface GroupQuotaSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
485
|
-
resumeFrom?: string;
|
|
486
|
-
updateIntervalInMs?: number;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
// @public
|
|
490
|
-
export type GroupQuotaSubscriptionsCreateOrUpdateResponse = GroupQuotaSubscriptionId;
|
|
491
|
-
|
|
492
|
-
// @public
|
|
493
|
-
export interface GroupQuotaSubscriptionsDeleteHeaders {
|
|
494
|
-
azureAsyncOperation?: string;
|
|
495
|
-
location?: string;
|
|
496
|
-
retryAfter?: number;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
// @public
|
|
500
|
-
export interface GroupQuotaSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
501
|
-
resumeFrom?: string;
|
|
502
|
-
updateIntervalInMs?: number;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
// @public
|
|
506
|
-
export type GroupQuotaSubscriptionsDeleteResponse = GroupQuotaSubscriptionsDeleteHeaders;
|
|
507
|
-
|
|
508
|
-
// @public
|
|
509
|
-
export interface GroupQuotaSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
// @public
|
|
513
|
-
export type GroupQuotaSubscriptionsGetResponse = GroupQuotaSubscriptionId;
|
|
514
|
-
|
|
515
|
-
// @public
|
|
516
|
-
export interface GroupQuotaSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
// @public
|
|
520
|
-
export type GroupQuotaSubscriptionsListNextResponse = GroupQuotaSubscriptionIdList;
|
|
521
|
-
|
|
522
|
-
// @public
|
|
523
|
-
export interface GroupQuotaSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
// @public
|
|
527
|
-
export type GroupQuotaSubscriptionsListResponse = GroupQuotaSubscriptionIdList;
|
|
528
|
-
|
|
529
|
-
// @public
|
|
530
|
-
export interface GroupQuotaSubscriptionsUpdateHeaders {
|
|
531
|
-
azureAsyncOperation?: string;
|
|
532
|
-
location?: string;
|
|
533
|
-
retryAfter?: number;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
// @public
|
|
537
|
-
export interface GroupQuotaSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
538
|
-
resumeFrom?: string;
|
|
539
|
-
updateIntervalInMs?: number;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
// @public
|
|
543
|
-
export type GroupQuotaSubscriptionsUpdateResponse = GroupQuotaSubscriptionId;
|
|
544
|
-
|
|
545
|
-
// @public
|
|
546
|
-
export interface GroupQuotasUpdateHeaders {
|
|
547
|
-
azureAsyncOperation?: string;
|
|
548
|
-
location?: string;
|
|
549
|
-
retryAfter?: number;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
// @public
|
|
553
|
-
export interface GroupQuotasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
554
|
-
groupQuotasPatchRequestBody?: GroupQuotasEntityPatch;
|
|
555
|
-
resumeFrom?: string;
|
|
556
|
-
updateIntervalInMs?: number;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
// @public
|
|
560
|
-
export type GroupQuotasUpdateResponse = GroupQuotasEntity;
|
|
561
|
-
|
|
562
|
-
// @public
|
|
563
|
-
export interface GroupQuotaUsagesBase {
|
|
564
|
-
limit?: number;
|
|
565
|
-
name?: GroupQuotaUsagesBaseName;
|
|
566
|
-
readonly unit?: string;
|
|
567
|
-
usages?: number;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
// @public
|
|
571
|
-
export interface GroupQuotaUsagesBaseName {
|
|
572
|
-
readonly localizedValue?: string;
|
|
573
|
-
value?: string;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
// @public
|
|
577
|
-
export enum KnownCreatedByType {
|
|
578
|
-
Application = "Application",
|
|
579
|
-
Key = "Key",
|
|
580
|
-
ManagedIdentity = "ManagedIdentity",
|
|
581
|
-
User = "User"
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
// @public
|
|
585
|
-
export enum KnownLimitType {
|
|
586
|
-
LimitValue = "LimitValue"
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
// @public
|
|
590
|
-
export enum KnownQuotaLimitTypes {
|
|
591
|
-
Independent = "Independent",
|
|
592
|
-
Shared = "Shared"
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
// @public
|
|
596
|
-
export enum KnownQuotaRequestState {
|
|
597
|
-
Accepted = "Accepted",
|
|
598
|
-
Failed = "Failed",
|
|
599
|
-
InProgress = "InProgress",
|
|
600
|
-
Invalid = "Invalid",
|
|
601
|
-
Succeeded = "Succeeded"
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
// @public
|
|
605
|
-
export enum KnownRequestState {
|
|
606
|
-
Accepted = "Accepted",
|
|
607
|
-
Canceled = "Canceled",
|
|
608
|
-
Created = "Created",
|
|
609
|
-
Failed = "Failed",
|
|
610
|
-
InProgress = "InProgress",
|
|
611
|
-
Invalid = "Invalid",
|
|
612
|
-
Succeeded = "Succeeded"
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
// @public
|
|
616
|
-
export enum KnownUsagesTypes {
|
|
617
|
-
Combined = "Combined",
|
|
618
|
-
Individual = "Individual"
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
// @public
|
|
622
|
-
export interface LimitJsonObject {
|
|
623
|
-
limitObjectType: "LimitValue";
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
// @public (undocumented)
|
|
627
|
-
export type LimitJsonObjectUnion = LimitJsonObject | LimitObject;
|
|
628
|
-
|
|
629
|
-
// @public
|
|
630
|
-
export interface LimitObject extends LimitJsonObject {
|
|
631
|
-
limitObjectType: "LimitValue";
|
|
632
|
-
limitType?: QuotaLimitTypes;
|
|
633
|
-
value: number;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
// @public
|
|
637
|
-
export type LimitType = string;
|
|
638
|
-
|
|
639
|
-
// @public
|
|
640
|
-
export interface LROResponse extends ProxyResource {
|
|
641
|
-
// (undocumented)
|
|
642
|
-
properties?: LROResponseProperties;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
// @public (undocumented)
|
|
646
|
-
export interface LROResponseProperties {
|
|
647
|
-
readonly provisioningState?: RequestState;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// @public (undocumented)
|
|
651
|
-
export interface OperationDisplay {
|
|
652
|
-
description?: string;
|
|
653
|
-
operation?: string;
|
|
654
|
-
provider?: string;
|
|
655
|
-
resource?: string;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
// @public (undocumented)
|
|
659
|
-
export interface OperationList {
|
|
660
|
-
nextLink?: string;
|
|
661
|
-
// (undocumented)
|
|
662
|
-
value?: OperationResponse[];
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
// @public (undocumented)
|
|
666
|
-
export interface OperationResponse {
|
|
667
|
-
// (undocumented)
|
|
668
|
-
display?: OperationDisplay;
|
|
669
|
-
// (undocumented)
|
|
670
|
-
name?: string;
|
|
671
|
-
// (undocumented)
|
|
672
|
-
origin?: string;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
// @public
|
|
676
|
-
export interface ProxyResource extends Resource {
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
// @public
|
|
680
|
-
export interface Quota {
|
|
681
|
-
beginCreateOrUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaCreateOrUpdateResponse>, QuotaCreateOrUpdateResponse>>;
|
|
682
|
-
beginCreateOrUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<QuotaCreateOrUpdateResponse>;
|
|
683
|
-
beginUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaUpdateResponse>, QuotaUpdateResponse>>;
|
|
684
|
-
beginUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<QuotaUpdateResponse>;
|
|
685
|
-
get(resourceName: string, scope: string, options?: QuotaGetOptionalParams): Promise<QuotaGetResponse>;
|
|
686
|
-
list(scope: string, options?: QuotaListOptionalParams): PagedAsyncIterableIterator<CurrentQuotaLimitBase>;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
// @public
|
|
690
|
-
export interface QuotaAllocationRequestBase {
|
|
691
|
-
// (undocumented)
|
|
692
|
-
properties?: QuotaAllocationRequestBaseProperties;
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
// @public (undocumented)
|
|
696
|
-
export interface QuotaAllocationRequestBaseProperties {
|
|
697
|
-
limit?: number;
|
|
698
|
-
readonly name?: QuotaAllocationRequestBasePropertiesName;
|
|
699
|
-
region?: string;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
// @public
|
|
703
|
-
export interface QuotaAllocationRequestBasePropertiesName {
|
|
704
|
-
readonly localizedValue?: string;
|
|
705
|
-
readonly value?: string;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
// @public
|
|
709
|
-
export interface QuotaAllocationRequestStatus extends ProxyResource {
|
|
710
|
-
// (undocumented)
|
|
711
|
-
properties?: QuotaAllocationRequestStatusProperties;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
// @public
|
|
715
|
-
export interface QuotaAllocationRequestStatusList {
|
|
716
|
-
readonly nextLink?: string;
|
|
717
|
-
value?: QuotaAllocationRequestStatus[];
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
// @public (undocumented)
|
|
721
|
-
export interface QuotaAllocationRequestStatusProperties {
|
|
722
|
-
readonly faultCode?: string;
|
|
723
|
-
readonly provisioningState?: RequestState;
|
|
724
|
-
requestedResource?: QuotaAllocationRequestBase;
|
|
725
|
-
readonly requestSubmitTime?: Date;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
// @public
|
|
729
|
-
export interface QuotaCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
730
|
-
resumeFrom?: string;
|
|
731
|
-
updateIntervalInMs?: number;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
// @public
|
|
735
|
-
export type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;
|
|
736
|
-
|
|
737
|
-
// @public
|
|
738
|
-
export interface QuotaGetHeaders {
|
|
739
|
-
eTag?: string;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
// @public
|
|
743
|
-
export interface QuotaGetOptionalParams extends coreClient.OperationOptions {
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
// @public
|
|
747
|
-
export type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;
|
|
748
|
-
|
|
749
|
-
// @public
|
|
750
|
-
export interface QuotaLimits {
|
|
751
|
-
nextLink?: string;
|
|
752
|
-
value?: CurrentQuotaLimitBase[];
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
// @public
|
|
756
|
-
export interface QuotaLimitsResponse {
|
|
757
|
-
nextLink?: string;
|
|
758
|
-
value?: CurrentQuotaLimitBase[];
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
// @public
|
|
762
|
-
export type QuotaLimitTypes = string;
|
|
763
|
-
|
|
764
|
-
// @public
|
|
765
|
-
export interface QuotaListHeaders {
|
|
766
|
-
eTag?: string;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
// @public
|
|
770
|
-
export interface QuotaListNextHeaders {
|
|
771
|
-
eTag?: string;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
// @public
|
|
775
|
-
export interface QuotaListNextOptionalParams extends coreClient.OperationOptions {
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
// @public
|
|
779
|
-
export type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;
|
|
780
|
-
|
|
781
|
-
// @public
|
|
782
|
-
export interface QuotaListOptionalParams extends coreClient.OperationOptions {
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
// @public
|
|
786
|
-
export type QuotaListResponse = QuotaListHeaders & QuotaLimits;
|
|
787
|
-
|
|
788
|
-
// @public
|
|
789
|
-
export interface QuotaOperation {
|
|
790
|
-
list(options?: QuotaOperationListOptionalParams): PagedAsyncIterableIterator<OperationResponse>;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
// @public
|
|
794
|
-
export interface QuotaOperationListNextOptionalParams extends coreClient.OperationOptions {
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
// @public
|
|
798
|
-
export type QuotaOperationListNextResponse = OperationList;
|
|
799
|
-
|
|
800
|
-
// @public
|
|
801
|
-
export interface QuotaOperationListOptionalParams extends coreClient.OperationOptions {
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
// @public
|
|
805
|
-
export type QuotaOperationListResponse = OperationList;
|
|
806
|
-
|
|
807
|
-
// @public
|
|
808
|
-
export interface QuotaProperties {
|
|
809
|
-
readonly isQuotaApplicable?: boolean;
|
|
810
|
-
limit?: LimitJsonObjectUnion;
|
|
811
|
-
name?: ResourceName;
|
|
812
|
-
properties?: Record<string, unknown>;
|
|
813
|
-
readonly quotaPeriod?: string;
|
|
814
|
-
resourceType?: string;
|
|
815
|
-
readonly unit?: string;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
// @public
|
|
819
|
-
export interface QuotaRequestDetails {
|
|
820
|
-
readonly id?: string;
|
|
821
|
-
readonly name?: string;
|
|
822
|
-
properties?: QuotaRequestProperties;
|
|
823
|
-
readonly type?: string;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
// @public
|
|
827
|
-
export interface QuotaRequestDetailsList {
|
|
828
|
-
nextLink?: string;
|
|
829
|
-
value?: QuotaRequestDetails[];
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
// @public
|
|
833
|
-
export interface QuotaRequestOneResourceProperties {
|
|
834
|
-
readonly currentValue?: number;
|
|
835
|
-
error?: ServiceErrorDetail;
|
|
836
|
-
readonly isQuotaApplicable?: boolean;
|
|
837
|
-
limit?: LimitObject;
|
|
838
|
-
readonly message?: string;
|
|
839
|
-
name?: ResourceName;
|
|
840
|
-
properties?: Record<string, unknown>;
|
|
841
|
-
readonly provisioningState?: QuotaRequestState;
|
|
842
|
-
readonly quotaPeriod?: string;
|
|
843
|
-
readonly requestSubmitTime?: Date;
|
|
844
|
-
resourceType?: string;
|
|
845
|
-
unit?: string;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
// @public
|
|
849
|
-
export interface QuotaRequestOneResourceSubmitResponse {
|
|
850
|
-
readonly id?: string;
|
|
851
|
-
readonly name?: string;
|
|
852
|
-
properties?: QuotaRequestOneResourceProperties;
|
|
853
|
-
readonly type?: string;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
// @public
|
|
857
|
-
export interface QuotaRequestProperties {
|
|
858
|
-
error?: ServiceErrorDetail;
|
|
859
|
-
readonly message?: string;
|
|
860
|
-
readonly provisioningState?: QuotaRequestState;
|
|
861
|
-
readonly requestSubmitTime?: Date;
|
|
862
|
-
value?: SubRequest[];
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
// @public
|
|
866
|
-
export type QuotaRequestState = string;
|
|
867
|
-
|
|
868
|
-
// @public
|
|
869
|
-
export interface QuotaRequestStatus {
|
|
870
|
-
get(id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestStatusGetResponse>;
|
|
871
|
-
list(scope: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails>;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
// @public
|
|
875
|
-
export interface QuotaRequestStatusDetails {
|
|
876
|
-
limit?: LimitObject;
|
|
877
|
-
readonly message?: string;
|
|
878
|
-
name?: ResourceName;
|
|
879
|
-
properties?: Record<string, unknown>;
|
|
880
|
-
readonly provisioningState?: QuotaRequestState;
|
|
881
|
-
readonly quotaPeriod?: string;
|
|
882
|
-
resourceType?: string;
|
|
883
|
-
unit?: string;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
// @public
|
|
887
|
-
export interface QuotaRequestStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
// @public
|
|
891
|
-
export type QuotaRequestStatusGetResponse = QuotaRequestDetails;
|
|
892
|
-
|
|
893
|
-
// @public
|
|
894
|
-
export interface QuotaRequestStatusListNextOptionalParams extends coreClient.OperationOptions {
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
// @public
|
|
898
|
-
export type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;
|
|
899
|
-
|
|
900
|
-
// @public
|
|
901
|
-
export interface QuotaRequestStatusListOptionalParams extends coreClient.OperationOptions {
|
|
902
|
-
filter?: string;
|
|
903
|
-
skiptoken?: string;
|
|
904
|
-
top?: number;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
// @public
|
|
908
|
-
export type QuotaRequestStatusListResponse = QuotaRequestDetailsList;
|
|
909
|
-
|
|
910
|
-
// @public
|
|
911
|
-
export interface QuotaRequestSubmitResponse {
|
|
912
|
-
readonly id?: string;
|
|
913
|
-
readonly name?: string;
|
|
914
|
-
properties?: QuotaRequestProperties;
|
|
915
|
-
readonly type?: string;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
// @public
|
|
919
|
-
export interface QuotaRequestSubmitResponse202 {
|
|
920
|
-
readonly id?: string;
|
|
921
|
-
readonly name?: string;
|
|
922
|
-
properties?: QuotaRequestStatusDetails;
|
|
923
|
-
readonly type?: string;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
// @public
|
|
927
|
-
export interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {
|
|
928
|
-
resumeFrom?: string;
|
|
929
|
-
updateIntervalInMs?: number;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
// @public
|
|
933
|
-
export type QuotaUpdateResponse = CurrentQuotaLimitBase;
|
|
934
|
-
|
|
935
|
-
// @public
|
|
936
|
-
export type RequestState = string;
|
|
937
|
-
|
|
938
|
-
// @public
|
|
939
|
-
export interface Resource {
|
|
940
|
-
readonly id?: string;
|
|
941
|
-
readonly name?: string;
|
|
942
|
-
readonly systemData?: SystemData;
|
|
943
|
-
readonly type?: string;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
// @public
|
|
947
|
-
export interface ResourceBaseRequest {
|
|
948
|
-
limit?: number;
|
|
949
|
-
readonly resourceName?: string;
|
|
950
|
-
readonly unit?: string;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
// @public
|
|
954
|
-
export interface ResourceName {
|
|
955
|
-
readonly localizedValue?: string;
|
|
956
|
-
value?: string;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
// @public
|
|
960
|
-
export interface ResourceUsageList {
|
|
961
|
-
readonly nextLink?: string;
|
|
962
|
-
value?: ResourceUsages[];
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
// @public
|
|
966
|
-
export interface ResourceUsages extends ProxyResource {
|
|
967
|
-
properties?: GroupQuotaUsagesBase;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
// @public
|
|
971
|
-
export interface ServiceError {
|
|
972
|
-
code?: string;
|
|
973
|
-
readonly details?: ServiceErrorDetail[];
|
|
974
|
-
message?: string;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
// @public
|
|
978
|
-
export interface ServiceErrorDetail {
|
|
979
|
-
readonly code?: string;
|
|
980
|
-
readonly message?: string;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
// @public
|
|
984
|
-
export interface SubmittedResourceRequestStatus extends ProxyResource {
|
|
985
|
-
// (undocumented)
|
|
986
|
-
properties?: SubmittedResourceRequestStatusProperties;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
// @public
|
|
990
|
-
export interface SubmittedResourceRequestStatusList {
|
|
991
|
-
readonly nextLink?: string;
|
|
992
|
-
value?: SubmittedResourceRequestStatus[];
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
// @public (undocumented)
|
|
996
|
-
export interface SubmittedResourceRequestStatusProperties {
|
|
997
|
-
readonly faultCode?: string;
|
|
998
|
-
readonly provisioningState?: RequestState;
|
|
999
|
-
requestedResource?: GroupQuotaRequestBase;
|
|
1000
|
-
readonly requestSubmitTime?: Date;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
// @public
|
|
1004
|
-
export interface SubRequest {
|
|
1005
|
-
limit?: LimitJsonObjectUnion;
|
|
1006
|
-
readonly message?: string;
|
|
1007
|
-
name?: ResourceName;
|
|
1008
|
-
readonly provisioningState?: QuotaRequestState;
|
|
1009
|
-
readonly resourceType?: string;
|
|
1010
|
-
readonly subRequestId?: string;
|
|
1011
|
-
unit?: string;
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
// @public
|
|
1015
|
-
export interface SubscriptionGroupQuotaAssignment {
|
|
1016
|
-
groupQuotaId?: string;
|
|
1017
|
-
quotaAllocated?: number;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
// @public
|
|
1021
|
-
export interface SubscriptionQuotaAllocationRequestList {
|
|
1022
|
-
readonly nextLink?: string;
|
|
1023
|
-
value?: QuotaAllocationRequestStatus[];
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
// @public
|
|
1027
|
-
export interface SubscriptionQuotaAllocations {
|
|
1028
|
-
properties?: SubscriptionQuotaAllocationsProperties;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
// @public
|
|
1032
|
-
export interface SubscriptionQuotaAllocationsList extends ProxyResource {
|
|
1033
|
-
// (undocumented)
|
|
1034
|
-
properties?: SubscriptionQuotaAllocationsListProperties;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
// @public (undocumented)
|
|
1038
|
-
export interface SubscriptionQuotaAllocationsListProperties {
|
|
1039
|
-
readonly nextLink?: string;
|
|
1040
|
-
readonly provisioningState?: RequestState;
|
|
1041
|
-
value?: SubscriptionQuotaAllocations[];
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
// @public
|
|
1045
|
-
export interface SubscriptionQuotaAllocationsProperties extends SubscriptionQuotaDetails {
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
// @public
|
|
1049
|
-
export interface SubscriptionQuotaAllocationsStatusList {
|
|
1050
|
-
readonly nextLink?: string;
|
|
1051
|
-
value?: SubmittedResourceRequestStatus[];
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
// @public
|
|
1055
|
-
export interface SubscriptionQuotaDetails {
|
|
1056
|
-
limit?: number;
|
|
1057
|
-
readonly name?: SubscriptionQuotaDetailsName;
|
|
1058
|
-
resourceName?: string;
|
|
1059
|
-
readonly shareableQuota?: number;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
// @public
|
|
1063
|
-
export interface SubscriptionQuotaDetailsName {
|
|
1064
|
-
readonly localizedValue?: string;
|
|
1065
|
-
readonly value?: string;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
// @public
|
|
1069
|
-
export interface SystemData {
|
|
1070
|
-
createdAt?: Date;
|
|
1071
|
-
createdBy?: string;
|
|
1072
|
-
createdByType?: CreatedByType;
|
|
1073
|
-
lastModifiedAt?: Date;
|
|
1074
|
-
lastModifiedBy?: string;
|
|
1075
|
-
lastModifiedByType?: CreatedByType;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
// @public
|
|
1079
|
-
export interface Usages {
|
|
1080
|
-
get(resourceName: string, scope: string, options?: UsagesGetOptionalParams): Promise<UsagesGetResponse>;
|
|
1081
|
-
list(scope: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<CurrentUsagesBase>;
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
// @public
|
|
1085
|
-
export interface UsagesGetHeaders {
|
|
1086
|
-
eTag?: string;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
// @public
|
|
1090
|
-
export interface UsagesGetOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
// @public
|
|
1094
|
-
export type UsagesGetResponse = UsagesGetHeaders & CurrentUsagesBase;
|
|
1095
|
-
|
|
1096
|
-
// @public
|
|
1097
|
-
export interface UsagesLimits {
|
|
1098
|
-
nextLink?: string;
|
|
1099
|
-
value?: CurrentUsagesBase[];
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
// @public
|
|
1103
|
-
export interface UsagesListHeaders {
|
|
1104
|
-
eTag?: string;
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
// @public
|
|
1108
|
-
export interface UsagesListNextHeaders {
|
|
1109
|
-
eTag?: string;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
// @public
|
|
1113
|
-
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
// @public
|
|
1117
|
-
export type UsagesListNextResponse = UsagesListNextHeaders & UsagesLimits;
|
|
1118
|
-
|
|
1119
|
-
// @public
|
|
1120
|
-
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
// @public
|
|
1124
|
-
export type UsagesListResponse = UsagesListHeaders & UsagesLimits;
|
|
1125
|
-
|
|
1126
|
-
// @public
|
|
1127
|
-
export interface UsagesObject {
|
|
1128
|
-
usagesType?: UsagesTypes;
|
|
1129
|
-
value: number;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
// @public
|
|
1133
|
-
export interface UsagesProperties {
|
|
1134
|
-
readonly isQuotaApplicable?: boolean;
|
|
1135
|
-
name?: ResourceName;
|
|
1136
|
-
properties?: Record<string, unknown>;
|
|
1137
|
-
readonly quotaPeriod?: string;
|
|
1138
|
-
resourceType?: string;
|
|
1139
|
-
readonly unit?: string;
|
|
1140
|
-
usages?: UsagesObject;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
// @public
|
|
1144
|
-
export type UsagesTypes = string;
|
|
1145
|
-
|
|
1146
|
-
// (No @packageDocumentation comment for this package)
|
|
1147
|
-
|
|
1148
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-quota"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AllocatedQuotaToSubscriptionList {
|
|
15
|
+
value?: AllocatedToSubscription[];
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export interface AllocatedToSubscription {
|
|
20
|
+
quotaAllocated?: number;
|
|
21
|
+
subscriptionId?: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public (undocumented)
|
|
25
|
+
export class AzureQuotaExtensionAPI extends coreClient.ServiceClient {
|
|
26
|
+
// (undocumented)
|
|
27
|
+
$host: string;
|
|
28
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureQuotaExtensionAPIOptionalParams);
|
|
29
|
+
constructor(credentials: coreAuth.TokenCredential, options?: AzureQuotaExtensionAPIOptionalParams);
|
|
30
|
+
// (undocumented)
|
|
31
|
+
apiVersion: string;
|
|
32
|
+
// (undocumented)
|
|
33
|
+
groupQuotaLimits: GroupQuotaLimits;
|
|
34
|
+
// (undocumented)
|
|
35
|
+
groupQuotaLimitsRequest: GroupQuotaLimitsRequest;
|
|
36
|
+
// (undocumented)
|
|
37
|
+
groupQuotas: GroupQuotas;
|
|
38
|
+
// (undocumented)
|
|
39
|
+
groupQuotaSubscriptionAllocation: GroupQuotaSubscriptionAllocation;
|
|
40
|
+
// (undocumented)
|
|
41
|
+
groupQuotaSubscriptionAllocationRequest: GroupQuotaSubscriptionAllocationRequest;
|
|
42
|
+
// (undocumented)
|
|
43
|
+
groupQuotaSubscriptionRequests: GroupQuotaSubscriptionRequests;
|
|
44
|
+
// (undocumented)
|
|
45
|
+
groupQuotaSubscriptions: GroupQuotaSubscriptions;
|
|
46
|
+
// (undocumented)
|
|
47
|
+
quota: Quota;
|
|
48
|
+
// (undocumented)
|
|
49
|
+
quotaOperation: QuotaOperation;
|
|
50
|
+
// (undocumented)
|
|
51
|
+
quotaRequestStatus: QuotaRequestStatus;
|
|
52
|
+
// (undocumented)
|
|
53
|
+
subscriptionId?: string;
|
|
54
|
+
// (undocumented)
|
|
55
|
+
usages: Usages;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface AzureQuotaExtensionAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
60
|
+
$host?: string;
|
|
61
|
+
apiVersion?: string;
|
|
62
|
+
endpoint?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
// @public
|
|
66
|
+
export interface CommonResourceProperties {
|
|
67
|
+
readonly id?: string;
|
|
68
|
+
readonly name?: string;
|
|
69
|
+
readonly type?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export type CreatedByType = string;
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export interface CreateGenericQuotaRequestParameters {
|
|
77
|
+
value?: CurrentQuotaLimitBase[];
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export interface CurrentQuotaLimitBase {
|
|
82
|
+
readonly id?: string;
|
|
83
|
+
readonly name?: string;
|
|
84
|
+
properties?: QuotaProperties;
|
|
85
|
+
readonly type?: string;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface CurrentUsagesBase {
|
|
90
|
+
readonly id?: string;
|
|
91
|
+
readonly name?: string;
|
|
92
|
+
properties?: UsagesProperties;
|
|
93
|
+
readonly type?: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export interface ErrorAdditionalInfo {
|
|
98
|
+
readonly info?: Record<string, unknown>;
|
|
99
|
+
readonly type?: string;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export interface ErrorDetail {
|
|
104
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
105
|
+
readonly code?: string;
|
|
106
|
+
readonly details?: ErrorDetail[];
|
|
107
|
+
readonly message?: string;
|
|
108
|
+
readonly target?: string;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface ErrorResponse {
|
|
113
|
+
error?: ErrorDetail;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// @public
|
|
117
|
+
export interface ExceptionResponse {
|
|
118
|
+
error?: ServiceError;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface GroupQuotaDetails {
|
|
126
|
+
readonly allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList;
|
|
127
|
+
readonly availableLimit?: number;
|
|
128
|
+
comment?: string;
|
|
129
|
+
limit?: number;
|
|
130
|
+
readonly name?: GroupQuotaDetailsName;
|
|
131
|
+
resourceName?: string;
|
|
132
|
+
readonly unit?: string;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface GroupQuotaDetailsName {
|
|
137
|
+
readonly localizedValue?: string;
|
|
138
|
+
readonly value?: string;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export interface GroupQuotaLimit {
|
|
143
|
+
properties?: GroupQuotaLimitProperties;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export interface GroupQuotaLimitList extends ProxyResource {
|
|
148
|
+
// (undocumented)
|
|
149
|
+
properties?: GroupQuotaLimitListProperties;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// @public (undocumented)
|
|
153
|
+
export interface GroupQuotaLimitListProperties {
|
|
154
|
+
readonly nextLink?: string;
|
|
155
|
+
readonly provisioningState?: RequestState;
|
|
156
|
+
value?: GroupQuotaLimit[];
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface GroupQuotaLimitProperties extends GroupQuotaDetails {
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export interface GroupQuotaLimits {
|
|
165
|
+
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsListOptionalParams): Promise<GroupQuotaLimitsListResponse>;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export interface GroupQuotaLimitsListOptionalParams extends coreClient.OperationOptions {
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export type GroupQuotaLimitsListResponse = GroupQuotaLimitList;
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export interface GroupQuotaLimitsRequest {
|
|
177
|
+
beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLimitsRequestUpdateResponse>, GroupQuotaLimitsRequestUpdateResponse>>;
|
|
178
|
+
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<GroupQuotaLimitsRequestUpdateResponse>;
|
|
179
|
+
get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams): Promise<GroupQuotaLimitsRequestGetResponse>;
|
|
180
|
+
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams): PagedAsyncIterableIterator<SubmittedResourceRequestStatus>;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
// @public
|
|
184
|
+
export interface GroupQuotaLimitsRequestGetOptionalParams extends coreClient.OperationOptions {
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export type GroupQuotaLimitsRequestGetResponse = SubmittedResourceRequestStatus;
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export interface GroupQuotaLimitsRequestListNextOptionalParams extends coreClient.OperationOptions {
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export type GroupQuotaLimitsRequestListNextResponse = SubmittedResourceRequestStatusList;
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export interface GroupQuotaLimitsRequestListOptionalParams extends coreClient.OperationOptions {
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export type GroupQuotaLimitsRequestListResponse = SubmittedResourceRequestStatusList;
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export interface GroupQuotaLimitsRequestUpdateHeaders {
|
|
206
|
+
azureAsyncOperation?: string;
|
|
207
|
+
location?: string;
|
|
208
|
+
retryAfter?: number;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export interface GroupQuotaLimitsRequestUpdateOptionalParams extends coreClient.OperationOptions {
|
|
213
|
+
groupQuotaRequest?: GroupQuotaLimitList;
|
|
214
|
+
resumeFrom?: string;
|
|
215
|
+
updateIntervalInMs?: number;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export type GroupQuotaLimitsRequestUpdateResponse = GroupQuotaLimitList;
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export interface GroupQuotaList {
|
|
223
|
+
readonly nextLink?: string;
|
|
224
|
+
value?: GroupQuotasEntity[];
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export interface GroupQuotaRequestBase {
|
|
229
|
+
// (undocumented)
|
|
230
|
+
properties?: GroupQuotaRequestBaseProperties;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public (undocumented)
|
|
234
|
+
export interface GroupQuotaRequestBaseProperties {
|
|
235
|
+
comments?: string;
|
|
236
|
+
limit?: number;
|
|
237
|
+
readonly name?: GroupQuotaRequestBasePropertiesName;
|
|
238
|
+
region?: string;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export interface GroupQuotaRequestBasePropertiesName {
|
|
243
|
+
readonly localizedValue?: string;
|
|
244
|
+
readonly value?: string;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export interface GroupQuotas {
|
|
249
|
+
beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasCreateOrUpdateResponse>, GroupQuotasCreateOrUpdateResponse>>;
|
|
250
|
+
beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<GroupQuotasCreateOrUpdateResponse>;
|
|
251
|
+
beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasDeleteResponse>, GroupQuotasDeleteResponse>>;
|
|
252
|
+
beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<GroupQuotasDeleteResponse>;
|
|
253
|
+
beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasUpdateResponse>, GroupQuotasUpdateResponse>>;
|
|
254
|
+
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<GroupQuotasUpdateResponse>;
|
|
255
|
+
get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams): Promise<GroupQuotasGetResponse>;
|
|
256
|
+
list(managementGroupId: string, options?: GroupQuotasListOptionalParams): PagedAsyncIterableIterator<GroupQuotasEntity>;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export interface GroupQuotasCreateOrUpdateHeaders {
|
|
261
|
+
azureAsyncOperation?: string;
|
|
262
|
+
location?: string;
|
|
263
|
+
retryAfter?: number;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface GroupQuotasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
268
|
+
groupQuotaPutRequestBody?: GroupQuotasEntity;
|
|
269
|
+
resumeFrom?: string;
|
|
270
|
+
updateIntervalInMs?: number;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
// @public
|
|
274
|
+
export type GroupQuotasCreateOrUpdateResponse = GroupQuotasEntity;
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export interface GroupQuotasDeleteHeaders {
|
|
278
|
+
azureAsyncOperation?: string;
|
|
279
|
+
location?: string;
|
|
280
|
+
retryAfter?: number;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
// @public
|
|
284
|
+
export interface GroupQuotasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
285
|
+
resumeFrom?: string;
|
|
286
|
+
updateIntervalInMs?: number;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export type GroupQuotasDeleteResponse = GroupQuotasDeleteHeaders;
|
|
291
|
+
|
|
292
|
+
// @public
|
|
293
|
+
export interface GroupQuotasEntity extends ProxyResource {
|
|
294
|
+
properties?: GroupQuotasEntityProperties;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
// @public
|
|
298
|
+
export interface GroupQuotasEntityBase {
|
|
299
|
+
displayName?: string;
|
|
300
|
+
readonly provisioningState?: RequestState;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
// @public
|
|
304
|
+
export interface GroupQuotasEntityBasePatch {
|
|
305
|
+
displayName?: string;
|
|
306
|
+
readonly provisioningState?: RequestState;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
// @public
|
|
310
|
+
export interface GroupQuotasEntityPatch extends ProxyResource {
|
|
311
|
+
properties?: GroupQuotasEntityPatchProperties;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export interface GroupQuotasEntityPatchProperties extends GroupQuotasEntityBasePatch {
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export interface GroupQuotasEntityProperties extends GroupQuotasEntityBase {
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
// @public
|
|
323
|
+
export interface GroupQuotasGetOptionalParams extends coreClient.OperationOptions {
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export type GroupQuotasGetResponse = GroupQuotasEntity;
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface GroupQuotasListNextOptionalParams extends coreClient.OperationOptions {
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export type GroupQuotasListNextResponse = GroupQuotaList;
|
|
335
|
+
|
|
336
|
+
// @public
|
|
337
|
+
export interface GroupQuotasListOptionalParams extends coreClient.OperationOptions {
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export type GroupQuotasListResponse = GroupQuotaList;
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export interface GroupQuotaSubscriptionAllocation {
|
|
345
|
+
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaSubscriptionAllocationListOptionalParams): Promise<GroupQuotaSubscriptionAllocationListResponse>;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// @public
|
|
349
|
+
export interface GroupQuotaSubscriptionAllocationListOptionalParams extends coreClient.OperationOptions {
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export type GroupQuotaSubscriptionAllocationListResponse = SubscriptionQuotaAllocationsList;
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface GroupQuotaSubscriptionAllocationRequest {
|
|
357
|
+
beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionAllocationRequestUpdateResponse>, GroupQuotaSubscriptionAllocationRequestUpdateResponse>>;
|
|
358
|
+
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestUpdateResponse>;
|
|
359
|
+
get(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, allocationId: string, options?: GroupQuotaSubscriptionAllocationRequestGetOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestGetResponse>;
|
|
360
|
+
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaSubscriptionAllocationRequestListOptionalParams): PagedAsyncIterableIterator<QuotaAllocationRequestStatus>;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// @public
|
|
364
|
+
export interface GroupQuotaSubscriptionAllocationRequestGetOptionalParams extends coreClient.OperationOptions {
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export type GroupQuotaSubscriptionAllocationRequestGetResponse = QuotaAllocationRequestStatus;
|
|
369
|
+
|
|
370
|
+
// @public
|
|
371
|
+
export interface GroupQuotaSubscriptionAllocationRequestListNextOptionalParams extends coreClient.OperationOptions {
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export type GroupQuotaSubscriptionAllocationRequestListNextResponse = QuotaAllocationRequestStatusList;
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export interface GroupQuotaSubscriptionAllocationRequestListOptionalParams extends coreClient.OperationOptions {
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// @public
|
|
382
|
+
export type GroupQuotaSubscriptionAllocationRequestListResponse = QuotaAllocationRequestStatusList;
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export interface GroupQuotaSubscriptionAllocationRequestUpdateHeaders {
|
|
386
|
+
azureAsyncOperation?: string;
|
|
387
|
+
location?: string;
|
|
388
|
+
retryAfter?: number;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams extends coreClient.OperationOptions {
|
|
393
|
+
resumeFrom?: string;
|
|
394
|
+
updateIntervalInMs?: number;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export type GroupQuotaSubscriptionAllocationRequestUpdateResponse = SubscriptionQuotaAllocationsList;
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export interface GroupQuotaSubscriptionId extends ProxyResource {
|
|
402
|
+
// (undocumented)
|
|
403
|
+
properties?: GroupQuotaSubscriptionIdProperties;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export interface GroupQuotaSubscriptionIdList {
|
|
408
|
+
readonly nextLink?: string;
|
|
409
|
+
value?: GroupQuotaSubscriptionId[];
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public (undocumented)
|
|
413
|
+
export interface GroupQuotaSubscriptionIdProperties {
|
|
414
|
+
readonly provisioningState?: RequestState;
|
|
415
|
+
subscriptionId?: string;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export interface GroupQuotaSubscriptionRequests {
|
|
420
|
+
get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams): Promise<GroupQuotaSubscriptionRequestsGetResponse>;
|
|
421
|
+
list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus>;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
// @public
|
|
425
|
+
export interface GroupQuotaSubscriptionRequestsGetOptionalParams extends coreClient.OperationOptions {
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
// @public
|
|
429
|
+
export type GroupQuotaSubscriptionRequestsGetResponse = GroupQuotaSubscriptionRequestStatus;
|
|
430
|
+
|
|
431
|
+
// @public
|
|
432
|
+
export interface GroupQuotaSubscriptionRequestsListNextOptionalParams extends coreClient.OperationOptions {
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export type GroupQuotaSubscriptionRequestsListNextResponse = GroupQuotaSubscriptionRequestStatusList;
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export interface GroupQuotaSubscriptionRequestsListOptionalParams extends coreClient.OperationOptions {
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export type GroupQuotaSubscriptionRequestsListResponse = GroupQuotaSubscriptionRequestStatusList;
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export interface GroupQuotaSubscriptionRequestStatus extends ProxyResource {
|
|
447
|
+
// (undocumented)
|
|
448
|
+
properties?: GroupQuotaSubscriptionRequestStatusProperties;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
// @public
|
|
452
|
+
export interface GroupQuotaSubscriptionRequestStatusList {
|
|
453
|
+
readonly nextLink?: string;
|
|
454
|
+
value?: GroupQuotaSubscriptionRequestStatus[];
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
// @public (undocumented)
|
|
458
|
+
export interface GroupQuotaSubscriptionRequestStatusProperties {
|
|
459
|
+
readonly provisioningState?: RequestState;
|
|
460
|
+
requestSubmitTime?: Date;
|
|
461
|
+
subscriptionId?: string;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
// @public
|
|
465
|
+
export interface GroupQuotaSubscriptions {
|
|
466
|
+
beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>, GroupQuotaSubscriptionsCreateOrUpdateResponse>>;
|
|
467
|
+
beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse>;
|
|
468
|
+
beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsDeleteResponse>, GroupQuotaSubscriptionsDeleteResponse>>;
|
|
469
|
+
beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<GroupQuotaSubscriptionsDeleteResponse>;
|
|
470
|
+
beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsUpdateResponse>, GroupQuotaSubscriptionsUpdateResponse>>;
|
|
471
|
+
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<GroupQuotaSubscriptionsUpdateResponse>;
|
|
472
|
+
get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsGetOptionalParams): Promise<GroupQuotaSubscriptionsGetResponse>;
|
|
473
|
+
list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionId>;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export interface GroupQuotaSubscriptionsCreateOrUpdateHeaders {
|
|
478
|
+
azureAsyncOperation?: string;
|
|
479
|
+
location?: string;
|
|
480
|
+
retryAfter?: number;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
// @public
|
|
484
|
+
export interface GroupQuotaSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
485
|
+
resumeFrom?: string;
|
|
486
|
+
updateIntervalInMs?: number;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
// @public
|
|
490
|
+
export type GroupQuotaSubscriptionsCreateOrUpdateResponse = GroupQuotaSubscriptionId;
|
|
491
|
+
|
|
492
|
+
// @public
|
|
493
|
+
export interface GroupQuotaSubscriptionsDeleteHeaders {
|
|
494
|
+
azureAsyncOperation?: string;
|
|
495
|
+
location?: string;
|
|
496
|
+
retryAfter?: number;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface GroupQuotaSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
501
|
+
resumeFrom?: string;
|
|
502
|
+
updateIntervalInMs?: number;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
// @public
|
|
506
|
+
export type GroupQuotaSubscriptionsDeleteResponse = GroupQuotaSubscriptionsDeleteHeaders;
|
|
507
|
+
|
|
508
|
+
// @public
|
|
509
|
+
export interface GroupQuotaSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export type GroupQuotaSubscriptionsGetResponse = GroupQuotaSubscriptionId;
|
|
514
|
+
|
|
515
|
+
// @public
|
|
516
|
+
export interface GroupQuotaSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
// @public
|
|
520
|
+
export type GroupQuotaSubscriptionsListNextResponse = GroupQuotaSubscriptionIdList;
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export interface GroupQuotaSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
// @public
|
|
527
|
+
export type GroupQuotaSubscriptionsListResponse = GroupQuotaSubscriptionIdList;
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export interface GroupQuotaSubscriptionsUpdateHeaders {
|
|
531
|
+
azureAsyncOperation?: string;
|
|
532
|
+
location?: string;
|
|
533
|
+
retryAfter?: number;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface GroupQuotaSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
538
|
+
resumeFrom?: string;
|
|
539
|
+
updateIntervalInMs?: number;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export type GroupQuotaSubscriptionsUpdateResponse = GroupQuotaSubscriptionId;
|
|
544
|
+
|
|
545
|
+
// @public
|
|
546
|
+
export interface GroupQuotasUpdateHeaders {
|
|
547
|
+
azureAsyncOperation?: string;
|
|
548
|
+
location?: string;
|
|
549
|
+
retryAfter?: number;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
// @public
|
|
553
|
+
export interface GroupQuotasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
554
|
+
groupQuotasPatchRequestBody?: GroupQuotasEntityPatch;
|
|
555
|
+
resumeFrom?: string;
|
|
556
|
+
updateIntervalInMs?: number;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
// @public
|
|
560
|
+
export type GroupQuotasUpdateResponse = GroupQuotasEntity;
|
|
561
|
+
|
|
562
|
+
// @public
|
|
563
|
+
export interface GroupQuotaUsagesBase {
|
|
564
|
+
limit?: number;
|
|
565
|
+
name?: GroupQuotaUsagesBaseName;
|
|
566
|
+
readonly unit?: string;
|
|
567
|
+
usages?: number;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
// @public
|
|
571
|
+
export interface GroupQuotaUsagesBaseName {
|
|
572
|
+
readonly localizedValue?: string;
|
|
573
|
+
value?: string;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
// @public
|
|
577
|
+
export enum KnownCreatedByType {
|
|
578
|
+
Application = "Application",
|
|
579
|
+
Key = "Key",
|
|
580
|
+
ManagedIdentity = "ManagedIdentity",
|
|
581
|
+
User = "User"
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export enum KnownLimitType {
|
|
586
|
+
LimitValue = "LimitValue"
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export enum KnownQuotaLimitTypes {
|
|
591
|
+
Independent = "Independent",
|
|
592
|
+
Shared = "Shared"
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
// @public
|
|
596
|
+
export enum KnownQuotaRequestState {
|
|
597
|
+
Accepted = "Accepted",
|
|
598
|
+
Failed = "Failed",
|
|
599
|
+
InProgress = "InProgress",
|
|
600
|
+
Invalid = "Invalid",
|
|
601
|
+
Succeeded = "Succeeded"
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export enum KnownRequestState {
|
|
606
|
+
Accepted = "Accepted",
|
|
607
|
+
Canceled = "Canceled",
|
|
608
|
+
Created = "Created",
|
|
609
|
+
Failed = "Failed",
|
|
610
|
+
InProgress = "InProgress",
|
|
611
|
+
Invalid = "Invalid",
|
|
612
|
+
Succeeded = "Succeeded"
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export enum KnownUsagesTypes {
|
|
617
|
+
Combined = "Combined",
|
|
618
|
+
Individual = "Individual"
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
// @public
|
|
622
|
+
export interface LimitJsonObject {
|
|
623
|
+
limitObjectType: "LimitValue";
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public (undocumented)
|
|
627
|
+
export type LimitJsonObjectUnion = LimitJsonObject | LimitObject;
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export interface LimitObject extends LimitJsonObject {
|
|
631
|
+
limitObjectType: "LimitValue";
|
|
632
|
+
limitType?: QuotaLimitTypes;
|
|
633
|
+
value: number;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export type LimitType = string;
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export interface LROResponse extends ProxyResource {
|
|
641
|
+
// (undocumented)
|
|
642
|
+
properties?: LROResponseProperties;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
// @public (undocumented)
|
|
646
|
+
export interface LROResponseProperties {
|
|
647
|
+
readonly provisioningState?: RequestState;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
// @public (undocumented)
|
|
651
|
+
export interface OperationDisplay {
|
|
652
|
+
description?: string;
|
|
653
|
+
operation?: string;
|
|
654
|
+
provider?: string;
|
|
655
|
+
resource?: string;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
// @public (undocumented)
|
|
659
|
+
export interface OperationList {
|
|
660
|
+
nextLink?: string;
|
|
661
|
+
// (undocumented)
|
|
662
|
+
value?: OperationResponse[];
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// @public (undocumented)
|
|
666
|
+
export interface OperationResponse {
|
|
667
|
+
// (undocumented)
|
|
668
|
+
display?: OperationDisplay;
|
|
669
|
+
// (undocumented)
|
|
670
|
+
name?: string;
|
|
671
|
+
// (undocumented)
|
|
672
|
+
origin?: string;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
// @public
|
|
676
|
+
export interface ProxyResource extends Resource {
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
// @public
|
|
680
|
+
export interface Quota {
|
|
681
|
+
beginCreateOrUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaCreateOrUpdateResponse>, QuotaCreateOrUpdateResponse>>;
|
|
682
|
+
beginCreateOrUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<QuotaCreateOrUpdateResponse>;
|
|
683
|
+
beginUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaUpdateResponse>, QuotaUpdateResponse>>;
|
|
684
|
+
beginUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<QuotaUpdateResponse>;
|
|
685
|
+
get(resourceName: string, scope: string, options?: QuotaGetOptionalParams): Promise<QuotaGetResponse>;
|
|
686
|
+
list(scope: string, options?: QuotaListOptionalParams): PagedAsyncIterableIterator<CurrentQuotaLimitBase>;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
// @public
|
|
690
|
+
export interface QuotaAllocationRequestBase {
|
|
691
|
+
// (undocumented)
|
|
692
|
+
properties?: QuotaAllocationRequestBaseProperties;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// @public (undocumented)
|
|
696
|
+
export interface QuotaAllocationRequestBaseProperties {
|
|
697
|
+
limit?: number;
|
|
698
|
+
readonly name?: QuotaAllocationRequestBasePropertiesName;
|
|
699
|
+
region?: string;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
// @public
|
|
703
|
+
export interface QuotaAllocationRequestBasePropertiesName {
|
|
704
|
+
readonly localizedValue?: string;
|
|
705
|
+
readonly value?: string;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
// @public
|
|
709
|
+
export interface QuotaAllocationRequestStatus extends ProxyResource {
|
|
710
|
+
// (undocumented)
|
|
711
|
+
properties?: QuotaAllocationRequestStatusProperties;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export interface QuotaAllocationRequestStatusList {
|
|
716
|
+
readonly nextLink?: string;
|
|
717
|
+
value?: QuotaAllocationRequestStatus[];
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
// @public (undocumented)
|
|
721
|
+
export interface QuotaAllocationRequestStatusProperties {
|
|
722
|
+
readonly faultCode?: string;
|
|
723
|
+
readonly provisioningState?: RequestState;
|
|
724
|
+
requestedResource?: QuotaAllocationRequestBase;
|
|
725
|
+
readonly requestSubmitTime?: Date;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
// @public
|
|
729
|
+
export interface QuotaCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
730
|
+
resumeFrom?: string;
|
|
731
|
+
updateIntervalInMs?: number;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
// @public
|
|
735
|
+
export type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;
|
|
736
|
+
|
|
737
|
+
// @public
|
|
738
|
+
export interface QuotaGetHeaders {
|
|
739
|
+
eTag?: string;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
// @public
|
|
743
|
+
export interface QuotaGetOptionalParams extends coreClient.OperationOptions {
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
// @public
|
|
747
|
+
export type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;
|
|
748
|
+
|
|
749
|
+
// @public
|
|
750
|
+
export interface QuotaLimits {
|
|
751
|
+
nextLink?: string;
|
|
752
|
+
value?: CurrentQuotaLimitBase[];
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export interface QuotaLimitsResponse {
|
|
757
|
+
nextLink?: string;
|
|
758
|
+
value?: CurrentQuotaLimitBase[];
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
// @public
|
|
762
|
+
export type QuotaLimitTypes = string;
|
|
763
|
+
|
|
764
|
+
// @public
|
|
765
|
+
export interface QuotaListHeaders {
|
|
766
|
+
eTag?: string;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export interface QuotaListNextHeaders {
|
|
771
|
+
eTag?: string;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
// @public
|
|
775
|
+
export interface QuotaListNextOptionalParams extends coreClient.OperationOptions {
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
// @public
|
|
779
|
+
export type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;
|
|
780
|
+
|
|
781
|
+
// @public
|
|
782
|
+
export interface QuotaListOptionalParams extends coreClient.OperationOptions {
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export type QuotaListResponse = QuotaListHeaders & QuotaLimits;
|
|
787
|
+
|
|
788
|
+
// @public
|
|
789
|
+
export interface QuotaOperation {
|
|
790
|
+
list(options?: QuotaOperationListOptionalParams): PagedAsyncIterableIterator<OperationResponse>;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export interface QuotaOperationListNextOptionalParams extends coreClient.OperationOptions {
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
// @public
|
|
798
|
+
export type QuotaOperationListNextResponse = OperationList;
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export interface QuotaOperationListOptionalParams extends coreClient.OperationOptions {
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export type QuotaOperationListResponse = OperationList;
|
|
806
|
+
|
|
807
|
+
// @public
|
|
808
|
+
export interface QuotaProperties {
|
|
809
|
+
readonly isQuotaApplicable?: boolean;
|
|
810
|
+
limit?: LimitJsonObjectUnion;
|
|
811
|
+
name?: ResourceName;
|
|
812
|
+
properties?: Record<string, unknown>;
|
|
813
|
+
readonly quotaPeriod?: string;
|
|
814
|
+
resourceType?: string;
|
|
815
|
+
readonly unit?: string;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
// @public
|
|
819
|
+
export interface QuotaRequestDetails {
|
|
820
|
+
readonly id?: string;
|
|
821
|
+
readonly name?: string;
|
|
822
|
+
properties?: QuotaRequestProperties;
|
|
823
|
+
readonly type?: string;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export interface QuotaRequestDetailsList {
|
|
828
|
+
nextLink?: string;
|
|
829
|
+
value?: QuotaRequestDetails[];
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
// @public
|
|
833
|
+
export interface QuotaRequestOneResourceProperties {
|
|
834
|
+
readonly currentValue?: number;
|
|
835
|
+
error?: ServiceErrorDetail;
|
|
836
|
+
readonly isQuotaApplicable?: boolean;
|
|
837
|
+
limit?: LimitObject;
|
|
838
|
+
readonly message?: string;
|
|
839
|
+
name?: ResourceName;
|
|
840
|
+
properties?: Record<string, unknown>;
|
|
841
|
+
readonly provisioningState?: QuotaRequestState;
|
|
842
|
+
readonly quotaPeriod?: string;
|
|
843
|
+
readonly requestSubmitTime?: Date;
|
|
844
|
+
resourceType?: string;
|
|
845
|
+
unit?: string;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
// @public
|
|
849
|
+
export interface QuotaRequestOneResourceSubmitResponse {
|
|
850
|
+
readonly id?: string;
|
|
851
|
+
readonly name?: string;
|
|
852
|
+
properties?: QuotaRequestOneResourceProperties;
|
|
853
|
+
readonly type?: string;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export interface QuotaRequestProperties {
|
|
858
|
+
error?: ServiceErrorDetail;
|
|
859
|
+
readonly message?: string;
|
|
860
|
+
readonly provisioningState?: QuotaRequestState;
|
|
861
|
+
readonly requestSubmitTime?: Date;
|
|
862
|
+
value?: SubRequest[];
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export type QuotaRequestState = string;
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export interface QuotaRequestStatus {
|
|
870
|
+
get(id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestStatusGetResponse>;
|
|
871
|
+
list(scope: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails>;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
// @public
|
|
875
|
+
export interface QuotaRequestStatusDetails {
|
|
876
|
+
limit?: LimitObject;
|
|
877
|
+
readonly message?: string;
|
|
878
|
+
name?: ResourceName;
|
|
879
|
+
properties?: Record<string, unknown>;
|
|
880
|
+
readonly provisioningState?: QuotaRequestState;
|
|
881
|
+
readonly quotaPeriod?: string;
|
|
882
|
+
resourceType?: string;
|
|
883
|
+
unit?: string;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
// @public
|
|
887
|
+
export interface QuotaRequestStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export type QuotaRequestStatusGetResponse = QuotaRequestDetails;
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export interface QuotaRequestStatusListNextOptionalParams extends coreClient.OperationOptions {
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
// @public
|
|
898
|
+
export type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;
|
|
899
|
+
|
|
900
|
+
// @public
|
|
901
|
+
export interface QuotaRequestStatusListOptionalParams extends coreClient.OperationOptions {
|
|
902
|
+
filter?: string;
|
|
903
|
+
skiptoken?: string;
|
|
904
|
+
top?: number;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export type QuotaRequestStatusListResponse = QuotaRequestDetailsList;
|
|
909
|
+
|
|
910
|
+
// @public
|
|
911
|
+
export interface QuotaRequestSubmitResponse {
|
|
912
|
+
readonly id?: string;
|
|
913
|
+
readonly name?: string;
|
|
914
|
+
properties?: QuotaRequestProperties;
|
|
915
|
+
readonly type?: string;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
// @public
|
|
919
|
+
export interface QuotaRequestSubmitResponse202 {
|
|
920
|
+
readonly id?: string;
|
|
921
|
+
readonly name?: string;
|
|
922
|
+
properties?: QuotaRequestStatusDetails;
|
|
923
|
+
readonly type?: string;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
// @public
|
|
927
|
+
export interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {
|
|
928
|
+
resumeFrom?: string;
|
|
929
|
+
updateIntervalInMs?: number;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
// @public
|
|
933
|
+
export type QuotaUpdateResponse = CurrentQuotaLimitBase;
|
|
934
|
+
|
|
935
|
+
// @public
|
|
936
|
+
export type RequestState = string;
|
|
937
|
+
|
|
938
|
+
// @public
|
|
939
|
+
export interface Resource {
|
|
940
|
+
readonly id?: string;
|
|
941
|
+
readonly name?: string;
|
|
942
|
+
readonly systemData?: SystemData;
|
|
943
|
+
readonly type?: string;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
// @public
|
|
947
|
+
export interface ResourceBaseRequest {
|
|
948
|
+
limit?: number;
|
|
949
|
+
readonly resourceName?: string;
|
|
950
|
+
readonly unit?: string;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
// @public
|
|
954
|
+
export interface ResourceName {
|
|
955
|
+
readonly localizedValue?: string;
|
|
956
|
+
value?: string;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
// @public
|
|
960
|
+
export interface ResourceUsageList {
|
|
961
|
+
readonly nextLink?: string;
|
|
962
|
+
value?: ResourceUsages[];
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
// @public
|
|
966
|
+
export interface ResourceUsages extends ProxyResource {
|
|
967
|
+
properties?: GroupQuotaUsagesBase;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
// @public
|
|
971
|
+
export interface ServiceError {
|
|
972
|
+
code?: string;
|
|
973
|
+
readonly details?: ServiceErrorDetail[];
|
|
974
|
+
message?: string;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
// @public
|
|
978
|
+
export interface ServiceErrorDetail {
|
|
979
|
+
readonly code?: string;
|
|
980
|
+
readonly message?: string;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
// @public
|
|
984
|
+
export interface SubmittedResourceRequestStatus extends ProxyResource {
|
|
985
|
+
// (undocumented)
|
|
986
|
+
properties?: SubmittedResourceRequestStatusProperties;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
// @public
|
|
990
|
+
export interface SubmittedResourceRequestStatusList {
|
|
991
|
+
readonly nextLink?: string;
|
|
992
|
+
value?: SubmittedResourceRequestStatus[];
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
// @public (undocumented)
|
|
996
|
+
export interface SubmittedResourceRequestStatusProperties {
|
|
997
|
+
readonly faultCode?: string;
|
|
998
|
+
readonly provisioningState?: RequestState;
|
|
999
|
+
requestedResource?: GroupQuotaRequestBase;
|
|
1000
|
+
readonly requestSubmitTime?: Date;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
// @public
|
|
1004
|
+
export interface SubRequest {
|
|
1005
|
+
limit?: LimitJsonObjectUnion;
|
|
1006
|
+
readonly message?: string;
|
|
1007
|
+
name?: ResourceName;
|
|
1008
|
+
readonly provisioningState?: QuotaRequestState;
|
|
1009
|
+
readonly resourceType?: string;
|
|
1010
|
+
readonly subRequestId?: string;
|
|
1011
|
+
unit?: string;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
// @public
|
|
1015
|
+
export interface SubscriptionGroupQuotaAssignment {
|
|
1016
|
+
groupQuotaId?: string;
|
|
1017
|
+
quotaAllocated?: number;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
// @public
|
|
1021
|
+
export interface SubscriptionQuotaAllocationRequestList {
|
|
1022
|
+
readonly nextLink?: string;
|
|
1023
|
+
value?: QuotaAllocationRequestStatus[];
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
// @public
|
|
1027
|
+
export interface SubscriptionQuotaAllocations {
|
|
1028
|
+
properties?: SubscriptionQuotaAllocationsProperties;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
// @public
|
|
1032
|
+
export interface SubscriptionQuotaAllocationsList extends ProxyResource {
|
|
1033
|
+
// (undocumented)
|
|
1034
|
+
properties?: SubscriptionQuotaAllocationsListProperties;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
// @public (undocumented)
|
|
1038
|
+
export interface SubscriptionQuotaAllocationsListProperties {
|
|
1039
|
+
readonly nextLink?: string;
|
|
1040
|
+
readonly provisioningState?: RequestState;
|
|
1041
|
+
value?: SubscriptionQuotaAllocations[];
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
// @public
|
|
1045
|
+
export interface SubscriptionQuotaAllocationsProperties extends SubscriptionQuotaDetails {
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
// @public
|
|
1049
|
+
export interface SubscriptionQuotaAllocationsStatusList {
|
|
1050
|
+
readonly nextLink?: string;
|
|
1051
|
+
value?: SubmittedResourceRequestStatus[];
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
// @public
|
|
1055
|
+
export interface SubscriptionQuotaDetails {
|
|
1056
|
+
limit?: number;
|
|
1057
|
+
readonly name?: SubscriptionQuotaDetailsName;
|
|
1058
|
+
resourceName?: string;
|
|
1059
|
+
readonly shareableQuota?: number;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
// @public
|
|
1063
|
+
export interface SubscriptionQuotaDetailsName {
|
|
1064
|
+
readonly localizedValue?: string;
|
|
1065
|
+
readonly value?: string;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
// @public
|
|
1069
|
+
export interface SystemData {
|
|
1070
|
+
createdAt?: Date;
|
|
1071
|
+
createdBy?: string;
|
|
1072
|
+
createdByType?: CreatedByType;
|
|
1073
|
+
lastModifiedAt?: Date;
|
|
1074
|
+
lastModifiedBy?: string;
|
|
1075
|
+
lastModifiedByType?: CreatedByType;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
// @public
|
|
1079
|
+
export interface Usages {
|
|
1080
|
+
get(resourceName: string, scope: string, options?: UsagesGetOptionalParams): Promise<UsagesGetResponse>;
|
|
1081
|
+
list(scope: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<CurrentUsagesBase>;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
// @public
|
|
1085
|
+
export interface UsagesGetHeaders {
|
|
1086
|
+
eTag?: string;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
// @public
|
|
1090
|
+
export interface UsagesGetOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
// @public
|
|
1094
|
+
export type UsagesGetResponse = UsagesGetHeaders & CurrentUsagesBase;
|
|
1095
|
+
|
|
1096
|
+
// @public
|
|
1097
|
+
export interface UsagesLimits {
|
|
1098
|
+
nextLink?: string;
|
|
1099
|
+
value?: CurrentUsagesBase[];
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
// @public
|
|
1103
|
+
export interface UsagesListHeaders {
|
|
1104
|
+
eTag?: string;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
// @public
|
|
1108
|
+
export interface UsagesListNextHeaders {
|
|
1109
|
+
eTag?: string;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
// @public
|
|
1117
|
+
export type UsagesListNextResponse = UsagesListNextHeaders & UsagesLimits;
|
|
1118
|
+
|
|
1119
|
+
// @public
|
|
1120
|
+
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
// @public
|
|
1124
|
+
export type UsagesListResponse = UsagesListHeaders & UsagesLimits;
|
|
1125
|
+
|
|
1126
|
+
// @public
|
|
1127
|
+
export interface UsagesObject {
|
|
1128
|
+
usagesType?: UsagesTypes;
|
|
1129
|
+
value: number;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
// @public
|
|
1133
|
+
export interface UsagesProperties {
|
|
1134
|
+
readonly isQuotaApplicable?: boolean;
|
|
1135
|
+
name?: ResourceName;
|
|
1136
|
+
properties?: Record<string, unknown>;
|
|
1137
|
+
readonly quotaPeriod?: string;
|
|
1138
|
+
resourceType?: string;
|
|
1139
|
+
readonly unit?: string;
|
|
1140
|
+
usages?: UsagesObject;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
// @public
|
|
1144
|
+
export type UsagesTypes = string;
|
|
1145
|
+
|
|
1146
|
+
// (No @packageDocumentation comment for this package)
|
|
1147
|
+
|
|
1148
|
+
```
|