ActivityOutputType
The ActivityOutputType entity represents the output type of a System Management Automation activity. The ActivityOutputTypes collection includes all of the activity output types in the local System Management Automation environment.
Inheritance Hierarchy
Orchestrator.ResourceModel
ActivityOutputType
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 |
---|---|---|---|---|---|---|---|
ActivityOutputTypeID |
- |
Optional* |
- |
- |
Edm.Guid |
False |
Key Property The unique identifier of the activity output type. |
ActivityID |
- |
Optional |
- |
- |
Edm.Guid |
False |
The unique identifier of the activity. |
Name |
- |
Optional |
- |
- |
Edm.String |
False |
The name of the activity output type. |
TenantID |
- |
Optional |
- |
- |
Edm.Guid |
False |
Unique identifier of the tenant that manages the System Management Automation service. |
Type |
- |
Optional |
- |
- |
Edm.String |
False |
The specific activity output type, for example: Microsoft.SystemCenter.ServiceManagementAutomation.Variable Orchestrator.WebService.Client.OaaSClient.ConnectionFieldValue Microsoft.SystemCenter.ServiceManagementAutomation.Job |
Note
Direct access to the entity requires the key property ActivityOutputTypeID. This property is not required to simply enumerate the ActivityOutputTypes 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 |
Examples
Examples of supported data operations are available in the ActivityOutputTypes collection topic.