ArtifactSource.ArtifactRoot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts. This can be used to differentiate different versions of the artifacts. Or, different types of artifacts like binaries or templates. The location referenced by the authentication property concatenated with this optional artifactRoot path forms the artifact source location where the artifacts are expected to be found.
[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
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute