-
Notifications
You must be signed in to change notification settings - Fork 188
/
UsageDetail.yml
119 lines (114 loc) · 3.26 KB
/
UsageDetail.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
### YamlMime:TSType
name: UsageDetail
uid: '@azure/arm-consumption.UsageDetail'
package: '@azure/arm-consumption'
summary: An usage detail resource.
fullName: UsageDetail
remarks: ''
isDeprecated: false
type: interface
properties:
- name: kind
uid: '@azure/arm-consumption.UsageDetail.kind'
package: '@azure/arm-consumption'
summary: Specifies the kind of usage details.
fullName: kind
remarks: ''
isDeprecated: false
syntax:
content: 'kind: string'
return:
description: ''
type: string
inheritedProperties:
- name: etag
uid: '@azure/arm-consumption.UsageDetail.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>
[Resource.etag](xref:@azure/arm-consumption.Resource.etag)
- name: id
uid: '@azure/arm-consumption.UsageDetail.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>
[Resource.id](xref:@azure/arm-consumption.Resource.id)
- name: name
uid: '@azure/arm-consumption.UsageDetail.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>
[Resource.name](xref:@azure/arm-consumption.Resource.name)
- name: tags
uid: '@azure/arm-consumption.UsageDetail.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>
[Resource.tags](xref:@azure/arm-consumption.Resource.tags)
- name: type
uid: '@azure/arm-consumption.UsageDetail.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>
[Resource.type](xref:@azure/arm-consumption.Resource.type)
extends: <xref uid="@azure/arm-consumption.Resource" />