IStorageDataShareAccessPolicy.Permission Property

Definition

Allowed permissions. Currently, only supported value is Read.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "None", "Read" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Allowed permissions. Currently, only supported value is Read.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="permission", Update=true)]
public string Permission { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "None", "Read" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Allowed permissions. Currently, only supported value is Read.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="permission", Update=true)>]
member this.Permission : string with get, set
Public Property Permission As String

Property Value

Attributes

Applies to