...
The Edit Resource Pool activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Name (text box editor type) (type: string): the new name of the Resource Pool.
The value can also be obtained from activity: Get Resource Pool using the following steps:- use a Get Resource Pool activity to extract the ResourcePoolID:
- bind the obtained ResourcePoolID(stored in variable) to the Resource Pool ID field from Edit Resource Pool activity:
- use a Get Resource Pool activity to extract the ResourcePoolID:
- Resource Pool ID (text box editor type) (type: string): the ID of the Resource Pool or bind this parameter with the output parameter from Get VM Resource Pool.
...
- Output Status (type: boolean): outputs True if the operation succeeded otherwise False.
...
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Create Resource Pool
activity:
Get Resource Pool
This activity returns the specified Resource Pool ID.
...