ApiExportResultValue.Link Property

Definition

Gets or sets link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to