你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccountSasParameters.Permissions 属性

定义

获取或设置帐户 SAS 的已签名权限。 可能的值包括:Read (r) 、Write (w) 、Delete (d) 、List (l) 、Add () 、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

适用于