Interface Runbook.DefinitionStages.WithLogProgress

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

public static interface Runbook.DefinitionStages.WithLogProgress
The stage of the Runbook definition allowing to specify logProgress.
  • Method Details

    • withLogProgress

      Runbook.DefinitionStages.WithCreate withLogProgress(Boolean logProgress)
      Specifies the logProgress property: Gets or sets progress log option..
      Parameters:
      logProgress - Gets or sets progress log option.
      Returns:
      the next definition stage.