Interface Application.DefinitionStages.WithCommandLineSetting

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

public static interface Application.DefinitionStages.WithCommandLineSetting
The stage of the Application definition allowing to specify commandLineSetting.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the commandLineSetting property: Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all..
  • Method Details

    • withCommandLineSetting

      Application.DefinitionStages.WithCreate withCommandLineSetting(CommandLineSetting commandLineSetting)
      Specifies the commandLineSetting property: Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all..
      Parameters:
      commandLineSetting - Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.
      Returns:
      the next definition stage.