Interface ApplicationDefinition.UpdateStages.WithMainTemplate

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

public static interface ApplicationDefinition.UpdateStages.WithMainTemplate
The stage of the ApplicationDefinition update allowing to specify mainTemplate.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMainTemplate(Object mainTemplate)
    Specifies the mainTemplate property: The inline main template json which has resources to be provisioned.
  • Method Details

    • withMainTemplate

      ApplicationDefinition.Update withMainTemplate(Object mainTemplate)
      Specifies the mainTemplate property: The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string..
      Parameters:
      mainTemplate - The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string.
      Returns:
      the next definition stage.