Share via


AppTemplateInner Class

  • java.lang.Object
    • com.azure.resourcemanager.iotcentral.fluent.models.AppTemplateInner

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<AppTemplateLocations> locations()

Get the locations property: A list of locations that support the template.

String manifestId()

Get the manifestId property: The ID of the template.

String manifestVersion()

Get the manifestVersion property: The version of the template.

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:

the description value.

industry

public String industry()

Get the industry property: The industry of the template.

Returns:

the industry value.

locations

public List<AppTemplateLocations> locations()

Get the locations property: A list of locations that support the template.

Returns:

the locations value.

manifestId

public String manifestId()

Get the manifestId property: The ID of the template.

Returns:

the manifestId value.

manifestVersion

public String manifestVersion()

Get the manifestVersion property: The version of the template.

Returns:

the manifestVersion value.

name

public String name()

Get the name property: The name of the template.

Returns:

the name value.

order

public Float order()

Get the order property: The order of the template in the templates list.

Returns:

the order value.

title

public String title()

Get the title property: The title of the template.

Returns:

the title value.

validate

public void validate()

Validates the instance.

Applies to