你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OutputFileBlobContainerDestination 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 Azure Blob 存储容器中的文件上传目标。
public class OutputFileBlobContainerDestination
type OutputFileBlobContainerDestination = class
Public Class OutputFileBlobContainerDestination
- 继承
-
OutputFileBlobContainerDestination
构造函数
属性
ContainerUrl |
获取Azure Blob 存储内容器的 URL, () 文件上传到该 URL。 |
IdentityReference |
获取或设置对用户分配标识的引用,该标识用于访问 containerUrl 指定的Azure Blob 存储 |
Path |
获取要将文件上传到的 Azure 存储容器中的目标 blob 或虚拟目录 () 。 |
UploadHeaders |
获取或设置要在上传输出文件时使用的标头的名称/值对列表。 |