IStorageAccountKey.Permission Property

Definition

Permissions for the key -- read-only or full permissions.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Read", "Full" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Permissions for the key -- read-only or full permissions.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="permissions", Update=false)]
public string Permission { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Read", "Full" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Permissions for the key -- read-only or full permissions.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="permissions", Update=false)>]
member this.Permission : string
Public ReadOnly Property Permission As String

Property Value

Attributes

Applies to