StorageAccountKey.Permissions Property

Definition

Gets permissions for the key -- read-only or full permissions. Possible values include: 'Read', 'Full'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to