Interface DscConfiguration.UpdateStages.WithLogProgress

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

public static interface DscConfiguration.UpdateStages.WithLogProgress
The stage of the DscConfiguration update allowing to specify logProgress.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLogProgress(Boolean logProgress)
    Specifies the logProgress property: Gets or sets progress log option..
  • Method Details

    • withLogProgress

      DscConfiguration.Update 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.