ServiceTemplate
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
Entity
Gets and assigns service templates for Virtual Machine Manager (VMM).
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | No | Yes | No |
GET
Gets the specified service templates.
If you provide the StampId
property, all service templates within the matching stamp are returned.
If you provide the Name
property, the service template with the matching name is returned.
If you provide the ID
property, the service template is returned.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
StampId | Edm.Guid | No | The identifier of the stamp that restricts the query. |
ID | Edm.Guid | No | The identifier of the service template. |
Name | Edm.String | No | The name of the service template. |
PUT
Grants access of the specified service template to users and roles.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
ID | Edm.Guid | Yes | The identifier of the service template to update. |
GrantedToList | PSObject | No | The users or roles that can access this service template. The collection may be empty. |