Interface ScriptExecution.DefinitionStages.WithOutput

All Known Subinterfaces:
ScriptExecution.Definition, ScriptExecution.DefinitionStages.WithCreate
Enclosing interface:
ScriptExecution.DefinitionStages

public static interface ScriptExecution.DefinitionStages.WithOutput
The stage of the ScriptExecution definition allowing to specify output.
  • Method Details

    • withOutput

      Specifies the output property: Standard output stream from the powershell execution.
      Parameters:
      output - Standard output stream from the powershell execution.
      Returns:
      the next definition stage.