Interface ApplicationDefinition.UpdateStages.WithArtifacts

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

public static interface ApplicationDefinition.UpdateStages.WithArtifacts
The stage of the ApplicationDefinition update allowing to specify artifacts.
  • Method Details

    • withArtifacts

      Specifies the artifacts property: The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition..
      Parameters:
      artifacts - The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.
      Returns:
      the next definition stage.