Interface SessionsREPLTool.FileUploader
- All Known Implementing Classes:
SessionsREPLTool.DefaultFileUploader
- Enclosing class:
SessionsREPLTool
public static interface SessionsREPLTool.FileUploader
Interface for uploading files to ACA.
-
Method Summary
Modifier and TypeMethodDescriptionuploadFileToAca
(Path localFilePath) Uploads a local file to Azure Container Apps.
-
Method Details
-
uploadFileToAca
Uploads a local file to Azure Container Apps.- Parameters:
localFilePath
- the path to the local file to upload- Returns:
- metadata about the uploaded file
-