Interface SessionsREPLTool.FileUploader

All Known Implementing Classes:
SessionsREPLTool.DefaultFileUploader
Enclosing class:
SessionsREPLTool

public static interface SessionsREPLTool.FileUploader
Interface for uploading files to ACA.
  • Method Details

    • uploadFileToAca

      SessionsREPLTool.RemoteFileMetadata uploadFileToAca(Path localFilePath)
      Uploads a local file to Azure Container Apps.
      Parameters:
      localFilePath - the path to the local file to upload
      Returns:
      metadata about the uploaded file