Application.UpdateStages.WithCommandLineArguments Interface

public static interface Application.UpdateStages.WithCommandLineArguments

The stage of the Application update allowing to specify commandLineArguments.

Method Summary

Modifier and Type Method and Description
abstract Update withCommandLineArguments(String commandLineArguments)

Specifies the commandLineArguments property: Command Line Arguments for Application..

Method Details

withCommandLineArguments

public abstract Application.Update withCommandLineArguments(String commandLineArguments)

Specifies the commandLineArguments property: Command Line Arguments for Application..

Parameters:

commandLineArguments - Command Line Arguments for Application.

Returns:

the next definition stage.

Applies to