ApplicationDefinition.DefinitionStages.WithPackageFileUri Interface

public static interface ApplicationDefinition.DefinitionStages.WithPackageFileUri

The stage of the ApplicationDefinition definition allowing to specify packageFileUri.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPackageFileUri(String packageFileUri)

Specifies the packageFileUri property: The managed application definition package file Uri.

Method Details

withPackageFileUri

public abstract ApplicationDefinition.DefinitionStages.WithCreate withPackageFileUri(String packageFileUri)

Specifies the packageFileUri property: The managed application definition package file Uri. Use this element.

Parameters:

packageFileUri - The managed application definition package file Uri. Use this element.

Returns:

the next definition stage.

Applies to