| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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.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.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.”
|
Copyright © 2018–2020. All rights reserved.