AppTemplate Interface
public interface AppTemplate
An immutable client-side representation of AppTemplate.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
description()
Gets the description property: The description of the template. |
| abstract String |
industry()
Gets the industry property: The industry of the template. |
|
abstract
App |
innerModel()
Gets the inner com. |
|
abstract
List<App |
locations()
Gets the locations property: A list of locations that support the template. |
| abstract String |
manifestId()
Gets the manifest |
| abstract String |
manifestVersion()
Gets the manifest |
| abstract String |
name()
Gets the name property: The name of the template. |
| abstract Float |
order()
Gets the order property: The order of the template in the templates list. |
| abstract String |
title()
Gets the title property: The title of the template. |
Method Details
description
public abstract String description()
Gets the description property: The description of the template.
Returns:
industry
public abstract String industry()
Gets the industry property: The industry of the template.
Returns:
innerModel
public abstract AppTemplateInner innerModel()
Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppTemplateInner object.
Returns:
locations
public abstract List<AppTemplateLocations> locations()
Gets the locations property: A list of locations that support the template.
Returns:
manifestId
public abstract String manifestId()
Gets the manifestId property: The ID of the template.
Returns:
manifestVersion
public abstract String manifestVersion()
Gets the manifestVersion property: The version of the template.
Returns:
name
public abstract String name()
Gets the name property: The name of the template.
Returns:
order
public abstract Float order()
Gets the order property: The order of the template in the templates list.
Returns:
title
public abstract String title()
Gets the title property: The title of the template.
Returns: