Copy-VPASRotationalPlatform
Synopsis:
DUPICATE ROTATIONAL PLATFORM |
Description:
USE THIS FUNCTION TO DUPLICATE A ROTATIONAL PLATFORM |
Syntax:
Copy-VPASRotationalPlatform -DuplicateFromRotationalPlatformID <String> -NewRotationalPlatformID <String> [-Description <String>] [-token <Hashtable>] [<CommonParameters>] |
Copy-VPASRotationalPlatform -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-DuplicateFromRotationalPlatformID <String> |
-NewRotationalPlatformID <String> |
-Description <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$NewRotationalPlatformIDJSON = Copy-VPASRotationalPlatform -DuplicateFromRotationalPlatformID {DUPLICATE FROM ROTATIONAL PLATFORMID VALUE} -NewRotationalPlatformID {NEW ROTATIONAL PLATFORMID VALUE} -Description {DESCRIPTION VALUE} |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |