Interface ContainerApp.UpdateStages.WithWorkloadProfileType

All Known Subinterfaces:
ContainerApp.Update
Enclosing interface:
ContainerApp.UpdateStages

public static interface ContainerApp.UpdateStages.WithWorkloadProfileType
The stage of the ContainerApp update allowing to specify workloadProfileType.
  • Method Summary

    Modifier and Type
    Method
    Description
    withWorkloadProfileType(String workloadProfileType)
    Specifies the workloadProfileType property: Workload profile type to pin for container app execution..
  • Method Details

    • withWorkloadProfileType

      ContainerApp.Update 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.