Interface ContainerApp.UpdateStages.WithTemplate

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

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

    Modifier and Type
    Method
    Description
    Specifies the template property: Container App versioned application definition..
  • Method Details

    • withTemplate

      ContainerApp.Update withTemplate(Template template)
      Specifies the template property: Container App versioned application definition..
      Parameters:
      template - Container App versioned application definition.
      Returns:
      the next definition stage.