Uses of Class
odata.msgraph.client.beta.enums.RunAsAccountType
-
Packages that use RunAsAccountType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RunAsAccountType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RunAsAccountType Modifier and Type Field Description protected RunAsAccountTypeWin32LobAppInstallExperience. runAsAccountprotected RunAsAccountTypeWin32LobAppPowerShellScriptRequirement. runAsAccountprotected RunAsAccountTypeWin32LobAppPowerShellScriptRule. runAsAccountMethods in odata.msgraph.client.beta.complex that return types with arguments of type RunAsAccountType Modifier and Type Method Description Optional<RunAsAccountType>Win32LobAppInstallExperience. getRunAsAccount()“Indicates the type of execution context the app runs in.”Optional<RunAsAccountType>Win32LobAppPowerShellScriptRequirement. getRunAsAccount()“Indicates the type of execution context the script runs in.”Optional<RunAsAccountType>Win32LobAppPowerShellScriptRule. getRunAsAccount()“The execution context of the script.Methods in odata.msgraph.client.beta.complex with parameters of type RunAsAccountType Modifier and Type Method Description Win32LobAppInstallExperience.BuilderWin32LobAppInstallExperience.Builder. runAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context the app runs in.”Win32LobAppPowerShellScriptRequirement.BuilderWin32LobAppPowerShellScriptRequirement.Builder. runAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context the script runs in.”Win32LobAppPowerShellScriptRule.BuilderWin32LobAppPowerShellScriptRule.Builder. runAsAccount(RunAsAccountType runAsAccount)“The execution context of the script.Win32LobAppInstallExperienceWin32LobAppInstallExperience. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed.Win32LobAppPowerShellScriptRequirementWin32LobAppPowerShellScriptRequirement. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed.Win32LobAppPowerShellScriptRuleWin32LobAppPowerShellScriptRule. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed. -
Uses of RunAsAccountType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RunAsAccountType Modifier and Type Field Description protected RunAsAccountTypeDeviceComplianceScript. runAsAccountprotected RunAsAccountTypeDeviceCustomAttributeShellScript. runAsAccountprotected RunAsAccountTypeDeviceHealthScript. runAsAccountprotected RunAsAccountTypeDeviceManagementScript. runAsAccountprotected RunAsAccountTypeDeviceShellScript. runAsAccountMethods in odata.msgraph.client.beta.entity that return types with arguments of type RunAsAccountType Modifier and Type Method Description Optional<RunAsAccountType>DeviceComplianceScript. getRunAsAccount()“Indicates the type of execution context”Optional<RunAsAccountType>DeviceCustomAttributeShellScript. getRunAsAccount()“Indicates the type of execution context.”Optional<RunAsAccountType>DeviceHealthScript. getRunAsAccount()“Indicates the type of execution context”Optional<RunAsAccountType>DeviceManagementScript. getRunAsAccount()“Indicates the type of execution context.”Optional<RunAsAccountType>DeviceShellScript. getRunAsAccount()“Indicates the type of execution context.”Methods in odata.msgraph.client.beta.entity with parameters of type RunAsAccountType Modifier and Type Method Description DeviceComplianceScript.BuilderDeviceComplianceScript.Builder. runAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context”DeviceCustomAttributeShellScript.BuilderDeviceCustomAttributeShellScript.Builder. runAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context.”DeviceHealthScript.BuilderDeviceHealthScript.Builder. runAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context”DeviceManagementScript.BuilderDeviceManagementScript.Builder. runAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context.”DeviceShellScript.BuilderDeviceShellScript.Builder. runAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context.”DeviceComplianceScriptDeviceComplianceScript. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed.DeviceCustomAttributeShellScriptDeviceCustomAttributeShellScript. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed.DeviceHealthScriptDeviceHealthScript. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed.DeviceManagementScriptDeviceManagementScript. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed.DeviceShellScriptDeviceShellScript. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed. -
Uses of RunAsAccountType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RunAsAccountType Modifier and Type Method Description static RunAsAccountTypeRunAsAccountType. valueOf(String name)Returns 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.
-