Class Win32LobAppPowerShellScriptDetection.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Win32LobAppPowerShellScriptDetection.Builder
-
- Enclosing class:
- Win32LobAppPowerShellScriptDetection
public static final class Win32LobAppPowerShellScriptDetection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppPowerShellScriptDetectionbuild()Win32LobAppPowerShellScriptDetection.BuilderenforceSignatureCheck(Boolean enforceSignatureCheck)“A value indicating whether signature check is enforced”Win32LobAppPowerShellScriptDetection.BuilderrunAs32Bit(Boolean runAs32Bit)“A value indicating whether this script should run as 32-bit”Win32LobAppPowerShellScriptDetection.BuilderscriptContent(String scriptContent)“The base64 encoded script content to detect Win32 Line of Business (LoB) app”
-
-
-
Method Detail
-
enforceSignatureCheck
public Win32LobAppPowerShellScriptDetection.Builder enforceSignatureCheck(Boolean enforceSignatureCheck)
“A value indicating whether signature check is enforced”- Parameters:
enforceSignatureCheck- value ofenforceSignatureCheckproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
runAs32Bit
public Win32LobAppPowerShellScriptDetection.Builder runAs32Bit(Boolean runAs32Bit)
“A value indicating whether this script should run as 32-bit”- Parameters:
runAs32Bit- value ofrunAs32Bitproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
scriptContent
public Win32LobAppPowerShellScriptDetection.Builder scriptContent(String scriptContent)
“The base64 encoded script content to detect Win32 Line of Business (LoB) app”- Parameters:
scriptContent- value ofscriptContentproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppPowerShellScriptDetection build()
-
-