Interface ApplicationDefinition.UpdateStages.WithPackageFileUri

All Known Subinterfaces:
ApplicationDefinition.Update
Enclosing interface:
ApplicationDefinition.UpdateStages

public static interface ApplicationDefinition.UpdateStages.WithPackageFileUri
The stage of the ApplicationDefinition update allowing to specify packageFileUri.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPackageFileUri(String packageFileUri)
    Specifies the packageFileUri property: The managed application definition package file Uri.
  • Method Details

    • withPackageFileUri

      ApplicationDefinition.Update 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.