IAccessPolicyEntry.PermissionStorage 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 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