Interface ArmTemplate


public interface ArmTemplate
An immutable client-side representation of ArmTemplate.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the contents property: The contents of the ARM template.
    Gets the createdDate property: The creation date of the armTemplate.
    Gets the description property: The description of the ARM template.
    Gets the displayName property: The display name of the ARM template.
    Gets the enabled property: Whether or not ARM template is enabled for use by lab user.
    Gets the icon property: The URI to the icon of the ARM template.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the parametersValueFilesInfo property: File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template.
    Gets the publisher property: The publisher of the ARM template.
    Gets the tags property: Resource tags.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • displayName

      String displayName()
      Gets the displayName property: The display name of the ARM template.
      Returns:
      the displayName value.
    • description

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

      String publisher()
      Gets the publisher property: The publisher of the ARM template.
      Returns:
      the publisher value.
    • icon

      String icon()
      Gets the icon property: The URI to the icon of the ARM template.
      Returns:
      the icon value.
    • contents

      Object contents()
      Gets the contents property: The contents of the ARM template.
      Returns:
      the contents value.
    • createdDate

      OffsetDateTime createdDate()
      Gets the createdDate property: The creation date of the armTemplate.
      Returns:
      the createdDate value.
    • parametersValueFilesInfo

      List<ParametersValueFileInfo> parametersValueFilesInfo()
      Gets the parametersValueFilesInfo property: File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template.
      Returns:
      the parametersValueFilesInfo value.
    • enabled

      Boolean enabled()
      Gets the enabled property: Whether or not ARM template is enabled for use by lab user.
      Returns:
      the enabled value.
    • innerModel

      ArmTemplateInner innerModel()
      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInner object.
      Returns:
      the inner object.