你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OutputFileBlobContainerDestination 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OutputFileBlobContainerDestination()
支持模拟 OutputFileBlobContainerDestination 类的默认构造函数。
protected OutputFileBlobContainerDestination ();
Protected Sub New ()
适用于
OutputFileBlobContainerDestination(String, String)
初始化 OutputFileBlobContainerDestination 类的新实例。
public OutputFileBlobContainerDestination (string containerUrl, string path = default);
new Microsoft.Azure.Batch.OutputFileBlobContainerDestination : string * string -> Microsoft.Azure.Batch.OutputFileBlobContainerDestination
Public Sub New (containerUrl As String, Optional path As String = Nothing)
参数
- containerUrl
- String
要将文件上传到Azure Blob 存储中的容器的 URL, () 。
- path
- String
要将文件上传到的 Azure 存储容器中的目标 blob 或虚拟目录 () 。
适用于
OutputFileBlobContainerDestination(String, ComputeNodeIdentityReference, String)
初始化 OutputFileBlobContainerDestination 类的新实例。
public OutputFileBlobContainerDestination (string containerUrl, Microsoft.Azure.Batch.ComputeNodeIdentityReference identityReference, string path = default);
new Microsoft.Azure.Batch.OutputFileBlobContainerDestination : string * Microsoft.Azure.Batch.ComputeNodeIdentityReference * string -> Microsoft.Azure.Batch.OutputFileBlobContainerDestination
Public Sub New (containerUrl As String, identityReference As ComputeNodeIdentityReference, Optional path As String = Nothing)
参数
- containerUrl
- String
要将文件上传到Azure Blob 存储中的容器的 URL, () 。
- identityReference
- ComputeNodeIdentityReference
对用户分配的标识的引用,用于访问 containerUrl 指定的Azure Blob 存储
- path
- String
要将文件上传到的 Azure 存储容器中的目标 blob 或虚拟目录 () 。