Uses of Class
odata.msgraph.client.beta.complex.DeviceHealthScriptRunSchedule
-
Packages that use DeviceHealthScriptRunSchedule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeviceHealthScriptRunSchedule in odata.msgraph.client.beta.complex
Subclasses of DeviceHealthScriptRunSchedule in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeviceHealthScriptDailySchedule“Device health script daily schedule.”classDeviceHealthScriptHourlySchedule“Type of Device health script hourly schedule.”classDeviceHealthScriptRunOnceSchedule“Device health script run once schedule.”classDeviceHealthScriptTimeSchedule“Base type of Device health script time schedule.”Methods in odata.msgraph.client.beta.complex that return DeviceHealthScriptRunSchedule Modifier and Type Method Description DeviceHealthScriptRunScheduleDeviceHealthScriptRunSchedule. withInterval(Integer interval)Returns an immutable copy ofthiswith just theintervalfield changed.DeviceHealthScriptRunScheduleDeviceHealthScriptRunSchedule. withUnmappedField(String name, String value) -
Uses of DeviceHealthScriptRunSchedule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceHealthScriptRunSchedule Modifier and Type Field Description protected DeviceHealthScriptRunScheduleDeviceHealthScriptAssignment. runScheduleMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceHealthScriptRunSchedule Modifier and Type Method Description Optional<DeviceHealthScriptRunSchedule>DeviceHealthScriptAssignment. getRunSchedule()“Script run schedule for the target group”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceHealthScriptRunSchedule Modifier and Type Method Description DeviceHealthScriptAssignment.BuilderDeviceHealthScriptAssignment.Builder. runSchedule(DeviceHealthScriptRunSchedule runSchedule)“Script run schedule for the target group”DeviceHealthScriptAssignmentDeviceHealthScriptAssignment. withRunSchedule(DeviceHealthScriptRunSchedule runSchedule)Returns an immutable copy ofthiswith just therunSchedulefield changed.
-