| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementScript.Builder |
DeviceManagementScript.builderDeviceManagementScript()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.createdDateTime(OffsetDateTime createdDateTime)
“The date and time the device management script was created.
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.description(String description)
“Optional description for the device management script.”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.displayName(String displayName)
“Name of the device management script.”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.enforceSignatureCheck(Boolean enforceSignatureCheck)
“Indicate whether the script signature needs be checked.”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.fileName(String fileName)
“Script file name.”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.id(String id) |
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“The date and time the device management script was last modified.
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tag IDs for this PowerShellScript instance.”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tag IDs for this PowerShellScript instance.”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.runAs32Bit(Boolean runAs32Bit)
“A value indicating whether the PowerShell script should run as 32-bit”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context.”
|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.scriptContent(byte[] scriptContent)
“The script content.”
|
Copyright © 2018–2020. All rights reserved.