次の方法で共有


AccountSasParameters.Permissions プロパティ

定義

アカウント SAS の署名済みアクセス許可を取得または設定します。 指定できる値は、読み取り (r)、Write (w)、Delete (d)、List (l)、Add (a)、Create (c)、Update (u)、Process (p) です。 指定できる値は、'r'、'd'、'w'、'l'、'a'、'c'、'u'、'p' です。

[Newtonsoft.Json.JsonProperty(PropertyName="signedPermission")]
public Microsoft.Azure.Management.Storage.Fluent.Models.Permissions Permissions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signedPermission")>]
member this.Permissions : Microsoft.Azure.Management.Storage.Fluent.Models.Permissions with get, set
Public Property Permissions As Permissions

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象