Interface Lab.DefinitionStages.WithMandatoryArtifactsResourceIdsWindows

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

public static interface Lab.DefinitionStages.WithMandatoryArtifactsResourceIdsWindows
The stage of the Lab definition allowing to specify mandatoryArtifactsResourceIdsWindows.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMandatoryArtifactsResourceIdsWindows(List<String> mandatoryArtifactsResourceIdsWindows)
    Specifies the mandatoryArtifactsResourceIdsWindows property: The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user..
  • Method Details

    • withMandatoryArtifactsResourceIdsWindows

      Lab.DefinitionStages.WithCreate withMandatoryArtifactsResourceIdsWindows(List<String> mandatoryArtifactsResourceIdsWindows)
      Specifies the mandatoryArtifactsResourceIdsWindows property: The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user..
      Parameters:
      mandatoryArtifactsResourceIdsWindows - The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user.
      Returns:
      the next definition stage.