| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Method and Description |
|---|---|
static DeviceHealthScriptRemediationHistoryData.Builder |
DeviceHealthScriptRemediationHistoryData.builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
DeviceHealthScriptRemediationHistoryData.Builder |
DeviceHealthScriptRemediationHistoryData.Builder.date(LocalDate date)
“The date on which devices were remediated by the device health script.”
|
DeviceHealthScriptRemediationHistoryData.Builder |
DeviceHealthScriptRemediationHistoryData.Builder.noIssueDeviceCount(Integer noIssueDeviceCount)
“The number of devices that were found to have no issue by the device health
script.”
|
DeviceHealthScriptRemediationHistoryData.Builder |
DeviceHealthScriptRemediationHistoryData.Builder.remediatedDeviceCount(Integer remediatedDeviceCount)
“The number of devices remediated by the device health script.”
|
Copyright © 2018–2020. All rights reserved.