public static final class DeviceComplianceScriptDeviceState.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceScriptDeviceState |
build() |
DeviceComplianceScriptDeviceState.Builder |
detectionState(RunState detectionState)
“Detection state from the lastest device compliance script execution”
|
DeviceComplianceScriptDeviceState.Builder |
expectedStateUpdateDateTime(OffsetDateTime expectedStateUpdateDateTime)
“The next timestamp of when the device compliance script is expected to execute”
|
DeviceComplianceScriptDeviceState.Builder |
id(String id) |
DeviceComplianceScriptDeviceState.Builder |
lastStateUpdateDateTime(OffsetDateTime lastStateUpdateDateTime)
“The last timestamp of when the device compliance script executed”
|
DeviceComplianceScriptDeviceState.Builder |
lastSyncDateTime(OffsetDateTime lastSyncDateTime)
“The last time that Intune Managment Extension synced with Intune”
|
DeviceComplianceScriptDeviceState.Builder |
scriptError(String scriptError)
“Error from the detection script”
|
DeviceComplianceScriptDeviceState.Builder |
scriptOutput(String scriptOutput)
“Output of the detection script”
|
public DeviceComplianceScriptDeviceState.Builder id(String id)
public DeviceComplianceScriptDeviceState.Builder detectionState(RunState detectionState)
detectionState - value of detectionState property (as defined in service metadata)this (for method chaining)public DeviceComplianceScriptDeviceState.Builder lastStateUpdateDateTime(OffsetDateTime lastStateUpdateDateTime)
lastStateUpdateDateTime - value of lastStateUpdateDateTime property (as defined in service metadata)this (for method chaining)public DeviceComplianceScriptDeviceState.Builder expectedStateUpdateDateTime(OffsetDateTime expectedStateUpdateDateTime)
expectedStateUpdateDateTime - value of expectedStateUpdateDateTime property (as defined in service metadata)this (for method chaining)public DeviceComplianceScriptDeviceState.Builder lastSyncDateTime(OffsetDateTime lastSyncDateTime)
lastSyncDateTime - value of lastSyncDateTime property (as defined in service metadata)this (for method chaining)public DeviceComplianceScriptDeviceState.Builder scriptOutput(String scriptOutput)
scriptOutput - value of scriptOutput property (as defined in service metadata)this (for method chaining)public DeviceComplianceScriptDeviceState.Builder scriptError(String scriptError)
scriptError - value of scriptError property (as defined in service metadata)this (for method chaining)public DeviceComplianceScriptDeviceState build()
Copyright © 2018–2020. All rights reserved.