Interface ManagedEnvironment.DefinitionStages.WithWorkloadProfiles

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

public static interface ManagedEnvironment.DefinitionStages.WithWorkloadProfiles
The stage of the ManagedEnvironment definition allowing to specify workloadProfiles.
  • Method Details

    • withWorkloadProfiles

      ManagedEnvironment.DefinitionStages.WithCreate withWorkloadProfiles(List<WorkloadProfile> workloadProfiles)
      Specifies the workloadProfiles property: Workload profiles configured for the Managed Environment..
      Parameters:
      workloadProfiles - Workload profiles configured for the Managed Environment.
      Returns:
      the next definition stage.