Uses of Class
com.microsoft.graph.models.ConfigurationBaseline
Packages that use ConfigurationBaseline
-
Uses of ConfigurationBaseline in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConfigurationBaselineModifier and TypeMethodDescriptionstatic ConfigurationBaselineConfigurationBaseline.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueConfigurationMonitor.getBaseline()Gets the baseline property value.Methods in com.microsoft.graph.models that return types with arguments of type ConfigurationBaselineModifier and TypeMethodDescriptionConfigurationManagement.getConfigurationSnapshots()Gets the configurationSnapshots property value.ConfigurationBaselineCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ConfigurationBaselineModifier and TypeMethodDescriptionvoidConfigurationMonitor.setBaseline(ConfigurationBaseline value) Sets the baseline property value.Method parameters in com.microsoft.graph.models with type arguments of type ConfigurationBaselineModifier and TypeMethodDescriptionvoidConfigurationManagement.setConfigurationSnapshots(List<ConfigurationBaseline> value) Sets the configurationSnapshots property value.voidConfigurationBaselineCollectionResponse.setValue(List<ConfigurationBaseline> value) Sets the value property value.