Udostępnij za pośrednictwem


IStorageAccountKey.Permission Property

Definition

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

Applies to