Uses of Class
odata.msgraph.client.beta.enums.Win32LobAppPowerShellScriptDetectionType
-
Packages that use Win32LobAppPowerShellScriptDetectionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Win32LobAppPowerShellScriptDetectionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppPowerShellScriptDetectionType Modifier and Type Field Description protected Win32LobAppPowerShellScriptDetectionTypeWin32LobAppPowerShellScriptRequirement. detectionTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppPowerShellScriptDetectionType Modifier and Type Method Description Optional<Win32LobAppPowerShellScriptDetectionType>Win32LobAppPowerShellScriptRequirement. getDetectionType()“The detection type for script output”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppPowerShellScriptDetectionType Modifier and Type Method Description Win32LobAppPowerShellScriptRequirement.BuilderWin32LobAppPowerShellScriptRequirement.Builder. detectionType(Win32LobAppPowerShellScriptDetectionType detectionType)“The detection type for script output”Win32LobAppPowerShellScriptRequirementWin32LobAppPowerShellScriptRequirement. withDetectionType(Win32LobAppPowerShellScriptDetectionType detectionType)Returns an immutable copy ofthiswith just thedetectionTypefield changed. -
Uses of Win32LobAppPowerShellScriptDetectionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Win32LobAppPowerShellScriptDetectionType Modifier and Type Method Description static Win32LobAppPowerShellScriptDetectionTypeWin32LobAppPowerShellScriptDetectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppPowerShellScriptDetectionType[]Win32LobAppPowerShellScriptDetectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-