ExportRequest.StorageKey プロパティ

定義

使用するストレージ キーを取得または設定します。 ストレージ キーの種類が SharedAccessKey の場合は、前に "?" が付いている必要があります。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象