Interface ApplicationDefinition.DefinitionStages.WithCreateUiDefinition

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

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

    • withCreateUiDefinition

      ApplicationDefinition.DefinitionStages.WithCreate withCreateUiDefinition(Object createUiDefinition)
      Specifies the createUiDefinition property: The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string..
      Parameters:
      createUiDefinition - The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string.
      Returns:
      the next definition stage.