Interface ApplicationDefinition.DefinitionStages.WithArtifacts

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

public static interface ApplicationDefinition.DefinitionStages.WithArtifacts
The stage of the ApplicationDefinition definition 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.