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

ArtifactSource.ArtifactRoot 属性

定义

获取或设置从“身份验证”属性 [例如 Blob 容器的 SAS URI] 引用的位置到项目位置的路径。 这可用于区分不同版本的项目。 或者,不同类型的项目,如二进制文件或模板。 身份验证属性与此可选 artifactRoot 路径连接所引用的位置构成了项目源位置,预计会在其中找到项目。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.artifactRoot")]
public string ArtifactRoot { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.artifactRoot")>]
member this.ArtifactRoot : string with get, set
Public Property ArtifactRoot As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于