Interface ApplicationDefinition.UpdateStages.WithCreateUiDefinition

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

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

    Modifier and Type
    Method
    Description
    withCreateUiDefinition(Object createUiDefinition)
    Specifies the createUiDefinition property: The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.
  • Method Details

    • withCreateUiDefinition

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