Class EnvironmentDeploymentProperties

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

public final class EnvironmentDeploymentProperties extends Object
Properties of an environment deployment.
  • Constructor Details

    • EnvironmentDeploymentProperties

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

    • armTemplateId

      public String armTemplateId()
      Get the armTemplateId property: The Azure Resource Manager template's identifier.
      Returns:
      the armTemplateId value.
    • withArmTemplateId

      public EnvironmentDeploymentProperties withArmTemplateId(String armTemplateId)
      Set the armTemplateId property: The Azure Resource Manager template's identifier.
      Parameters:
      armTemplateId - the armTemplateId value to set.
      Returns:
      the EnvironmentDeploymentProperties object itself.
    • parameters

      public List<ArmTemplateParameterProperties> parameters()
      Get the parameters property: The parameters of the Azure Resource Manager template.
      Returns:
      the parameters value.
    • withParameters

      Set the parameters property: The parameters of the Azure Resource Manager template.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the EnvironmentDeploymentProperties object itself.
    • validate

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