forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenums.go
329 lines (295 loc) · 19.1 KB
/
enums.go
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
package insights
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// KnownDataCollectionRuleAssociationProvisioningState enumerates the values for known data collection rule
// association provisioning state.
type KnownDataCollectionRuleAssociationProvisioningState string
const (
// Creating ...
Creating KnownDataCollectionRuleAssociationProvisioningState = "Creating"
// Deleting ...
Deleting KnownDataCollectionRuleAssociationProvisioningState = "Deleting"
// Failed ...
Failed KnownDataCollectionRuleAssociationProvisioningState = "Failed"
// Succeeded ...
Succeeded KnownDataCollectionRuleAssociationProvisioningState = "Succeeded"
// Updating ...
Updating KnownDataCollectionRuleAssociationProvisioningState = "Updating"
)
// PossibleKnownDataCollectionRuleAssociationProvisioningStateValues returns an array of possible values for the KnownDataCollectionRuleAssociationProvisioningState const type.
func PossibleKnownDataCollectionRuleAssociationProvisioningStateValues() []KnownDataCollectionRuleAssociationProvisioningState {
return []KnownDataCollectionRuleAssociationProvisioningState{Creating, Deleting, Failed, Succeeded, Updating}
}
// KnownDataCollectionRuleProvisioningState enumerates the values for known data collection rule provisioning
// state.
type KnownDataCollectionRuleProvisioningState string
const (
// KnownDataCollectionRuleProvisioningStateCreating ...
KnownDataCollectionRuleProvisioningStateCreating KnownDataCollectionRuleProvisioningState = "Creating"
// KnownDataCollectionRuleProvisioningStateDeleting ...
KnownDataCollectionRuleProvisioningStateDeleting KnownDataCollectionRuleProvisioningState = "Deleting"
// KnownDataCollectionRuleProvisioningStateFailed ...
KnownDataCollectionRuleProvisioningStateFailed KnownDataCollectionRuleProvisioningState = "Failed"
// KnownDataCollectionRuleProvisioningStateSucceeded ...
KnownDataCollectionRuleProvisioningStateSucceeded KnownDataCollectionRuleProvisioningState = "Succeeded"
// KnownDataCollectionRuleProvisioningStateUpdating ...
KnownDataCollectionRuleProvisioningStateUpdating KnownDataCollectionRuleProvisioningState = "Updating"
)
// PossibleKnownDataCollectionRuleProvisioningStateValues returns an array of possible values for the KnownDataCollectionRuleProvisioningState const type.
func PossibleKnownDataCollectionRuleProvisioningStateValues() []KnownDataCollectionRuleProvisioningState {
return []KnownDataCollectionRuleProvisioningState{KnownDataCollectionRuleProvisioningStateCreating, KnownDataCollectionRuleProvisioningStateDeleting, KnownDataCollectionRuleProvisioningStateFailed, KnownDataCollectionRuleProvisioningStateSucceeded, KnownDataCollectionRuleProvisioningStateUpdating}
}
// KnownDataFlowStreams enumerates the values for known data flow streams.
type KnownDataFlowStreams string
const (
// MicrosoftAntiMalwareStatus ...
MicrosoftAntiMalwareStatus KnownDataFlowStreams = "Microsoft-AntiMalwareStatus"
// MicrosoftAuditd ...
MicrosoftAuditd KnownDataFlowStreams = "Microsoft-Auditd"
// MicrosoftCISCOASA ...
MicrosoftCISCOASA KnownDataFlowStreams = "Microsoft-CISCOASA"
// MicrosoftCommonSecurityLog ...
MicrosoftCommonSecurityLog KnownDataFlowStreams = "Microsoft-CommonSecurityLog"
// MicrosoftComputerGroup ...
MicrosoftComputerGroup KnownDataFlowStreams = "Microsoft-ComputerGroup"
// MicrosoftEvent ...
MicrosoftEvent KnownDataFlowStreams = "Microsoft-Event"
// MicrosoftFirewallLog ...
MicrosoftFirewallLog KnownDataFlowStreams = "Microsoft-FirewallLog"
// MicrosoftHealthStateChange ...
MicrosoftHealthStateChange KnownDataFlowStreams = "Microsoft-HealthStateChange"
// MicrosoftHeartbeat ...
MicrosoftHeartbeat KnownDataFlowStreams = "Microsoft-Heartbeat"
// MicrosoftInsightsMetrics ...
MicrosoftInsightsMetrics KnownDataFlowStreams = "Microsoft-InsightsMetrics"
// MicrosoftOperationLog ...
MicrosoftOperationLog KnownDataFlowStreams = "Microsoft-OperationLog"
// MicrosoftPerf ...
MicrosoftPerf KnownDataFlowStreams = "Microsoft-Perf"
// MicrosoftProcessInvestigator ...
MicrosoftProcessInvestigator KnownDataFlowStreams = "Microsoft-ProcessInvestigator"
// MicrosoftProtectionStatus ...
MicrosoftProtectionStatus KnownDataFlowStreams = "Microsoft-ProtectionStatus"
// MicrosoftRomeDetectionEvent ...
MicrosoftRomeDetectionEvent KnownDataFlowStreams = "Microsoft-RomeDetectionEvent"
// MicrosoftSecurityBaseline ...
MicrosoftSecurityBaseline KnownDataFlowStreams = "Microsoft-SecurityBaseline"
// MicrosoftSecurityBaselineSummary ...
MicrosoftSecurityBaselineSummary KnownDataFlowStreams = "Microsoft-SecurityBaselineSummary"
// MicrosoftSecurityEvent ...
MicrosoftSecurityEvent KnownDataFlowStreams = "Microsoft-SecurityEvent"
// MicrosoftSyslog ...
MicrosoftSyslog KnownDataFlowStreams = "Microsoft-Syslog"
// MicrosoftWindowsEvent ...
MicrosoftWindowsEvent KnownDataFlowStreams = "Microsoft-WindowsEvent"
)
// PossibleKnownDataFlowStreamsValues returns an array of possible values for the KnownDataFlowStreams const type.
func PossibleKnownDataFlowStreamsValues() []KnownDataFlowStreams {
return []KnownDataFlowStreams{MicrosoftAntiMalwareStatus, MicrosoftAuditd, MicrosoftCISCOASA, MicrosoftCommonSecurityLog, MicrosoftComputerGroup, MicrosoftEvent, MicrosoftFirewallLog, MicrosoftHealthStateChange, MicrosoftHeartbeat, MicrosoftInsightsMetrics, MicrosoftOperationLog, MicrosoftPerf, MicrosoftProcessInvestigator, MicrosoftProtectionStatus, MicrosoftRomeDetectionEvent, MicrosoftSecurityBaseline, MicrosoftSecurityBaselineSummary, MicrosoftSecurityEvent, MicrosoftSyslog, MicrosoftWindowsEvent}
}
// KnownExtensionDataSourceStreams enumerates the values for known extension data source streams.
type KnownExtensionDataSourceStreams string
const (
// KnownExtensionDataSourceStreamsMicrosoftAntiMalwareStatus ...
KnownExtensionDataSourceStreamsMicrosoftAntiMalwareStatus KnownExtensionDataSourceStreams = "Microsoft-AntiMalwareStatus"
// KnownExtensionDataSourceStreamsMicrosoftAuditd ...
KnownExtensionDataSourceStreamsMicrosoftAuditd KnownExtensionDataSourceStreams = "Microsoft-Auditd"
// KnownExtensionDataSourceStreamsMicrosoftCISCOASA ...
KnownExtensionDataSourceStreamsMicrosoftCISCOASA KnownExtensionDataSourceStreams = "Microsoft-CISCOASA"
// KnownExtensionDataSourceStreamsMicrosoftCommonSecurityLog ...
KnownExtensionDataSourceStreamsMicrosoftCommonSecurityLog KnownExtensionDataSourceStreams = "Microsoft-CommonSecurityLog"
// KnownExtensionDataSourceStreamsMicrosoftComputerGroup ...
KnownExtensionDataSourceStreamsMicrosoftComputerGroup KnownExtensionDataSourceStreams = "Microsoft-ComputerGroup"
// KnownExtensionDataSourceStreamsMicrosoftEvent ...
KnownExtensionDataSourceStreamsMicrosoftEvent KnownExtensionDataSourceStreams = "Microsoft-Event"
// KnownExtensionDataSourceStreamsMicrosoftFirewallLog ...
KnownExtensionDataSourceStreamsMicrosoftFirewallLog KnownExtensionDataSourceStreams = "Microsoft-FirewallLog"
// KnownExtensionDataSourceStreamsMicrosoftHealthStateChange ...
KnownExtensionDataSourceStreamsMicrosoftHealthStateChange KnownExtensionDataSourceStreams = "Microsoft-HealthStateChange"
// KnownExtensionDataSourceStreamsMicrosoftHeartbeat ...
KnownExtensionDataSourceStreamsMicrosoftHeartbeat KnownExtensionDataSourceStreams = "Microsoft-Heartbeat"
// KnownExtensionDataSourceStreamsMicrosoftInsightsMetrics ...
KnownExtensionDataSourceStreamsMicrosoftInsightsMetrics KnownExtensionDataSourceStreams = "Microsoft-InsightsMetrics"
// KnownExtensionDataSourceStreamsMicrosoftOperationLog ...
KnownExtensionDataSourceStreamsMicrosoftOperationLog KnownExtensionDataSourceStreams = "Microsoft-OperationLog"
// KnownExtensionDataSourceStreamsMicrosoftPerf ...
KnownExtensionDataSourceStreamsMicrosoftPerf KnownExtensionDataSourceStreams = "Microsoft-Perf"
// KnownExtensionDataSourceStreamsMicrosoftProcessInvestigator ...
KnownExtensionDataSourceStreamsMicrosoftProcessInvestigator KnownExtensionDataSourceStreams = "Microsoft-ProcessInvestigator"
// KnownExtensionDataSourceStreamsMicrosoftProtectionStatus ...
KnownExtensionDataSourceStreamsMicrosoftProtectionStatus KnownExtensionDataSourceStreams = "Microsoft-ProtectionStatus"
// KnownExtensionDataSourceStreamsMicrosoftRomeDetectionEvent ...
KnownExtensionDataSourceStreamsMicrosoftRomeDetectionEvent KnownExtensionDataSourceStreams = "Microsoft-RomeDetectionEvent"
// KnownExtensionDataSourceStreamsMicrosoftSecurityBaseline ...
KnownExtensionDataSourceStreamsMicrosoftSecurityBaseline KnownExtensionDataSourceStreams = "Microsoft-SecurityBaseline"
// KnownExtensionDataSourceStreamsMicrosoftSecurityBaselineSummary ...
KnownExtensionDataSourceStreamsMicrosoftSecurityBaselineSummary KnownExtensionDataSourceStreams = "Microsoft-SecurityBaselineSummary"
// KnownExtensionDataSourceStreamsMicrosoftSecurityEvent ...
KnownExtensionDataSourceStreamsMicrosoftSecurityEvent KnownExtensionDataSourceStreams = "Microsoft-SecurityEvent"
// KnownExtensionDataSourceStreamsMicrosoftSyslog ...
KnownExtensionDataSourceStreamsMicrosoftSyslog KnownExtensionDataSourceStreams = "Microsoft-Syslog"
// KnownExtensionDataSourceStreamsMicrosoftWindowsEvent ...
KnownExtensionDataSourceStreamsMicrosoftWindowsEvent KnownExtensionDataSourceStreams = "Microsoft-WindowsEvent"
)
// PossibleKnownExtensionDataSourceStreamsValues returns an array of possible values for the KnownExtensionDataSourceStreams const type.
func PossibleKnownExtensionDataSourceStreamsValues() []KnownExtensionDataSourceStreams {
return []KnownExtensionDataSourceStreams{KnownExtensionDataSourceStreamsMicrosoftAntiMalwareStatus, KnownExtensionDataSourceStreamsMicrosoftAuditd, KnownExtensionDataSourceStreamsMicrosoftCISCOASA, KnownExtensionDataSourceStreamsMicrosoftCommonSecurityLog, KnownExtensionDataSourceStreamsMicrosoftComputerGroup, KnownExtensionDataSourceStreamsMicrosoftEvent, KnownExtensionDataSourceStreamsMicrosoftFirewallLog, KnownExtensionDataSourceStreamsMicrosoftHealthStateChange, KnownExtensionDataSourceStreamsMicrosoftHeartbeat, KnownExtensionDataSourceStreamsMicrosoftInsightsMetrics, KnownExtensionDataSourceStreamsMicrosoftOperationLog, KnownExtensionDataSourceStreamsMicrosoftPerf, KnownExtensionDataSourceStreamsMicrosoftProcessInvestigator, KnownExtensionDataSourceStreamsMicrosoftProtectionStatus, KnownExtensionDataSourceStreamsMicrosoftRomeDetectionEvent, KnownExtensionDataSourceStreamsMicrosoftSecurityBaseline, KnownExtensionDataSourceStreamsMicrosoftSecurityBaselineSummary, KnownExtensionDataSourceStreamsMicrosoftSecurityEvent, KnownExtensionDataSourceStreamsMicrosoftSyslog, KnownExtensionDataSourceStreamsMicrosoftWindowsEvent}
}
// KnownPerfCounterDataSourceScheduledTransferPeriod enumerates the values for known perf counter data source
// scheduled transfer period.
type KnownPerfCounterDataSourceScheduledTransferPeriod string
const (
// PT15M ...
PT15M KnownPerfCounterDataSourceScheduledTransferPeriod = "PT15M"
// PT1M ...
PT1M KnownPerfCounterDataSourceScheduledTransferPeriod = "PT1M"
// PT30M ...
PT30M KnownPerfCounterDataSourceScheduledTransferPeriod = "PT30M"
// PT5M ...
PT5M KnownPerfCounterDataSourceScheduledTransferPeriod = "PT5M"
// PT60M ...
PT60M KnownPerfCounterDataSourceScheduledTransferPeriod = "PT60M"
)
// PossibleKnownPerfCounterDataSourceScheduledTransferPeriodValues returns an array of possible values for the KnownPerfCounterDataSourceScheduledTransferPeriod const type.
func PossibleKnownPerfCounterDataSourceScheduledTransferPeriodValues() []KnownPerfCounterDataSourceScheduledTransferPeriod {
return []KnownPerfCounterDataSourceScheduledTransferPeriod{PT15M, PT1M, PT30M, PT5M, PT60M}
}
// KnownPerfCounterDataSourceStreams enumerates the values for known perf counter data source streams.
type KnownPerfCounterDataSourceStreams string
const (
// KnownPerfCounterDataSourceStreamsMicrosoftInsightsMetrics ...
KnownPerfCounterDataSourceStreamsMicrosoftInsightsMetrics KnownPerfCounterDataSourceStreams = "Microsoft-InsightsMetrics"
// KnownPerfCounterDataSourceStreamsMicrosoftPerf ...
KnownPerfCounterDataSourceStreamsMicrosoftPerf KnownPerfCounterDataSourceStreams = "Microsoft-Perf"
)
// PossibleKnownPerfCounterDataSourceStreamsValues returns an array of possible values for the KnownPerfCounterDataSourceStreams const type.
func PossibleKnownPerfCounterDataSourceStreamsValues() []KnownPerfCounterDataSourceStreams {
return []KnownPerfCounterDataSourceStreams{KnownPerfCounterDataSourceStreamsMicrosoftInsightsMetrics, KnownPerfCounterDataSourceStreamsMicrosoftPerf}
}
// KnownSyslogDataSourceFacilityNames enumerates the values for known syslog data source facility names.
type KnownSyslogDataSourceFacilityNames string
const (
// Auth ...
Auth KnownSyslogDataSourceFacilityNames = "auth"
// Authpriv ...
Authpriv KnownSyslogDataSourceFacilityNames = "authpriv"
// Cron ...
Cron KnownSyslogDataSourceFacilityNames = "cron"
// Daemon ...
Daemon KnownSyslogDataSourceFacilityNames = "daemon"
// Kern ...
Kern KnownSyslogDataSourceFacilityNames = "kern"
// Local0 ...
Local0 KnownSyslogDataSourceFacilityNames = "local0"
// Local1 ...
Local1 KnownSyslogDataSourceFacilityNames = "local1"
// Local2 ...
Local2 KnownSyslogDataSourceFacilityNames = "local2"
// Local3 ...
Local3 KnownSyslogDataSourceFacilityNames = "local3"
// Local4 ...
Local4 KnownSyslogDataSourceFacilityNames = "local4"
// Local5 ...
Local5 KnownSyslogDataSourceFacilityNames = "local5"
// Local6 ...
Local6 KnownSyslogDataSourceFacilityNames = "local6"
// Local7 ...
Local7 KnownSyslogDataSourceFacilityNames = "local7"
// Lpr ...
Lpr KnownSyslogDataSourceFacilityNames = "lpr"
// Mail ...
Mail KnownSyslogDataSourceFacilityNames = "mail"
// Mark ...
Mark KnownSyslogDataSourceFacilityNames = "mark"
// News ...
News KnownSyslogDataSourceFacilityNames = "news"
// Syslog ...
Syslog KnownSyslogDataSourceFacilityNames = "syslog"
// User ...
User KnownSyslogDataSourceFacilityNames = "user"
// UUCP ...
UUCP KnownSyslogDataSourceFacilityNames = "UUCP"
)
// PossibleKnownSyslogDataSourceFacilityNamesValues returns an array of possible values for the KnownSyslogDataSourceFacilityNames const type.
func PossibleKnownSyslogDataSourceFacilityNamesValues() []KnownSyslogDataSourceFacilityNames {
return []KnownSyslogDataSourceFacilityNames{Auth, Authpriv, Cron, Daemon, Kern, Local0, Local1, Local2, Local3, Local4, Local5, Local6, Local7, Lpr, Mail, Mark, News, Syslog, User, UUCP}
}
// KnownSyslogDataSourceLogLevels enumerates the values for known syslog data source log levels.
type KnownSyslogDataSourceLogLevels string
const (
// Alert ...
Alert KnownSyslogDataSourceLogLevels = "Alert"
// Critical ...
Critical KnownSyslogDataSourceLogLevels = "Critical"
// Debug ...
Debug KnownSyslogDataSourceLogLevels = "Debug"
// Emergency ...
Emergency KnownSyslogDataSourceLogLevels = "Emergency"
// Error ...
Error KnownSyslogDataSourceLogLevels = "Error"
// Info ...
Info KnownSyslogDataSourceLogLevels = "Info"
// Notice ...
Notice KnownSyslogDataSourceLogLevels = "Notice"
// Warning ...
Warning KnownSyslogDataSourceLogLevels = "Warning"
)
// PossibleKnownSyslogDataSourceLogLevelsValues returns an array of possible values for the KnownSyslogDataSourceLogLevels const type.
func PossibleKnownSyslogDataSourceLogLevelsValues() []KnownSyslogDataSourceLogLevels {
return []KnownSyslogDataSourceLogLevels{Alert, Critical, Debug, Emergency, Error, Info, Notice, Warning}
}
// KnownSyslogDataSourceStreams enumerates the values for known syslog data source streams.
type KnownSyslogDataSourceStreams string
const (
// KnownSyslogDataSourceStreamsMicrosoftSyslog ...
KnownSyslogDataSourceStreamsMicrosoftSyslog KnownSyslogDataSourceStreams = "Microsoft-Syslog"
)
// PossibleKnownSyslogDataSourceStreamsValues returns an array of possible values for the KnownSyslogDataSourceStreams const type.
func PossibleKnownSyslogDataSourceStreamsValues() []KnownSyslogDataSourceStreams {
return []KnownSyslogDataSourceStreams{KnownSyslogDataSourceStreamsMicrosoftSyslog}
}
// KnownWindowsEventLogDataSourceScheduledTransferPeriod enumerates the values for known windows event log data
// source scheduled transfer period.
type KnownWindowsEventLogDataSourceScheduledTransferPeriod string
const (
// KnownWindowsEventLogDataSourceScheduledTransferPeriodPT15M ...
KnownWindowsEventLogDataSourceScheduledTransferPeriodPT15M KnownWindowsEventLogDataSourceScheduledTransferPeriod = "PT15M"
// KnownWindowsEventLogDataSourceScheduledTransferPeriodPT1M ...
KnownWindowsEventLogDataSourceScheduledTransferPeriodPT1M KnownWindowsEventLogDataSourceScheduledTransferPeriod = "PT1M"
// KnownWindowsEventLogDataSourceScheduledTransferPeriodPT30M ...
KnownWindowsEventLogDataSourceScheduledTransferPeriodPT30M KnownWindowsEventLogDataSourceScheduledTransferPeriod = "PT30M"
// KnownWindowsEventLogDataSourceScheduledTransferPeriodPT5M ...
KnownWindowsEventLogDataSourceScheduledTransferPeriodPT5M KnownWindowsEventLogDataSourceScheduledTransferPeriod = "PT5M"
// KnownWindowsEventLogDataSourceScheduledTransferPeriodPT60M ...
KnownWindowsEventLogDataSourceScheduledTransferPeriodPT60M KnownWindowsEventLogDataSourceScheduledTransferPeriod = "PT60M"
)
// PossibleKnownWindowsEventLogDataSourceScheduledTransferPeriodValues returns an array of possible values for the KnownWindowsEventLogDataSourceScheduledTransferPeriod const type.
func PossibleKnownWindowsEventLogDataSourceScheduledTransferPeriodValues() []KnownWindowsEventLogDataSourceScheduledTransferPeriod {
return []KnownWindowsEventLogDataSourceScheduledTransferPeriod{KnownWindowsEventLogDataSourceScheduledTransferPeriodPT15M, KnownWindowsEventLogDataSourceScheduledTransferPeriodPT1M, KnownWindowsEventLogDataSourceScheduledTransferPeriodPT30M, KnownWindowsEventLogDataSourceScheduledTransferPeriodPT5M, KnownWindowsEventLogDataSourceScheduledTransferPeriodPT60M}
}
// KnownWindowsEventLogDataSourceStreams enumerates the values for known windows event log data source streams.
type KnownWindowsEventLogDataSourceStreams string
const (
// KnownWindowsEventLogDataSourceStreamsMicrosoftEvent ...
KnownWindowsEventLogDataSourceStreamsMicrosoftEvent KnownWindowsEventLogDataSourceStreams = "Microsoft-Event"
// KnownWindowsEventLogDataSourceStreamsMicrosoftWindowsEvent ...
KnownWindowsEventLogDataSourceStreamsMicrosoftWindowsEvent KnownWindowsEventLogDataSourceStreams = "Microsoft-WindowsEvent"
)
// PossibleKnownWindowsEventLogDataSourceStreamsValues returns an array of possible values for the KnownWindowsEventLogDataSourceStreams const type.
func PossibleKnownWindowsEventLogDataSourceStreamsValues() []KnownWindowsEventLogDataSourceStreams {
return []KnownWindowsEventLogDataSourceStreams{KnownWindowsEventLogDataSourceStreamsMicrosoftEvent, KnownWindowsEventLogDataSourceStreamsMicrosoftWindowsEvent}
}