| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceHealthScriptDailySchedule
“Device health script daily schedule.”
|
class |
DeviceHealthScriptHourlySchedule
“Type of Device health script hourly schedule.”
|
class |
DeviceHealthScriptRunOnceSchedule
“Device health script run once schedule.”
|
class |
DeviceHealthScriptTimeSchedule
“Base type of Device health script time schedule.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScriptRunSchedule |
DeviceHealthScriptRunSchedule.withInterval(Integer interval)
Returns an immutable copy of
this with just the interval field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceHealthScriptRunSchedule |
DeviceHealthScriptAssignment.runSchedule |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceHealthScriptRunSchedule> |
DeviceHealthScriptAssignment.getRunSchedule()
“Script run schedule for the target group”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScriptAssignment.Builder |
DeviceHealthScriptAssignment.Builder.runSchedule(DeviceHealthScriptRunSchedule runSchedule)
“Script run schedule for the target group”
|
DeviceHealthScriptAssignment |
DeviceHealthScriptAssignment.withRunSchedule(DeviceHealthScriptRunSchedule runSchedule)
Returns an immutable copy of
this with just the runSchedule
field changed. |
Copyright © 2018–2020. All rights reserved.