Uses of Class
odata.msgraph.client.beta.enums.WindowsHealthMonitoringScope
-
Packages that use WindowsHealthMonitoringScope Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsHealthMonitoringScope in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsHealthMonitoringScope Modifier and Type Field Description protected WindowsHealthMonitoringScopeWindowsHealthMonitoringConfiguration. configDeviceHealthMonitoringScopeMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsHealthMonitoringScope Modifier and Type Method Description Optional<WindowsHealthMonitoringScope>WindowsHealthMonitoringConfiguration. getConfigDeviceHealthMonitoringScope()“Specifies set of events collected from the device where health monitoring is enabled”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsHealthMonitoringScope Modifier and Type Method Description WindowsHealthMonitoringConfiguration.BuilderWindowsHealthMonitoringConfiguration.Builder. configDeviceHealthMonitoringScope(WindowsHealthMonitoringScope configDeviceHealthMonitoringScope)“Specifies set of events collected from the device where health monitoring is enabled”WindowsHealthMonitoringConfigurationWindowsHealthMonitoringConfiguration. withConfigDeviceHealthMonitoringScope(WindowsHealthMonitoringScope configDeviceHealthMonitoringScope)Returns an immutable copy ofthiswith just theconfigDeviceHealthMonitoringScopefield changed. -
Uses of WindowsHealthMonitoringScope in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsHealthMonitoringScope Modifier and Type Method Description static WindowsHealthMonitoringScopeWindowsHealthMonitoringScope. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsHealthMonitoringScope[]WindowsHealthMonitoringScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-