IStorageAccountKey.Permission 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.
Permissions for the key -- read-only or full permissions.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Permissions for the key -- read-only or full permissions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission) }, ReadOnly=true, Required=false, SerializedName="permissions")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission? Permission { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Permissions for the key -- read-only or full permissions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission) }, ReadOnly=true, Required=false, SerializedName="permissions")>]
member this.Permission : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.KeyPermission>
Public ReadOnly Property Permission As Nullable(Of KeyPermission)
Property Value
- Attributes