Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
VMTemplate
Gets and updates virtual machine templates in Virtual Machine Manager (VMM).
HTTP Verbs
| GET | POST | PUT | DELETE |
|---|---|---|---|
| Yes | No | Yes | No |
GET
Gets the specified virtual machine templates.
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 object to retrieve. |
PUT
Updates an existing virtual machine template with the specified users and roles.
Entity Properties
| Name | Type | Mandatory | Description |
|---|---|---|---|
| ID | Edm.Guid | Yes | The identifier of the object to update. |
| StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
| GrantedToList | Collection(VMM.UserAndRole) | No | The users or roles that can access this virtual machine template. The collection may be empty. |