Interface DscConfiguration.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Gets or sets the description of the configuration..
  • Method Details

    • withDescription

      DscConfiguration.Update withDescription(String description)
      Specifies the description property: Gets or sets the description of the configuration..
      Parameters:
      description - Gets or sets the description of the configuration.
      Returns:
      the next definition stage.