Bagikan melalui


IAccessPolicyEntry.PermissionStorage Property

Definition

Permissions to storage accounts

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PSArgumentCompleter(new System.String[] { "all", "get", "list", "delete", "set", "update", "regeneratekey", "recover", "purge", "backup", "restore", "setsas", "listsas", "getsas", "deletesas" })]
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Permissions to storage accounts", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storage", Update=true)]
public System.Collections.Generic.List<string> PermissionStorage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PSArgumentCompleter(new System.String[] { "all", "get", "list", "delete", "set", "update", "regeneratekey", "recover", "purge", "backup", "restore", "setsas", "listsas", "getsas", "deletesas" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Permissions to storage accounts", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storage", Update=true)>]
member this.PermissionStorage : System.Collections.Generic.List<string> with get, set
Public Property PermissionStorage As List(Of String)

Property Value

Attributes

Applies to