Uses of Class
com.azure.resourcemanager.monitor.models.KnownWindowsEventLogDataSourceStreams
Packages that use KnownWindowsEventLogDataSourceStreams
Package
Description
Package containing the data models for MonitorClient.
-
Uses of KnownWindowsEventLogDataSourceStreams in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as KnownWindowsEventLogDataSourceStreamsModifier and TypeFieldDescriptionstatic final KnownWindowsEventLogDataSourceStreams
KnownWindowsEventLogDataSourceStreams.MICROSOFT_EVENT
Static value Microsoft-Event for KnownWindowsEventLogDataSourceStreams.static final KnownWindowsEventLogDataSourceStreams
KnownWindowsEventLogDataSourceStreams.MICROSOFT_WINDOWS_EVENT
Static value Microsoft-WindowsEvent for KnownWindowsEventLogDataSourceStreams.Methods in com.azure.resourcemanager.monitor.models that return KnownWindowsEventLogDataSourceStreamsModifier and TypeMethodDescriptionKnownWindowsEventLogDataSourceStreams.fromString
(String name) Creates or finds a KnownWindowsEventLogDataSourceStreams from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type KnownWindowsEventLogDataSourceStreamsModifier and TypeMethodDescriptionWindowsEventLogDataSource.streams()
Get the streams property: List of streams that this data source will be sent to.KnownWindowsEventLogDataSourceStreams.values()
Gets known KnownWindowsEventLogDataSourceStreams values.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type KnownWindowsEventLogDataSourceStreamsModifier and TypeMethodDescriptionWindowsEventLogDataSource.withStreams
(List<KnownWindowsEventLogDataSourceStreams> streams) Set the streams property: List of streams that this data source will be sent to.