ApplicationHostTemplates
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
ApplicationHostTemplates
Reads all application host templates. An application host template is used to deploy a Structured Query Language (SQL) data-tier application (DAC) on a deployed SQL server or a Web Deploy package to a supported Web Application Host.
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | No | No | No |
GET
Gets a list of all application host templates in the specified stamp.
To get a specific application host template, specify the ID
property.
To get an application host template by name, specify the Name
property.
To get an application host template by parent service template, specify the ServiceTemplateId
property.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | Edm.Guid | No | The identifier of an application host template |
StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
Name | Edm.String | No | The name of an application host template |
ServiceTemplateId | Edm.Guid | No | The identifier of the owning service template |