Share via


Application.UpdateStages.WithDefaultVersion Interface

public static interface Application.UpdateStages.WithDefaultVersion

The stage of the Application update allowing to specify defaultVersion.

Method Summary

Modifier and Type Method and Description
abstract Update withDefaultVersion(String defaultVersion)

Specifies the defaultVersion property: The package to use if a client requests the application but does not specify a version.

Method Details

withDefaultVersion

public abstract Application.Update withDefaultVersion(String defaultVersion)

Specifies the defaultVersion property: The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package..

Parameters:

defaultVersion - The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

Returns:

the next definition stage.

Applies to