ComputerTierTemplate
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
ComputerTierTemplate
Gets the computer tier templates that are associated with service templates for Virtual Machine Manager (VMM).
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | No | No | No |
GET
Gets the specified computer tier templates.
If you supply the ID
property, the computer tier template with that identifier is returned.
If you supply the ServiceTemplateId
property, the computer tier template that is associated with the specified service template is returned.
If you supply the Name
property, the computer tier template with that name is returned.
If you supply the StampId
property, the computer tier templates that are associated with the stamp are returned.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | Edm.Guid | No | The identifier of the computer tier template. |
StampId | Edm.Guid | No | The identifier of the stamp that restricts the query. |
Name | Edm.String | No | The name of the computer tier template. |
ServiceTemplateId | Edm.Guid | No | The identifier of a service template. |
Note
The object that is returned when you use the GET operation includes the ServiceTemplateId
property, but with a null value. There is no workaround for this issue.