ComputerTierTemplates

 

Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview

ComputerTierTemplates

Gets the computer tier templates that are associated with service templates.

HTTP Verbs

GET POST PUT DELETE
Yes No No No

GET

Reads all computer tier template objects.

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 to restrict the query to
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.

See Also

VMM Collections Reference