JobProperties.OutputBlobContainerUri Property

Definition

URI to a blob container, used to output the status of the job and the results.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="outputBlobContainerUri")]
public string OutputBlobContainerUri { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="outputBlobContainerUri")]
public Uri OutputBlobContainerUri { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="outputBlobContainerUri")>]
member this.OutputBlobContainerUri : string with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="outputBlobContainerUri")>]
member this.OutputBlobContainerUri : Uri with get, set
Public Property OutputBlobContainerUri As String
Public Property OutputBlobContainerUri As Uri

Property Value

Uri
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Including a SAS token is dependent on the StorageAuthenticationType property.

Applies to