Uses of Enum
com.microsoft.graph.models.RunAsAccountType
Packages that use RunAsAccountType
-
Uses of RunAsAccountType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RunAsAccountTypeModifier and TypeMethodDescriptionstatic RunAsAccountTypeWin32LobAppInstallExperience.getRunAsAccount()Gets the runAsAccount property value.Win32LobAppPowerShellScriptRule.getRunAsAccount()Gets the runAsAccount property value.static RunAsAccountTypeReturns the enum constant of this type with the specified name.static RunAsAccountType[]RunAsAccountType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type RunAsAccountTypeModifier and TypeMethodDescriptionvoidWin32LobAppInstallExperience.setRunAsAccount(RunAsAccountType value) Sets the runAsAccount property value.voidWin32LobAppPowerShellScriptRule.setRunAsAccount(RunAsAccountType value) Sets the runAsAccount property value.