PSWorkflowRuntimeVariable Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class PSWorkflowRuntimeVariable
public enum class PSWorkflowRuntimeVariable
enum PSWorkflowRuntimeVariable
public enum PSWorkflowRuntimeVariable
type PSWorkflowRuntimeVariable =
Public Enum PSWorkflowRuntimeVariable
- Inheritance
-
PSWorkflowRuntimeVariable
Fields
Name | Value | Description |
---|---|---|
PSComputerName | 0 | |
PSCredential | 1 | |
PSPort | 2 | |
PSUseSsl | 3 | |
PSConfigurationName | 4 | |
PSApplicationName | 5 | |
PSConnectionUri | 6 | |
PSAllowRedirection | 7 | |
PSSessionOption | 8 | |
PSAuthentication | 9 | |
PSAuthenticationLevel | 10 | |
PSCertificateThumbprint | 11 | |
Input | 13 | |
Verbose | 15 | |
PSConnectionRetryCount | 19 | |
PSConnectionRetryIntervalSec | 21 | |
PSPrivateMetadata | 24 | |
PSRunningTimeoutSec | 27 | |
PSElapsedTimeoutSec | 28 | |
PSWorkflowRoot | 31 | |
JobName | 32 | |
JobInstanceId | 33 | |
JobId | 34 | |
JobCommandName | 36 | |
ParentJobInstanceId | 40 | |
ParentJobName | 41 | |
ParentJobId | 42 | |
ParentCommandName | 43 | |
WorkflowInstanceId | 48 | |
PSSenderInfo | 49 | |
PSCulture | 50 | |
PSUICulture | 51 | |
PSVersionTable | 52 | |
PSPersist | 53 | PSPersist |
ErrorAction | 54 | ErrorAction |
WarningAction | 55 | WarningAction |
InformationAction | 56 | InformationAction |
Other | 1000 | Tell the activity to look for a custom string |
All | 1001 | Return all values as a hashtable |