| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected RunAsAccountType |
Win32LobAppInstallExperience.runAsAccount |
protected RunAsAccountType |
Win32LobAppPowerShellScriptRule.runAsAccount |
protected RunAsAccountType |
Win32LobAppPowerShellScriptRequirement.runAsAccount |
| Modifier and Type | Method and Description |
|---|---|
Optional<RunAsAccountType> |
Win32LobAppInstallExperience.getRunAsAccount()
“Indicates the type of execution context the app runs in.”
|
Optional<RunAsAccountType> |
Win32LobAppPowerShellScriptRule.getRunAsAccount()
“The execution context of the script.
|
Optional<RunAsAccountType> |
Win32LobAppPowerShellScriptRequirement.getRunAsAccount()
“Indicates the type of execution context the script runs in.”
|
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppInstallExperience.Builder |
Win32LobAppInstallExperience.Builder.runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context the app runs in.”
|
Win32LobAppPowerShellScriptRule.Builder |
Win32LobAppPowerShellScriptRule.Builder.runAsAccount(RunAsAccountType runAsAccount)
“The execution context of the script.
|
Win32LobAppPowerShellScriptRequirement.Builder |
Win32LobAppPowerShellScriptRequirement.Builder.runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context the script runs in.”
|
Win32LobAppInstallExperience |
Win32LobAppInstallExperience.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
Win32LobAppPowerShellScriptRule |
Win32LobAppPowerShellScriptRule.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
Win32LobAppPowerShellScriptRequirement |
Win32LobAppPowerShellScriptRequirement.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected RunAsAccountType |
DeviceManagementScript.runAsAccount |
protected RunAsAccountType |
DeviceComplianceScript.runAsAccount |
protected RunAsAccountType |
DeviceHealthScript.runAsAccount |
protected RunAsAccountType |
DeviceShellScript.runAsAccount |
| Modifier and Type | Method and Description |
|---|---|
Optional<RunAsAccountType> |
DeviceManagementScript.getRunAsAccount()
“Indicates the type of execution context.”
|
Optional<RunAsAccountType> |
DeviceComplianceScript.getRunAsAccount()
“Indicates the type of execution context”
|
Optional<RunAsAccountType> |
DeviceHealthScript.getRunAsAccount()
“Indicates the type of execution context”
|
Optional<RunAsAccountType> |
DeviceShellScript.getRunAsAccount()
“Indicates the type of execution context.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementScript.Builder |
DeviceManagementScript.Builder.runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context.”
|
DeviceComplianceScript.Builder |
DeviceComplianceScript.Builder.runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context”
|
DeviceHealthScript.Builder |
DeviceHealthScript.Builder.runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context”
|
DeviceShellScript.Builder |
DeviceShellScript.Builder.runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context.”
|
DeviceManagementScript |
DeviceManagementScript.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
DeviceComplianceScript |
DeviceComplianceScript.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
DeviceHealthScript |
DeviceHealthScript.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
DeviceShellScript |
DeviceShellScript.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static RunAsAccountType |
RunAsAccountType.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.
|
Copyright © 2018–2020. All rights reserved.