共用方式為


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 AppTemplateInner innerModel()

Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppTemplateInner object.

abstract List<AppTemplateLocations> locations()

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

abstract String manifestId()

Gets the manifestId property: The ID of the template.

abstract String manifestVersion()

Gets the manifestVersion property: The version of the template.

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:

the description value.

industry

public abstract String industry()

Gets the industry property: The industry of the template.

Returns:

the industry value.

innerModel

public abstract AppTemplateInner innerModel()

Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppTemplateInner object.

Returns:

the inner object.

locations

public abstract List<AppTemplateLocations> locations()

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

Returns:

the locations value.

manifestId

public abstract String manifestId()

Gets the manifestId property: The ID of the template.

Returns:

the manifestId value.

manifestVersion

public abstract String manifestVersion()

Gets the manifestVersion property: The version of the template.

Returns:

the manifestVersion value.

name

public abstract String name()

Gets the name property: The name of the template.

Returns:

the name value.

order

public abstract Float order()

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

Returns:

the order value.

title

public abstract String title()

Gets the title property: The title of the template.

Returns:

the title value.

Applies to