次の方法で共有


ServiceSasContent.Permissions プロパティ

定義

サービス SAS の署名済みアクセス許可。 指定できる値は、読み取り (r)、Write (w)、Delete (d)、List (l)、Add (a)、Create (c)、Update (u)、Process (p) です。

public Azure.ResourceManager.Storage.Models.StorageAccountSasPermission? Permissions { get; set; }
member this.Permissions : Nullable<Azure.ResourceManager.Storage.Models.StorageAccountSasPermission> with get, set
Public Property Permissions As Nullable(Of StorageAccountSasPermission)

プロパティ値

適用対象