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

BlobTriggerAttribute.BlobPath 属性

定义

获取要绑定到的 Blob 的路径。

public string BlobPath { get; }
member this.BlobPath : string
Public ReadOnly Property BlobPath As String

属性值

注解

路径的 blob 部分可以包含大括号中的标记,以指示要匹配的模式。 匹配的名称可用于其他绑定属性中,以定义 Job 函数的输出名称。

适用于