-
Notifications
You must be signed in to change notification settings - Fork 188
/
Timeseries.yml
183 lines (180 loc) · 5.23 KB
/
Timeseries.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
### YamlMime:TSType
name: Timeseries
uid: '@azure/arm-frontdoor.Timeseries'
package: '@azure/arm-frontdoor'
summary: Defines the Timeseries
fullName: Timeseries
remarks: ''
isDeprecated: false
type: interface
properties:
- name: aggregationInterval
uid: '@azure/arm-frontdoor.Timeseries.aggregationInterval'
package: '@azure/arm-frontdoor'
summary: The aggregation interval of the Timeseries
fullName: aggregationInterval
remarks: ''
isDeprecated: false
syntax:
content: 'aggregationInterval?: string'
return:
description: ''
type: string
- name: country
uid: '@azure/arm-frontdoor.Timeseries.country'
package: '@azure/arm-frontdoor'
summary: >-
The country associated with the Timeseries. Values are country ISO codes
as specified here- https://www.iso.org/iso-3166-country-codes.html
fullName: country
remarks: ''
isDeprecated: false
syntax:
content: 'country?: string'
return:
description: ''
type: string
- name: endDateTimeUTC
uid: '@azure/arm-frontdoor.Timeseries.endDateTimeUTC'
package: '@azure/arm-frontdoor'
summary: The end DateTime of the Timeseries in UTC
fullName: endDateTimeUTC
remarks: ''
isDeprecated: false
syntax:
content: 'endDateTimeUTC?: string'
return:
description: ''
type: string
- name: endpoint
uid: '@azure/arm-frontdoor.Timeseries.endpoint'
package: '@azure/arm-frontdoor'
summary: The endpoint associated with the Timeseries data point
fullName: endpoint
remarks: ''
isDeprecated: false
syntax:
content: 'endpoint?: string'
return:
description: ''
type: string
- name: startDateTimeUTC
uid: '@azure/arm-frontdoor.Timeseries.startDateTimeUTC'
package: '@azure/arm-frontdoor'
summary: The start DateTime of the Timeseries in UTC
fullName: startDateTimeUTC
remarks: ''
isDeprecated: false
syntax:
content: 'startDateTimeUTC?: string'
return:
description: ''
type: string
- name: timeseriesData
uid: '@azure/arm-frontdoor.Timeseries.timeseriesData'
package: '@azure/arm-frontdoor'
summary: The set of data points for the timeseries
fullName: timeseriesData
remarks: ''
isDeprecated: false
syntax:
content: 'timeseriesData?: TimeseriesDataPoint[]'
return:
description: ''
type: <xref uid="@azure/arm-frontdoor.TimeseriesDataPoint" />[]
- name: timeseriesType
uid: '@azure/arm-frontdoor.Timeseries.timeseriesType'
package: '@azure/arm-frontdoor'
summary: The type of Timeseries
fullName: timeseriesType
remarks: ''
isDeprecated: false
syntax:
content: 'timeseriesType?: string'
return:
description: ''
type: string
inheritedProperties:
- name: id
uid: '@azure/arm-frontdoor.Timeseries.id'
package: '@azure/arm-frontdoor'
summary: >-
Resource ID.
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-frontdoor.Resource.id)
- name: location
uid: '@azure/arm-frontdoor.Timeseries.location'
package: '@azure/arm-frontdoor'
summary: Resource location.
fullName: location
remarks: ''
isDeprecated: false
syntax:
content: 'location?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[Resource.location](xref:@azure/arm-frontdoor.Resource.location)
- name: name
uid: '@azure/arm-frontdoor.Timeseries.name'
package: '@azure/arm-frontdoor'
summary: >-
Resource name.
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-frontdoor.Resource.name)
- name: tags
uid: '@azure/arm-frontdoor.Timeseries.tags'
package: '@azure/arm-frontdoor'
summary: Resource tags.
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-frontdoor.Resource.tags)
- name: type
uid: '@azure/arm-frontdoor.Timeseries.type'
package: '@azure/arm-frontdoor'
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-frontdoor.Resource.type)
extends: <xref uid="@azure/arm-frontdoor.Resource" />