Uses of Class
com.azure.resourcemanager.monitor.models.SyslogDataSource
-
Packages that use SyslogDataSource Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of SyslogDataSource in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return SyslogDataSource Modifier and Type Method Description SyslogDataSourceSyslogDataSource. withFacilityNames(List<KnownSyslogDataSourceFacilityNames> facilityNames)Set the facilityNames property: The list of facility names.SyslogDataSourceSyslogDataSource. withLogLevels(List<KnownSyslogDataSourceLogLevels> logLevels)Set the logLevels property: The log levels to collect.SyslogDataSourceSyslogDataSource. withName(String name)Set the name property: A friendly name for the data source.SyslogDataSourceSyslogDataSource. withStreams(List<KnownSyslogDataSourceStreams> streams)Set the streams property: List of streams that this data source will be sent to.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type SyslogDataSource Modifier and Type Method Description List<SyslogDataSource>DataSourcesSpec. syslog()Get the syslog property: The list of Syslog data source configurations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type SyslogDataSource Modifier and Type Method Description DataCollectionRuleDataSourcesDataCollectionRuleDataSources. withSyslog(List<SyslogDataSource> syslog)Set the syslog property: The list of Syslog data source configurations.DataSourcesSpecDataSourcesSpec. withSyslog(List<SyslogDataSource> syslog)Set the syslog property: The list of Syslog data source configurations.
-