Uses of Class
com.azure.resourcemanager.monitor.models.ExtensionDataSource
-
Packages that use ExtensionDataSource Package Description com.azure.resourcemanager.monitor.models 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 ExtensionDataSource Modifier and Type Method Description ExtensionDataSourceExtensionDataSource. withExtensionName(String extensionName)Set the extensionName property: The name of the VM extension.ExtensionDataSourceExtensionDataSource. withExtensionSettings(Object extensionSettings)Set the extensionSettings property: The extension settings.ExtensionDataSourceExtensionDataSource. withInputDataSources(List<String> inputDataSources)Set the inputDataSources property: The list of data sources this extension needs data from.ExtensionDataSourceExtensionDataSource. withName(String name)Set the name property: A friendly name for the data source.ExtensionDataSourceExtensionDataSource. 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 ExtensionDataSource Modifier and Type Method Description List<ExtensionDataSource>DataSourcesSpec. 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 ExtensionDataSource Modifier and Type Method Description DataCollectionRuleDataSourcesDataCollectionRuleDataSources. withExtensions(List<ExtensionDataSource> extensions)Set the extensions property: The list of Azure VM extension data source configurations.DataSourcesSpecDataSourcesSpec. withExtensions(List<ExtensionDataSource> extensions)Set the extensions property: The list of Azure VM extension data source configurations.
-