Application.DefinitionStages.WithCommandLineSetting Interface
public static interface Application.DefinitionStages.WithCommandLineSetting
The stage of the Application definition allowing to specify commandLineSetting.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withCommandLineSetting(CommandLineSetting commandLineSetting)
Specifies the command |
Method Details
withCommandLineSetting
public abstract 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:
Returns: