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