Interface LabPlan.DefinitionStages.WithSupportInfo

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

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

    • withSupportInfo

      LabPlan.DefinitionStages.WithCreate withSupportInfo(SupportInfo supportInfo)
      Specifies the supportInfo property: Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan..
      Parameters:
      supportInfo - Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan.
      Returns:
      the next definition stage.