Interface LabPlan.DefinitionStages.WithDefaultConnectionProfile

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

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

    • withDefaultConnectionProfile

      LabPlan.DefinitionStages.WithCreate withDefaultConnectionProfile(ConnectionProfile defaultConnectionProfile)
      Specifies the defaultConnectionProfile property: The default lab connection profile. This can be changed on a lab resource and only provides a default profile..
      Parameters:
      defaultConnectionProfile - The default lab connection profile. This can be changed on a lab resource and only provides a default profile.
      Returns:
      the next definition stage.