DeviceShellScript.Builder |
DeviceShellScript.Builder.blockExecutionNotifications(Boolean blockExecutionNotifications) |
“Does not notify the user a script is being executed”
|
static DeviceShellScript.Builder |
DeviceShellScript.builderDeviceShellScript() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.createdDateTime(OffsetDateTime createdDateTime) |
“The date and time the device management script was created.
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.description(String description) |
“Optional description for the device management script.”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.displayName(String displayName) |
“Name of the device management script.”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.executionFrequency(Duration executionFrequency) |
“The interval for script to run.
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.fileName(String fileName) |
“Script file name.”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.id(String id) |
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
“The date and time the device management script was last modified.
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.retryCount(Integer retryCount) |
“Number of times for the script to be retried if it fails”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.roleScopeTagIds(String... roleScopeTagIds) |
“List of Scope Tag IDs for this PowerShellScript instance.”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.roleScopeTagIds(List<String> roleScopeTagIds) |
“List of Scope Tag IDs for this PowerShellScript instance.”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink) |
“List of Scope Tag IDs for this PowerShellScript instance.”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.runAsAccount(RunAsAccountType runAsAccount) |
“Indicates the type of execution context.”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.scriptContent(byte[] scriptContent) |
“The script content.”
|