Uses of Class
odata.msgraph.client.beta.complex.DeviceHealthScriptTimeSchedule
-
Packages that use DeviceHealthScriptTimeSchedule Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceHealthScriptTimeSchedule in odata.msgraph.client.beta.complex
Subclasses of DeviceHealthScriptTimeSchedule in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeviceHealthScriptDailySchedule“Device health script daily schedule.”classDeviceHealthScriptRunOnceSchedule“Device health script run once schedule.”Methods in odata.msgraph.client.beta.complex that return DeviceHealthScriptTimeSchedule Modifier and Type Method Description DeviceHealthScriptTimeScheduleDeviceHealthScriptTimeSchedule. withTime(LocalTime time)Returns an immutable copy ofthiswith just thetimefield changed.DeviceHealthScriptTimeScheduleDeviceHealthScriptTimeSchedule. withUnmappedField(String name, String value)DeviceHealthScriptTimeScheduleDeviceHealthScriptTimeSchedule. withUseUtc(Boolean useUtc)Returns an immutable copy ofthiswith just theuseUtcfield changed.
-