Module
The Module entity represents a module in System Management Automation. The Modules collection includes all of the modules in the local System Management Automation environment.
This entity supports streams. For more information, see Working with Binary Data (WCF Data Services).
Inheritance Hierarchy
Orchestrator.ResourceModel
Module
Supported HTTP Verbs
Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) |
---|---|---|---|
True |
True |
True |
True |
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 |
---|---|---|---|---|---|---|---|
ModuleID |
- |
Optional* |
Required |
Required |
Edm.Guid |
False |
Key Property The unique identifier of the module. |
CreationTime |
- |
Optional |
- |
- |
Edm.DateTime |
False |
The date and time the module was created. |
LastModifiedTime |
- |
Optional |
- |
- |
Edm.DateTime |
False |
The date and time the module was last modified. |
ModuleName |
- |
Optional |
- |
- |
Edm.String |
True |
The name of the module. |
TenantID |
- |
Optional |
- |
- |
Edm.Guid |
False |
The unique identifier of the tenant that manages the System Management Automation service. |
Version |
- |
Optional |
- |
- |
Edm.Int32 |
False |
The version of the module. |
Note
*Direct access to the entity requires the key property ModuleID. This property is not required to simply enumerate the Modules 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 |
---|---|---|---|---|
Activities |
Many |
ModuleID |
Activity |
ModuleID |
Examples
Examples of supported data operations are available in the Modules collection topic.