ExportRequest.StorageKey Property

Definition

Gets or sets the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?."

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to