Interface ScriptExecution.DefinitionStages.WithScriptCmdletId

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

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

    • withScriptCmdletId

      ScriptExecution.DefinitionStages.WithCreate 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.