Uses of Class
com.azure.resourcemanager.monitor.models.KnownWindowsEventLogDataSourceStreams
-
Packages that use KnownWindowsEventLogDataSourceStreams Package Description com.azure.resourcemanager.monitor.models 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 KnownWindowsEventLogDataSourceStreams Modifier and Type Field Description static KnownWindowsEventLogDataSourceStreamsKnownWindowsEventLogDataSourceStreams. MICROSOFT_EVENTStatic value Microsoft-Event for KnownWindowsEventLogDataSourceStreams.static KnownWindowsEventLogDataSourceStreamsKnownWindowsEventLogDataSourceStreams. MICROSOFT_WINDOWS_EVENTStatic value Microsoft-WindowsEvent for KnownWindowsEventLogDataSourceStreams.Methods in com.azure.resourcemanager.monitor.models that return KnownWindowsEventLogDataSourceStreams Modifier and Type Method Description static KnownWindowsEventLogDataSourceStreamsKnownWindowsEventLogDataSourceStreams. 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 KnownWindowsEventLogDataSourceStreams Modifier and Type Method Description List<KnownWindowsEventLogDataSourceStreams>WindowsEventLogDataSource. streams()Get the streams property: List of streams that this data source will be sent to.static Collection<KnownWindowsEventLogDataSourceStreams>KnownWindowsEventLogDataSourceStreams. values()Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type KnownWindowsEventLogDataSourceStreams Modifier and Type Method Description WindowsEventLogDataSourceWindowsEventLogDataSource. withStreams(List<KnownWindowsEventLogDataSourceStreams> streams)Set the streams property: List of streams that this data source will be sent to.
-