...
The Get Resource Pool Properties activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Resource Pool ID (text box editor type) (type: string):
...
- the ResourcePool ID. 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 Get Resource Pool Properties activity:
- use a Get Resource Pool activity to extract the ResourcePoolID:
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: collection<string>):
...
- outputs a collection of Properties and their corresponding values.To use the elements of the collection, use Get Element From Collection activity where the Input Collection parameter should be bound to this parameter.
In order to extract the values from the ResPoolProperties collection, For Each and Log Track Data activities should be used:
List Resource Pools
This activity retrieves a list of all the resource pools.
...
This activity removes the specified Resource Pool..
Activity Parameters
The Remove Resource Pool activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Resource Pool ID (text box editor type) (type: string): the ID the ID of the Resource Pool or bind this parameter with the output parameter from Get Resource Pool activity.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 Remove Resource Pool activity:
- use a Get Resource Pool activity to extract the ResourcePoolID:
The Read Only Output variable are the possible output values that the activity will provide:
- Output Status (type: boolean): outputs True outputs True if the operation succeeded otherwise False.