次の方法で共有


ListContainerSasInput.Permissions プロパティ

定義

SAS URL に設定するアクセス許可を取得または設定します。 使用できる値は、'Read'、'ReadWrite'、'ReadWriteDelete' です。

[Newtonsoft.Json.JsonProperty(PropertyName="permissions")]
public Microsoft.Azure.Management.Media.Models.AssetContainerPermission? Permissions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="permissions")>]
member this.Permissions : Nullable<Microsoft.Azure.Management.Media.Models.AssetContainerPermission> with get, set
Public Property Permissions As Nullable(Of AssetContainerPermission)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象