-
Notifications
You must be signed in to change notification settings - Fork 187
/
LegacyUsageDetail.yml
844 lines (795 loc) · 24.4 KB
/
LegacyUsageDetail.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
### YamlMime:TSType
name: LegacyUsageDetail
uid: '@azure/arm-consumption.LegacyUsageDetail'
package: '@azure/arm-consumption'
summary: Legacy usage detail.
fullName: LegacyUsageDetail
remarks: ''
isDeprecated: false
type: interface
properties:
- name: accountName
uid: '@azure/arm-consumption.LegacyUsageDetail.accountName'
package: '@azure/arm-consumption'
summary: >-
Account Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: accountName
remarks: ''
isDeprecated: false
syntax:
content: 'accountName?: string'
return:
description: ''
type: string
- name: accountOwnerId
uid: '@azure/arm-consumption.LegacyUsageDetail.accountOwnerId'
package: '@azure/arm-consumption'
summary: >-
Account Owner Id.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: accountOwnerId
remarks: ''
isDeprecated: false
syntax:
content: 'accountOwnerId?: string'
return:
description: ''
type: string
- name: additionalInfo
uid: '@azure/arm-consumption.LegacyUsageDetail.additionalInfo'
package: '@azure/arm-consumption'
summary: >-
Additional details of this usage item. By default this is not populated,
unless it's specified in $expand. Use this field to get usage line item
specific details such as the actual VM Size (ServiceType) or the ratio in
which the reservation discount is applied.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: additionalInfo
remarks: ''
isDeprecated: false
syntax:
content: 'additionalInfo?: string'
return:
description: ''
type: string
- name: billingAccountId
uid: '@azure/arm-consumption.LegacyUsageDetail.billingAccountId'
package: '@azure/arm-consumption'
summary: >-
Billing Account identifier.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: billingAccountId
remarks: ''
isDeprecated: false
syntax:
content: 'billingAccountId?: string'
return:
description: ''
type: string
- name: billingAccountName
uid: '@azure/arm-consumption.LegacyUsageDetail.billingAccountName'
package: '@azure/arm-consumption'
summary: >-
Billing Account Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: billingAccountName
remarks: ''
isDeprecated: false
syntax:
content: 'billingAccountName?: string'
return:
description: ''
type: string
- name: billingCurrency
uid: '@azure/arm-consumption.LegacyUsageDetail.billingCurrency'
package: '@azure/arm-consumption'
summary: >-
Billing Currency.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: billingCurrency
remarks: ''
isDeprecated: false
syntax:
content: 'billingCurrency?: string'
return:
description: ''
type: string
- name: billingPeriodEndDate
uid: '@azure/arm-consumption.LegacyUsageDetail.billingPeriodEndDate'
package: '@azure/arm-consumption'
summary: >-
The billing period end date.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: billingPeriodEndDate
remarks: ''
isDeprecated: false
syntax:
content: 'billingPeriodEndDate?: Date'
return:
description: ''
type: Date
- name: billingPeriodStartDate
uid: '@azure/arm-consumption.LegacyUsageDetail.billingPeriodStartDate'
package: '@azure/arm-consumption'
summary: >-
The billing period start date.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: billingPeriodStartDate
remarks: ''
isDeprecated: false
syntax:
content: 'billingPeriodStartDate?: Date'
return:
description: ''
type: Date
- name: billingProfileId
uid: '@azure/arm-consumption.LegacyUsageDetail.billingProfileId'
package: '@azure/arm-consumption'
summary: >-
Billing Profile identifier.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: billingProfileId
remarks: ''
isDeprecated: false
syntax:
content: 'billingProfileId?: string'
return:
description: ''
type: string
- name: billingProfileName
uid: '@azure/arm-consumption.LegacyUsageDetail.billingProfileName'
package: '@azure/arm-consumption'
summary: >-
Billing Profile Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: billingProfileName
remarks: ''
isDeprecated: false
syntax:
content: 'billingProfileName?: string'
return:
description: ''
type: string
- name: chargeType
uid: '@azure/arm-consumption.LegacyUsageDetail.chargeType'
package: '@azure/arm-consumption'
summary: >-
Indicates a charge represents credits, usage, a Marketplace purchase, a
reservation fee, or a refund.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: chargeType
remarks: ''
isDeprecated: false
syntax:
content: 'chargeType?: string'
return:
description: ''
type: string
- name: consumedService
uid: '@azure/arm-consumption.LegacyUsageDetail.consumedService'
package: '@azure/arm-consumption'
summary: >-
Consumed service name. Name of the azure resource provider that emits the
usage or was purchased. This value is not provided for marketplace usage.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: consumedService
remarks: ''
isDeprecated: false
syntax:
content: 'consumedService?: string'
return:
description: ''
type: string
- name: cost
uid: '@azure/arm-consumption.LegacyUsageDetail.cost'
package: '@azure/arm-consumption'
summary: >-
The amount of cost before tax.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: cost
remarks: ''
isDeprecated: false
syntax:
content: 'cost?: number'
return:
description: ''
type: number
- name: costCenter
uid: '@azure/arm-consumption.LegacyUsageDetail.costCenter'
package: '@azure/arm-consumption'
summary: >-
The cost center of this department if it is a department and a cost center
is provided.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: costCenter
remarks: ''
isDeprecated: false
syntax:
content: 'costCenter?: string'
return:
description: ''
type: string
- name: date
uid: '@azure/arm-consumption.LegacyUsageDetail.date'
package: '@azure/arm-consumption'
summary: >-
Date for the usage record.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: date
remarks: ''
isDeprecated: false
syntax:
content: 'date?: Date'
return:
description: ''
type: Date
- name: effectivePrice
uid: '@azure/arm-consumption.LegacyUsageDetail.effectivePrice'
package: '@azure/arm-consumption'
summary: >-
Effective Price that's charged for the usage.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: effectivePrice
remarks: ''
isDeprecated: false
syntax:
content: 'effectivePrice?: number'
return:
description: ''
type: number
- name: frequency
uid: '@azure/arm-consumption.LegacyUsageDetail.frequency'
package: '@azure/arm-consumption'
summary: >-
Indicates how frequently this charge will occur. OneTime for purchases
which only happen once, Monthly for fees which recur every month, and
UsageBased for charges based on how much a service is used.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: frequency
remarks: ''
isDeprecated: false
syntax:
content: 'frequency?: string'
return:
description: ''
type: string
- name: invoiceSection
uid: '@azure/arm-consumption.LegacyUsageDetail.invoiceSection'
package: '@azure/arm-consumption'
summary: >-
Invoice Section Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: invoiceSection
remarks: ''
isDeprecated: false
syntax:
content: 'invoiceSection?: string'
return:
description: ''
type: string
- name: isAzureCreditEligible
uid: '@azure/arm-consumption.LegacyUsageDetail.isAzureCreditEligible'
package: '@azure/arm-consumption'
summary: >-
Is Azure Credit Eligible.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: isAzureCreditEligible
remarks: ''
isDeprecated: false
syntax:
content: 'isAzureCreditEligible?: boolean'
return:
description: ''
type: boolean
- name: kind
uid: '@azure/arm-consumption.LegacyUsageDetail.kind'
package: '@azure/arm-consumption'
summary: >-
Polymorphic discriminator, which specifies the different types this object
can be
fullName: kind
remarks: ''
isDeprecated: false
syntax:
content: 'kind: "legacy"'
return:
description: ''
type: '"legacy"'
- name: meterDetails
uid: '@azure/arm-consumption.LegacyUsageDetail.meterDetails'
package: '@azure/arm-consumption'
summary: >-
The details about the meter. By default this is not populated, unless it's
specified in $expand.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: meterDetails
remarks: ''
isDeprecated: false
syntax:
content: 'meterDetails?: MeterDetailsResponse'
return:
description: ''
type: <xref uid="@azure/arm-consumption.MeterDetailsResponse" />
- name: meterId
uid: '@azure/arm-consumption.LegacyUsageDetail.meterId'
package: '@azure/arm-consumption'
summary: >-
The meter id (GUID). Not available for marketplace. For reserved instance
this represents the primary meter for which the reservation was purchased.
For the actual VM Size for which the reservation is purchased see
productOrderName.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: meterId
remarks: ''
isDeprecated: false
syntax:
content: 'meterId?: string'
return:
description: ''
type: string
- name: offerId
uid: '@azure/arm-consumption.LegacyUsageDetail.offerId'
package: '@azure/arm-consumption'
summary: >-
Offer Id. Ex: MS-AZR-0017P, MS-AZR-0148P.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: offerId
remarks: ''
isDeprecated: false
syntax:
content: 'offerId?: string'
return:
description: ''
type: string
- name: partNumber
uid: '@azure/arm-consumption.LegacyUsageDetail.partNumber'
package: '@azure/arm-consumption'
summary: >-
Part Number of the service used. Can be used to join with the price sheet.
Not available for marketplace.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: partNumber
remarks: ''
isDeprecated: false
syntax:
content: 'partNumber?: string'
return:
description: ''
type: string
- name: payGPrice
uid: '@azure/arm-consumption.LegacyUsageDetail.payGPrice'
package: '@azure/arm-consumption'
summary: >-
Retail price for the resource.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: payGPrice
remarks: ''
isDeprecated: false
syntax:
content: 'payGPrice?: number'
return:
description: ''
type: number
- name: planName
uid: '@azure/arm-consumption.LegacyUsageDetail.planName'
package: '@azure/arm-consumption'
summary: >-
Plan Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: planName
remarks: ''
isDeprecated: false
syntax:
content: 'planName?: string'
return:
description: ''
type: string
- name: pricingModel
uid: '@azure/arm-consumption.LegacyUsageDetail.pricingModel'
package: '@azure/arm-consumption'
summary: >-
Identifier that indicates how the meter is priced.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: pricingModel
remarks: ''
isDeprecated: false
syntax:
content: 'pricingModel?: string'
return:
description: ''
type: string
- name: product
uid: '@azure/arm-consumption.LegacyUsageDetail.product'
package: '@azure/arm-consumption'
summary: >-
Product name for the consumed service or purchase. Not available for
Marketplace.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: product
remarks: ''
isDeprecated: false
syntax:
content: 'product?: string'
return:
description: ''
type: string
- name: productOrderId
uid: '@azure/arm-consumption.LegacyUsageDetail.productOrderId'
package: '@azure/arm-consumption'
summary: >-
Product Order Id. For reservations this is the Reservation Order ID.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: productOrderId
remarks: ''
isDeprecated: false
syntax:
content: 'productOrderId?: string'
return:
description: ''
type: string
- name: productOrderName
uid: '@azure/arm-consumption.LegacyUsageDetail.productOrderName'
package: '@azure/arm-consumption'
summary: >-
Product Order Name. For reservations this is the SKU that was purchased.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: productOrderName
remarks: ''
isDeprecated: false
syntax:
content: 'productOrderName?: string'
return:
description: ''
type: string
- name: publisherName
uid: '@azure/arm-consumption.LegacyUsageDetail.publisherName'
package: '@azure/arm-consumption'
summary: >-
Publisher Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: publisherName
remarks: ''
isDeprecated: false
syntax:
content: 'publisherName?: string'
return:
description: ''
type: string
- name: publisherType
uid: '@azure/arm-consumption.LegacyUsageDetail.publisherType'
package: '@azure/arm-consumption'
summary: >-
Publisher Type.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: publisherType
remarks: ''
isDeprecated: false
syntax:
content: 'publisherType?: string'
return:
description: ''
type: string
- name: quantity
uid: '@azure/arm-consumption.LegacyUsageDetail.quantity'
package: '@azure/arm-consumption'
summary: >-
The usage quantity.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: quantity
remarks: ''
isDeprecated: false
syntax:
content: 'quantity?: number'
return:
description: ''
type: number
- name: reservationId
uid: '@azure/arm-consumption.LegacyUsageDetail.reservationId'
package: '@azure/arm-consumption'
summary: >-
ARM resource id of the reservation. Only applies to records relevant to
reservations.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: reservationId
remarks: ''
isDeprecated: false
syntax:
content: 'reservationId?: string'
return:
description: ''
type: string
- name: reservationName
uid: '@azure/arm-consumption.LegacyUsageDetail.reservationName'
package: '@azure/arm-consumption'
summary: >-
User provided display name of the reservation. Last known name for a
particular day is populated in the daily data. Only applies to records
relevant to reservations.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: reservationName
remarks: ''
isDeprecated: false
syntax:
content: 'reservationName?: string'
return:
description: ''
type: string
- name: resourceGroup
uid: '@azure/arm-consumption.LegacyUsageDetail.resourceGroup'
package: '@azure/arm-consumption'
summary: >-
Resource Group Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: resourceGroup
remarks: ''
isDeprecated: false
syntax:
content: 'resourceGroup?: string'
return:
description: ''
type: string
- name: resourceId
uid: '@azure/arm-consumption.LegacyUsageDetail.resourceId'
package: '@azure/arm-consumption'
summary: >-
Unique identifier of the Azure Resource Manager usage detail resource.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: resourceId
remarks: ''
isDeprecated: false
syntax:
content: 'resourceId?: string'
return:
description: ''
type: string
- name: resourceLocation
uid: '@azure/arm-consumption.LegacyUsageDetail.resourceLocation'
package: '@azure/arm-consumption'
summary: >-
Resource Location.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: resourceLocation
remarks: ''
isDeprecated: false
syntax:
content: 'resourceLocation?: string'
return:
description: ''
type: string
- name: resourceName
uid: '@azure/arm-consumption.LegacyUsageDetail.resourceName'
package: '@azure/arm-consumption'
summary: >-
Resource Name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: resourceName
remarks: ''
isDeprecated: false
syntax:
content: 'resourceName?: string'
return:
description: ''
type: string
- name: serviceInfo1
uid: '@azure/arm-consumption.LegacyUsageDetail.serviceInfo1'
package: '@azure/arm-consumption'
summary: >-
Service-specific metadata.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: serviceInfo1
remarks: ''
isDeprecated: false
syntax:
content: 'serviceInfo1?: string'
return:
description: ''
type: string
- name: serviceInfo2
uid: '@azure/arm-consumption.LegacyUsageDetail.serviceInfo2'
package: '@azure/arm-consumption'
summary: >-
Legacy field with optional service-specific metadata.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: serviceInfo2
remarks: ''
isDeprecated: false
syntax:
content: 'serviceInfo2?: string'
return:
description: ''
type: string
- name: subscriptionId
uid: '@azure/arm-consumption.LegacyUsageDetail.subscriptionId'
package: '@azure/arm-consumption'
summary: >-
Subscription guid.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: subscriptionId
remarks: ''
isDeprecated: false
syntax:
content: 'subscriptionId?: string'
return:
description: ''
type: string
- name: subscriptionName
uid: '@azure/arm-consumption.LegacyUsageDetail.subscriptionName'
package: '@azure/arm-consumption'
summary: >-
Subscription name.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: subscriptionName
remarks: ''
isDeprecated: false
syntax:
content: 'subscriptionName?: string'
return:
description: ''
type: string
- name: term
uid: '@azure/arm-consumption.LegacyUsageDetail.term'
package: '@azure/arm-consumption'
summary: >-
Term (in months). 1 month for monthly recurring purchase. 12 months for a
1 year reservation. 36 months for a 3 year reservation.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: term
remarks: ''
isDeprecated: false
syntax:
content: 'term?: string'
return:
description: ''
type: string
- name: unitPrice
uid: '@azure/arm-consumption.LegacyUsageDetail.unitPrice'
package: '@azure/arm-consumption'
summary: >-
Unit Price is the price applicable to you. (your EA or other contract
price).
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: unitPrice
remarks: ''
isDeprecated: false
syntax:
content: 'unitPrice?: number'
return:
description: ''
type: number
inheritedProperties:
- name: etag
uid: '@azure/arm-consumption.LegacyUsageDetail.etag'
package: '@azure/arm-consumption'
summary: >-
The etag for the resource.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: etag
remarks: ''
isDeprecated: false
syntax:
content: 'etag?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[UsageDetail.etag](xref:@azure/arm-consumption.UsageDetail.etag)
- name: id
uid: '@azure/arm-consumption.LegacyUsageDetail.id'
package: '@azure/arm-consumption'
summary: >-
The full qualified ARM ID of an event.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: id
remarks: ''
isDeprecated: false
syntax:
content: 'id?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[UsageDetail.id](xref:@azure/arm-consumption.UsageDetail.id)
- name: name
uid: '@azure/arm-consumption.LegacyUsageDetail.name'
package: '@azure/arm-consumption'
summary: >-
The ID that uniquely identifies an event.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: name
remarks: ''
isDeprecated: false
syntax:
content: 'name?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[UsageDetail.name](xref:@azure/arm-consumption.UsageDetail.name)
- name: tags
uid: '@azure/arm-consumption.LegacyUsageDetail.tags'
package: '@azure/arm-consumption'
summary: >-
Resource tags.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: tags
remarks: ''
isDeprecated: false
syntax:
content: 'tags?: {[propertyName: string]: string}'
return:
description: ''
type: '{[propertyName: string]: string}'
inheritanceDescription: >-
<b>Inherited From</b>
[UsageDetail.tags](xref:@azure/arm-consumption.UsageDetail.tags)
- name: type
uid: '@azure/arm-consumption.LegacyUsageDetail.type'
package: '@azure/arm-consumption'
summary: >-
Resource type.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: type
remarks: ''
isDeprecated: false
syntax:
content: 'type?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[UsageDetail.type](xref:@azure/arm-consumption.UsageDetail.type)
extends: <xref uid="@azure/arm-consumption.UsageDetail" />