public static final class DeviceManagementScript.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementScript |
build() |
DeviceManagementScript.Builder |
createdDateTime(OffsetDateTime createdDateTime)
“The date and time the device management script was created.
|
DeviceManagementScript.Builder |
description(String description)
“Optional description for the device management script.”
|
DeviceManagementScript.Builder |
displayName(String displayName)
“Name of the device management script.”
|
DeviceManagementScript.Builder |
enforceSignatureCheck(Boolean enforceSignatureCheck)
“Indicate whether the script signature needs be checked.”
|
DeviceManagementScript.Builder |
fileName(String fileName)
“Script file name.”
|
DeviceManagementScript.Builder |
id(String id) |
DeviceManagementScript.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“The date and time the device management script was last modified.
|
DeviceManagementScript.Builder |
roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tag IDs for this PowerShellScript instance.”
|
DeviceManagementScript.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tag IDs for this PowerShellScript instance.”
|
DeviceManagementScript.Builder |
runAs32Bit(Boolean runAs32Bit)
“A value indicating whether the PowerShell script should run as 32-bit”
|
DeviceManagementScript.Builder |
runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context.”
|
DeviceManagementScript.Builder |
scriptContent(byte[] scriptContent)
“The script content.”
|
public DeviceManagementScript.Builder id(String id)
public DeviceManagementScript.Builder enforceSignatureCheck(Boolean enforceSignatureCheck)
enforceSignatureCheck - value of enforceSignatureCheck property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder runAs32Bit(Boolean runAs32Bit)
runAs32Bit - value of runAs32Bit property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder description(String description)
description - value of description property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder scriptContent(byte[] scriptContent)
scriptContent - value of scriptContent property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder createdDateTime(OffsetDateTime createdDateTime)
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
createdDateTime - value of createdDateTime property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder runAsAccount(RunAsAccountType runAsAccount)
runAsAccount - value of runAsAccount property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder fileName(String fileName)
fileName - value of fileName property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder roleScopeTagIds(List<String> roleScopeTagIds)
roleScopeTagIds - value of roleScopeTagIds property (as defined in service metadata)this (for method chaining)public DeviceManagementScript.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
roleScopeTagIdsNextLink - value of roleScopeTagIds@nextLink property (as defined in service metadata)this (for method chaining)public DeviceManagementScript build()
Copyright © 2018–2020. All rights reserved.