VMTemplates
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
VMTemplates
Reads or updates virtual machine templates.
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | No | Yes | No |
GET
Gets either all virtual machine templates or the specified virtual machine template.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
StampId | System.Guid | Yes | The identifier of the stamp to restrict the query to |
ID | System.Guid | Yes | The identifier of the virtual machine template |
PUT
Updates an existing virtual machine template with the specified users and roles.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | System.Guid | No | The identifier of the virtual machine template |
StampId | System.Guid | Yes | The identifier of the stamp to restrict the query to |
GrantedToList | UserAndRole[] | No | The users or roles that can access this virtual machine template Collection may be empty. |