<< Click to Display Table of Contents >> RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference Get-RayFlowProject |
Gets the list of RayFlow phases.
Name |
Type |
Mandatory |
Description |
RayFlowServerUrl |
String |
Yes |
The RayFlow URL address. |
Credentials |
PsCredential |
No |
Credentials used to authenticate. If not provided, an interactive prompt will be shown. |
ProjectId |
Guid |
No |
The identifier of the required project. May not be combined with ProjectName. |
ProjectName |
String |
No |
The name of the required project. May not be combined with ProjectId. |
If neither ProjectName nor ProjectId is specified, then all projects are returned.
Type |
Description |
PsRayFlowProject[] |
The project(s) matching the criteria. |