Interface ContainerApp.DefinitionStages.WithWorkloadProfileType

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

public static interface ContainerApp.DefinitionStages.WithWorkloadProfileType
The stage of the ContainerApp definition allowing to specify workloadProfileType.
  • Method Details

    • withWorkloadProfileType

      ContainerApp.DefinitionStages.WithCreate withWorkloadProfileType(String workloadProfileType)
      Specifies the workloadProfileType property: Workload profile type to pin for container app execution..
      Parameters:
      workloadProfileType - Workload profile type to pin for container app execution.
      Returns:
      the next definition stage.