你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceFile.FromStorageContainerUrl 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FromStorageContainerUrl(String, String, String, String) |
ResourceFile从指定的 Azure 存储容器 URL 创建新的 。 |
FromStorageContainerUrl(String, ComputeNodeIdentityReference, String, String, String) |
ResourceFile从指定的 Azure 存储容器 URL 创建新的 。 |
FromStorageContainerUrl(String, String, String, String)
- Source:
- ResourceFile.cs
ResourceFile从指定的 Azure 存储容器 URL 创建新的 。
public static Microsoft.Azure.Batch.ResourceFile FromStorageContainerUrl (string storageContainerUrl, string filePath = default, string blobPrefix = default, string fileMode = default);
static member FromStorageContainerUrl : string * string * string * string -> Microsoft.Azure.Batch.ResourceFile
Public Shared Function FromStorageContainerUrl (storageContainerUrl As String, Optional filePath As String = Nothing, Optional blobPrefix As String = Nothing, Optional fileMode As String = Nothing) As ResourceFile
参数
- storageContainerUrl
- String
Azure Blob 存储中 Blob 容器的 URL。
- filePath
- String
计算节点上下载文件的位置, () 相对于任务的工作目录。
- blobPrefix
- String
从 Azure 存储容器下载 Blob 时要使用的 Blob 前缀。 仅下载名称以指定前缀开头的 blob。
- fileMode
- String
八进制格式的文件权限模式属性。
返回
来自 ResourceFile 指定 Azure 存储容器 URL 的 。
适用于
FromStorageContainerUrl(String, ComputeNodeIdentityReference, String, String, String)
- Source:
- ResourceFile.cs
ResourceFile从指定的 Azure 存储容器 URL 创建新的 。
public static Microsoft.Azure.Batch.ResourceFile FromStorageContainerUrl (string storageContainerUrl, Microsoft.Azure.Batch.ComputeNodeIdentityReference identityReference, string filePath = default, string blobPrefix = default, string fileMode = default);
static member FromStorageContainerUrl : string * Microsoft.Azure.Batch.ComputeNodeIdentityReference * string * string * string -> Microsoft.Azure.Batch.ResourceFile
Public Shared Function FromStorageContainerUrl (storageContainerUrl As String, identityReference As ComputeNodeIdentityReference, Optional filePath As String = Nothing, Optional blobPrefix As String = Nothing, Optional fileMode As String = Nothing) As ResourceFile
参数
- storageContainerUrl
- String
Azure Blob 存储中 Blob 容器的 URL。
- identityReference
- ComputeNodeIdentityReference
用于访问 Azure 存储中的容器的标识
- filePath
- String
计算节点上下载文件的位置, () 相对于任务的工作目录。
- blobPrefix
- String
从 Azure 存储容器下载 Blob 时要使用的 Blob 前缀。 仅下载名称以指定前缀开头的 blob。
- fileMode
- String
八进制格式的文件权限模式属性。
返回
来自 ResourceFile 指定 Azure 存储容器 URL 的 。