Class ArmTemplateInfoInner

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

public final class ArmTemplateInfoInner extends Object
Information about a generated ARM template.
  • Constructor Details

    • ArmTemplateInfoInner

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

    • template

      public Object template()
      Get the template property: The template's contents.
      Returns:
      the template value.
    • withTemplate

      public ArmTemplateInfoInner withTemplate(Object template)
      Set the template property: The template's contents.
      Parameters:
      template - the template value to set.
      Returns:
      the ArmTemplateInfoInner object itself.
    • parameters

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

      public ArmTemplateInfoInner withParameters(Object parameters)
      Set the parameters property: The parameters of the ARM template.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the ArmTemplateInfoInner object itself.
    • validate

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