JobParameter
The JobParameter entity represents a parameter of a runbook job in System Management Automation. The JobParameters collection includes all of the job parameters in all the runbooks in the local System Management Automation environment.
Inheritance Hierarchy
Orchestrator.ResourceModel
JobParameter
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 |
---|---|---|---|---|---|---|---|
JobContextID |
- |
Optional* |
- |
- |
Edm.Guid |
False |
Key Property The unique identifier of the job context. |
Name |
- |
Optional |
- |
- |
Edm.String |
False |
Key Property The name of the job parameter. |
Type |
- |
Optional |
- |
- |
Edm.String |
False |
The job parameter type. |
Value |
- |
Optional |
- |
- |
Edm.String |
True |
The value of the job parameter. |
Note
*Direct access to the entity requires the key property JobContextID. This property is not required to simply enumerate the JobParameters 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 |
---|---|---|---|---|
JobContext |
One |
JobContextID |
JobContext |
JobContextID |
Examples
Examples of supported data operations are available in the JobParameters collection topic.