Interface LabPlan.DefinitionStages.WithSharedGalleryId

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

public static interface LabPlan.DefinitionStages.WithSharedGalleryId
The stage of the LabPlan definition allowing to specify sharedGalleryId.
  • Method Details

    • withSharedGalleryId

      LabPlan.DefinitionStages.WithCreate 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.