Interface ScriptExecution.UpdateStages.WithScriptCmdletId

All Known Subinterfaces:
ScriptExecution.Update
Enclosing interface:
ScriptExecution.UpdateStages

public static interface ScriptExecution.UpdateStages.WithScriptCmdletId
The stage of the ScriptExecution update allowing to specify scriptCmdletId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withScriptCmdletId(String scriptCmdletId)
    Specifies the scriptCmdletId property: A reference to the script cmdlet resource if user is running a AVS script.
  • Method Details

    • withScriptCmdletId

      ScriptExecution.Update withScriptCmdletId(String scriptCmdletId)
      Specifies the scriptCmdletId property: A reference to the script cmdlet resource if user is running a AVS script.
      Parameters:
      scriptCmdletId - A reference to the script cmdlet resource if user is running a AVS script.
      Returns:
      the next definition stage.