Share via


Application.DefinitionStages.WithDefaultVersion Interface

public static interface Application.DefinitionStages.WithDefaultVersion

The stage of the Application definition allowing to specify defaultVersion.

Method Summary

Modifier and Type Method and Description
abstract WithCreate 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.DefinitionStages.WithCreate 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