你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileToStage(String, StagingStorageAccount, String) 构造函数

定义

指定本地文件应暂存到 Blob 存储。
指定的帐户将按存储成本收费。

public FileToStage (string localFileToStage, Microsoft.Azure.Batch.FileStaging.StagingStorageAccount storageCredentials, string nodeFileName = default);
new Microsoft.Azure.Batch.FileStaging.FileToStage : string * Microsoft.Azure.Batch.FileStaging.StagingStorageAccount * string -> Microsoft.Azure.Batch.FileStaging.FileToStage
Public Sub New (localFileToStage As String, storageCredentials As StagingStorageAccount, Optional nodeFileName As String = Nothing)

参数

localFileToStage
String

本地文件的名称。

storageCredentials
StagingStorageAccount

创建默认容器时要使用的存储凭据。

nodeFileName
String

要为计算节点上的文件提供可选名称。 如果此参数为 null 或缺失,则计算节点上的名称将设置为 localFileToStage 的值,但已去除所有路径信息。

适用于