Permissions.Storage Property

Definition

Gets or sets permissions to storage accounts

[Newtonsoft.Json.JsonProperty(PropertyName="storage")]
public System.Collections.Generic.IList<string> Storage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storage")>]
member this.Storage : System.Collections.Generic.IList<string> with get, set
Public Property Storage As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to