FileToStage.StageFilesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task StageFilesAsync (System.Collections.Generic.List<Microsoft.Azure.Batch.FileStaging.IFileStagingProvider> filesToStage, Microsoft.Azure.Batch.IFileStagingArtifact fileStagingArtifact);
abstract member StageFilesAsync : System.Collections.Generic.List<Microsoft.Azure.Batch.FileStaging.IFileStagingProvider> * Microsoft.Azure.Batch.IFileStagingArtifact -> System.Threading.Tasks.Task
override this.StageFilesAsync : System.Collections.Generic.List<Microsoft.Azure.Batch.FileStaging.IFileStagingProvider> * Microsoft.Azure.Batch.IFileStagingArtifact -> System.Threading.Tasks.Task
Public Function StageFilesAsync (filesToStage As List(Of IFileStagingProvider), fileStagingArtifact As IFileStagingArtifact) As Task
Parameters
- filesToStage
- List<IFileStagingProvider>
The instances of IFileStagingProvider to stage.
- fileStagingArtifact
- IFileStagingArtifact
IFileStagingProvider specific staging artifacts including error/progress.
Returns
A Task object that represents the asynchronous operation.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET