Interface AppTemplate


  • public interface AppTemplate
    An immutable client-side representation of AppTemplate.
    • Method Detail

      • manifestId

        String manifestId()
        Gets the manifestId property: The ID of the template.
        Returns:
        the manifestId value.
      • manifestVersion

        String manifestVersion()
        Gets the manifestVersion property: The version of the template.
        Returns:
        the manifestVersion value.
      • name

        String name()
        Gets the name property: The name of the template.
        Returns:
        the name value.
      • title

        String title()
        Gets the title property: The title of the template.
        Returns:
        the title value.
      • order

        Float order()
        Gets the order property: The order of the template in the templates list.
        Returns:
        the order value.
      • description

        String description()
        Gets the description property: The description of the template.
        Returns:
        the description value.
      • industry

        String industry()
        Gets the industry property: The industry of the template.
        Returns:
        the industry value.
      • locations

        List<AppTemplateLocations> locations()
        Gets the locations property: A list of locations that support the template.
        Returns:
        the locations value.
      • innerModel

        AppTemplateInner innerModel()
        Gets the inner com.azure.resourcemanager.iotcentral.fluent.models.AppTemplateInner object.
        Returns:
        the inner object.