Class WorkflowParameter

java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowParameter
Direct Known Subclasses:
WorkflowOutputParameter

public class WorkflowParameter extends Object
The workflow parameters.
  • Constructor Details

    • WorkflowParameter

      public WorkflowParameter()
  • Method Details

    • type

      public ParameterType type()
      Get the type property: The type.
      Returns:
      the type value.
    • withType

      public WorkflowParameter withType(ParameterType type)
      Set the type property: The type.
      Parameters:
      type - the type value to set.
      Returns:
      the WorkflowParameter object itself.
    • value

      public Object value()
      Get the value property: The value.
      Returns:
      the value value.
    • withValue

      public WorkflowParameter withValue(Object value)
      Set the value property: The value.
      Parameters:
      value - the value value to set.
      Returns:
      the WorkflowParameter object itself.
    • metadata

      public Object metadata()
      Get the metadata property: The metadata.
      Returns:
      the metadata value.
    • withMetadata

      public WorkflowParameter withMetadata(Object metadata)
      Set the metadata property: The metadata.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the WorkflowParameter object itself.
    • description

      public String description()
      Get the description property: The description.
      Returns:
      the description value.
    • withDescription

      public WorkflowParameter withDescription(String description)
      Set the description property: The description.
      Parameters:
      description - the description value to set.
      Returns:
      the WorkflowParameter object itself.
    • validate

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