ExportJobsOperationResultInfo.BlobUrl Property

Definition

Gets or sets URL of the blob into which the serialized string of list of jobs is exported.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to