StorageAccountKey.Permissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets permissions for the key -- read-only or full permissions. Possible values include: 'Read', 'Full'
[Newtonsoft.Json.JsonProperty(PropertyName="permissions")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.KeyPermission? Permissions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="permissions")>]
member this.Permissions : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.KeyPermission>
Public ReadOnly Property Permissions As Nullable(Of KeyPermission)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute