AppTemplateInner Class
- java.
lang. Object - com.
azure. resourcemanager. iotcentral. fluent. models. AppTemplateInner
- com.
public final class AppTemplateInner
IoT Central Application Template.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AppTemplateInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description of the template. |
| String |
industry()
Get the industry property: The industry of the template. |
|
List<App |
locations()
Get the locations property: A list of locations that support the template. |
| String |
manifestId()
Get the manifest |
| String |
manifestVersion()
Get the manifest |
| String |
name()
Get the name property: The name of the template. |
| Float |
order()
Get the order property: The order of the template in the templates list. |
| String |
title()
Get the title property: The title of the template. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AppTemplateInner
public AppTemplateInner()
Method Details
description
public String description()
Get the description property: The description of the template.
Returns:
industry
public String industry()
Get the industry property: The industry of the template.
Returns:
locations
public List<AppTemplateLocations> locations()
Get the locations property: A list of locations that support the template.
Returns:
manifestId
public String manifestId()
Get the manifestId property: The ID of the template.
Returns:
manifestVersion
public String manifestVersion()
Get the manifestVersion property: The version of the template.
Returns:
name
public String name()
Get the name property: The name of the template.
Returns:
order
public Float order()
Get the order property: The order of the template in the templates list.
Returns:
title
public String title()
Get the title property: The title of the template.
Returns:
validate
public void validate()
Validates the instance.