Uses of Class
com.azure.resourcemanager.monitor.models.ExtensionDataSource
Packages that use ExtensionDataSource
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ExtensionDataSource in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ExtensionDataSourceModifier and TypeMethodDescriptionstatic ExtensionDataSource
ExtensionDataSource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExtensionDataSource from the JsonReader.ExtensionDataSource.withExtensionName
(String extensionName) Set the extensionName property: The name of the VM extension.ExtensionDataSource.withExtensionSettings
(Object extensionSettings) Set the extensionSettings property: The extension settings.ExtensionDataSource.withInputDataSources
(List<String> inputDataSources) Set the inputDataSources property: The list of data sources this extension needs data from.Set the name property: A friendly name for the data source.ExtensionDataSource.withStreams
(List<KnownExtensionDataSourceStreams> 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 ExtensionDataSourceModifier and TypeMethodDescriptionDataSourcesSpec.extensions()
Get the extensions property: The list of Azure VM extension data source configurations.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ExtensionDataSourceModifier and TypeMethodDescriptionDataCollectionRuleDataSources.withExtensions
(List<ExtensionDataSource> extensions) Set the extensions property: The list of Azure VM extension data source configurations.DataSourcesSpec.withExtensions
(List<ExtensionDataSource> extensions) Set the extensions property: The list of Azure VM extension data source configurations.