Share via


SasAuthentication.SasUri Property

Definition

Gets or sets the SAS URI to the Azure Storage blob container. Any offset from the root of the container to where the artifacts are located can be defined in the artifactRoot.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to