Class DeploymentParameter

java.lang.Object
com.azure.resourcemanager.resources.models.DeploymentParameter

public final class DeploymentParameter extends Object
Deployment parameter for the template.
  • Constructor Details

    • DeploymentParameter

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

    • value

      public Object value()
      Get the value property: Input value to the parameter .
      Returns:
      the value value.
    • withValue

      public DeploymentParameter withValue(Object value)
      Set the value property: Input value to the parameter .
      Parameters:
      value - the value value to set.
      Returns:
      the DeploymentParameter object itself.
    • reference

      public KeyVaultParameterReference reference()
      Get the reference property: Azure Key Vault parameter reference.
      Returns:
      the reference value.
    • withReference

      public DeploymentParameter withReference(KeyVaultParameterReference reference)
      Set the reference property: Azure Key Vault parameter reference.
      Parameters:
      reference - the reference value to set.
      Returns:
      the DeploymentParameter object itself.
    • validate

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