Share via


ListContainerSasInput.Permissions Property

Definition

Gets or sets the permissions to set on the SAS URL. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to