Interface ApplicationDefinition.DefinitionStages.WithPackageFileUri

All Known Subinterfaces:
ApplicationDefinition.Definition, ApplicationDefinition.DefinitionStages.WithCreate
Enclosing interface:
ApplicationDefinition.DefinitionStages

public static interface ApplicationDefinition.DefinitionStages.WithPackageFileUri
The stage of the ApplicationDefinition definition allowing to specify packageFileUri.
  • Method Details

    • withPackageFileUri

      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.