ServiceSasParameters.Resource プロパティ

定義

サービス SAS でアクセスできる署名済みサービスを取得または設定します。 使用できる値は、Blob (b)、Container (c)、File (f)、Share (s) です。 使用できる値は、'b'、'c'、'f'、's' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象