Interface ApplicationDefinition.DefinitionStages.WithMainTemplate

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

public static interface ApplicationDefinition.DefinitionStages.WithMainTemplate
The stage of the ApplicationDefinition definition allowing to specify mainTemplate.
  • Method Details

    • withMainTemplate

      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.