Class ArmTemplateParameterProperties

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.ArmTemplateParameterProperties

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

    • ArmTemplateParameterProperties

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

    • name

      public String name()
      Get the name property: The name of the template parameter.
      Returns:
      the name value.
    • withName

      public ArmTemplateParameterProperties withName(String name)
      Set the name property: The name of the template parameter.
      Parameters:
      name - the name value to set.
      Returns:
      the ArmTemplateParameterProperties object itself.
    • value

      public String value()
      Get the value property: The value of the template parameter.
      Returns:
      the value value.
    • withValue

      public ArmTemplateParameterProperties withValue(String value)
      Set the value property: The value of the template parameter.
      Parameters:
      value - the value value to set.
      Returns:
      the ArmTemplateParameterProperties object itself.
    • validate

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