Uses of Class
com.azure.resourcemanager.monitor.models.SyslogDataSource
Packages that use SyslogDataSource
Package
Description
Package containing the data models for MonitorClient.
-
Uses of SyslogDataSource in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type SyslogDataSourceModifier and TypeClassDescriptionfinal classDefinition of which syslog data will be collected and how it will be collected.Methods in com.azure.resourcemanager.monitor.models that return SyslogDataSourceModifier and TypeMethodDescriptionstatic SyslogDataSourceSyslogDataSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyslogDataSource from the JsonReader.SyslogDataSource.withFacilityNames(List<KnownSyslogDataSourceFacilityNames> facilityNames) Set the facilityNames property: The list of facility names.SyslogDataSource.withLogLevels(List<KnownSyslogDataSourceLogLevels> logLevels) Set the logLevels property: The log levels to collect.Set the name property: A friendly name for the data source.SyslogDataSource.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 SyslogDataSourceModifier and TypeMethodDescriptionDataSourcesSpec.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 SyslogDataSourceModifier and TypeMethodDescriptionDataCollectionRuleDataSources.withSyslog(List<SyslogDataSource> syslog) Set the syslog property: The list of Syslog data source configurations.DataSourcesSpec.withSyslog(List<SyslogDataSource> syslog) Set the syslog property: The list of Syslog data source configurations.