Uses of Class
com.azure.resourcemanager.monitor.models.IisLogsDataSource
Packages that use IisLogsDataSource
Package
Description
Package containing the data models for MonitorClient.
-
Uses of IisLogsDataSource in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type IisLogsDataSourceModifier and TypeClassDescriptionfinal classEnables IIS logs to be collected by this data collection rule.Methods in com.azure.resourcemanager.monitor.models that return IisLogsDataSourceModifier and TypeMethodDescriptionstatic IisLogsDataSourceIisLogsDataSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IisLogsDataSource from the JsonReader.IisLogsDataSource.withLogDirectories(List<String> logDirectories) Set the logDirectories property: Absolute paths file location.Set the name property: A friendly name for the data source.IisLogsDataSource.withStreams(List<String> streams) Set the streams property: IIS streams.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type IisLogsDataSourceModifier and TypeMethodDescriptionDataSourcesSpec.iisLogs()Get the iisLogs property: The list of IIS logs source configurations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type IisLogsDataSourceModifier and TypeMethodDescriptionDataCollectionRuleDataSources.withIisLogs(List<IisLogsDataSource> iisLogs) Set the iisLogs property: The list of IIS logs source configurations.DataSourcesSpec.withIisLogs(List<IisLogsDataSource> iisLogs) Set the iisLogs property: The list of IIS logs source configurations.