Freigeben über


IContainerProperties.PublicAccess Property

Definition

Specifies whether data in the container may be accessed publicly and the level of access.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Container", "Blob", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies whether data in the container may be accessed publicly and the level of access.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicAccess", Update=true)]
public string PublicAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Container", "Blob", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies whether data in the container may be accessed publicly and the level of access.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicAccess", Update=true)>]
member this.PublicAccess : string with get, set
Public Property PublicAccess As String

Property Value

Attributes

Applies to