Class ScriptExecutionParameter

java.lang.Object
com.azure.resourcemanager.avs.models.ScriptExecutionParameter
Direct Known Subclasses:
PSCredentialExecutionParameter, ScriptSecureStringExecutionParameter, ScriptStringExecutionParameter

public class ScriptExecutionParameter extends Object
The arguments passed in to the execution.
  • Constructor Details

    • ScriptExecutionParameter

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

    • name

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

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

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