Interface LabPlan.UpdateStages.WithSharedGalleryId

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

public static interface LabPlan.UpdateStages.WithSharedGalleryId
The stage of the LabPlan update allowing to specify sharedGalleryId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSharedGalleryId(String sharedGalleryId)
    Specifies the sharedGalleryId property: Resource ID of the Shared Image Gallery attached to this lab plan.
  • Method Details

    • withSharedGalleryId

      LabPlan.Update withSharedGalleryId(String sharedGalleryId)
      Specifies the sharedGalleryId property: Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs..
      Parameters:
      sharedGalleryId - Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs.
      Returns:
      the next definition stage.