Class ArmTemplateProperties

java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateProperties

public final class ArmTemplateProperties extends Object
Properties of an Azure Resource Manager template.
  • Constructor Details

    • ArmTemplateProperties

      public ArmTemplateProperties()
      Creates an instance of ArmTemplateProperties class.
  • Method Details

    • displayName

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

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

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

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

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

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

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

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.