Interface Lab.DefinitionStages.WithLabPlanId

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

public static interface Lab.DefinitionStages.WithLabPlanId
The stage of the Lab definition allowing to specify labPlanId.
  • Method Details

    • withLabPlanId

      Lab.DefinitionStages.WithCreate withLabPlanId(String labPlanId)
      Specifies the labPlanId property: The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization...
      Parameters:
      labPlanId - The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization..
      Returns:
      the next definition stage.