ActivityParameterSet
The ActivityParameterSet entity represents an activity parameter set in a System Management Automation runbook. The ActivityParameterSets collection includes all of the activity parameter sets in all the runbooks in the local System Management Automation environment.
Inheritance Hierarchy
Orchestrator.ResourceModel
ActivityParameterSet
Supported HTTP Verbs
Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) |
---|---|---|---|
False |
True |
False |
False |
Entity Properties
For more information about how the properties of an entity interact with HTTP operations, see Service Management Automation Web Service Fundamentals.
Name | Create (PUT) | Read (GET) | Update (POST) | Delete (DELETE) | Type | Nullable | Description |
---|---|---|---|---|---|---|---|
ActivityParameterSetID |
- |
Optional* |
- |
- |
Edm.Guid |
False |
Key Property The unique identifier of the activity parameter set. |
ActivityID |
- |
Optional |
- |
- |
Edm.Guid |
False |
The unique identifier of the activity. |
IsDefault |
- |
Optional |
- |
- |
Edm.Boolean |
False |
Identifies whether this parameter set is the default. |
Name |
- |
Optional |
- |
- |
Edm.String |
False |
The name of the activity parameter set. |
TenantID |
- |
Optional |
- |
- |
Edm.Guid |
False |
The unique identifier of the tenant that manages the System Management Automation service. |
Note
Direct access to the entity requires the key property ActivityParameterSetID. This property is not required to simply enumerate the ActivityParameterSets collection.
Relationships
For more information about how the relationships of an entity are used, see Service Management Automation Web Service Fundamentals.
Name | Relationship Type | From Property | To Entity | To Property |
---|---|---|---|---|
Activity |
One |
ActivityID |
Activity |
ActivityID |
ActivityParameters |
Many |
ActivityParameterSetID |
ActivityParameter |
ActivityParameterSetID |
Examples
Examples of supported data operations are available in the ActivityParameterSets collection topic.