Uses of Class
com.azure.resourcemanager.monitor.models.LogFilesDataSource
Packages that use LogFilesDataSource
Package
Description
Package containing the data models for MonitorClient.
-
Uses of LogFilesDataSource in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return LogFilesDataSourceModifier and TypeMethodDescriptionstatic LogFilesDataSourceLogFilesDataSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogFilesDataSource from the JsonReader.LogFilesDataSource.withFilePatterns(List<String> filePatterns) Set the filePatterns property: File Patterns where the log files are located.LogFilesDataSource.withFormat(KnownLogFilesDataSourceFormat format) Set the format property: The data format of the log files.Set the name property: A friendly name for the data source.LogFilesDataSource.withSettings(LogFilesDataSourceSettings settings) Set the settings property: The log files specific settings.LogFilesDataSource.withStreams(List<String> 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 LogFilesDataSourceModifier and TypeMethodDescriptionDataSourcesSpec.logFiles()Get the logFiles property: The list of Log files source configurations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LogFilesDataSourceModifier and TypeMethodDescriptionDataCollectionRuleDataSources.withLogFiles(List<LogFilesDataSource> logFiles) Set the logFiles property: The list of Log files source configurations.DataSourcesSpec.withLogFiles(List<LogFilesDataSource> logFiles) Set the logFiles property: The list of Log files source configurations.