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