Interface Application.DefinitionStages.WithParameters

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

public static interface Application.DefinitionStages.WithParameters
The stage of the Application definition allowing to specify parameters.
  • Method Details

    • withParameters

      Application.DefinitionStages.WithCreate withParameters(Object parameters)
      Specifies the parameters property: Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string..
      Parameters:
      parameters - Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
      Returns:
      the next definition stage.